Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Tools/freeze/checkextensions_win32.py

    r2 r391  
    44are needed (primarily to toggle the behavior of "public" symbols.
    55
    6 I dont consider it worth parsing the MSVC makefiles for compiler options.  Even if
     6I don't consider it worth parsing the MSVC makefiles for compiler options.  Even if
    77we get it just right, a specific freeze application may have specific compiler
    88options anyway (eg, to enable or disable specific functionality)
    99
    10 So my basic stragtegy is:
     10So my basic strategy is:
    1111
    1212* Have some Windows INI files which "describe" one or more extension modules.
     
    1515* This description can include:
    1616  - The MSVC .dsp file for the extension.  The .c source file names
    17     are extraced from there.
     17    are extracted from there.
    1818  - Specific compiler/linker options
    1919  - Flag to indicate if Unicode compilation is expected.
Note: See TracChangeset for help on using the changeset viewer.