Changeset 391 for python/trunk/Tools/freeze/checkextensions_win32.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Tools/freeze/checkextensions_win32.py
r2 r391 4 4 are needed (primarily to toggle the behavior of "public" symbols. 5 5 6 I don t consider it worth parsing the MSVC makefiles for compiler options. Even if6 I don't consider it worth parsing the MSVC makefiles for compiler options. Even if 7 7 we get it just right, a specific freeze application may have specific compiler 8 8 options anyway (eg, to enable or disable specific functionality) 9 9 10 So my basic stra gtegy is:10 So my basic strategy is: 11 11 12 12 * Have some Windows INI files which "describe" one or more extension modules. … … 15 15 * This description can include: 16 16 - The MSVC .dsp file for the extension. The .c source file names 17 are extrac ed from there.17 are extracted from there. 18 18 - Specific compiler/linker options 19 19 - Flag to indicate if Unicode compilation is expected.
Note:
See TracChangeset
for help on using the changeset viewer.