diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-16 13:38:39 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-16 13:39:01 +0300 |
commit | 87bdc30851af21d9d29b36de07261c682eb70227 (patch) | |
tree | 200c1c5b22f31738558a0f34c8321e28baa153ff /scp2 | |
parent | d1a5da152a6814a4ee00fd04a2c682cc582e063a (diff) |
Add the Versions/3.3/include/python3.3m directory
Change-Id: If50acc088402487d8185198ee3841e3d82cd904c
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/python/file_python.scp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index 761b5f65e552..83324ed4c472 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -155,6 +155,18 @@ Directory gid_Dir_PythonFramework_Versions_ver_bin Styles = (CREATE); End +Directory gid_Dir_PythonFramework_Versions_ver_include + ParentID = gid_Dir_PythonFramework_Versions_ver; + HostName = "include"; + Styles = (CREATE); +End + +Directory gid_Dir_PythonFramework_Versions_ver_include_pythonver + ParentID = gid_Dir_PythonFramework_Versions_ver_include; + HostName = STRING(CONCAT3(python,PYMAJMIN,m)); + Styles = (CREATE); +End + Directory gid_Dir_PythonFramework_Versions_ver_lib ParentID = gid_Dir_PythonFramework_Versions_ver; HostName = "lib"; |