• Guido van Rossum's avatar
    Change the output names. Do away with the Release and Debug · 837d8bf1
    Guido van Rossum yazdı
    subdirectories.
    
    All final products go into the current directory (i.e., PCbuild).
    
    Object files go into temp-release and temp-debug.
    
    Debug versions of DLLs have _d appended to their basename, e.g. the
    debug version of python15.dll is python15_d.dll, the debug version of
    python.exe is python_d.exe, and the debug version of parser.pyd is
    parser_d.pyd.  (See corresponding patch to importdl.c.)  Uniformly
    changed all extension modules to use .pyd, not .dll.
    837d8bf1
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...