]> granicus.if.org Git - python/commit
Change the output names. Do away with the Release and Debug
authorGuido van Rossum <guido@python.org>
Fri, 15 May 1998 20:26:31 +0000 (20:26 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 15 May 1998 20:26:31 +0000 (20:26 +0000)
commit837d8bf1d76bc47c254cd6bedf6d1394edd3e055
tree755bbce1b459b3f157c049dd00dd75d420ecae2d
parent859b16c8472928ee6aee9b2a1d281e310dd51d1e
Change the output names.  Do away with the Release and Debug
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.
PC/vc5x/_tkinter.dsp
PC/vc5x/bsddb.dsp
PC/vc5x/parser.dsp
PC/vc5x/python.dsp
PC/vc5x/python15.dsp
PC/vc5x/pythonw.dsp
PC/vc5x/zlib.dsp