]> granicus.if.org Git - python/commit
Mark Hammond:
authorGuido van Rossum <guido@python.org>
Fri, 21 Apr 2000 21:26:08 +0000 (21:26 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 21 Apr 2000 21:26:08 +0000 (21:26 +0000)
commit7053b8a42219f7829dab3ec088b1eaa1547edb07
tree97142eb0686785334d23fdb466e5d67a07d006da
parent25826c93c4cf1fcac537e6cded5ce986c751134e
Mark Hammond:

* Temp directory for all projects are now specific to the project
(rather than common as before).  This avoids any conflicts with
debug symbols or common file names etc.
NOTE: You should manually delete your existing build directory after
applying this patch, as the MSVC "clean" command will now only clean
the new temporary directories - not the existing common temp
directory.

* Base address for all extension modules updated. PC\dllbase_nt.txt
also updated.  Erroneous "libpath" directory removed for all
projects.

* winsound module moved from a builtin module to an extension
module.  This was done primarily to avoid Python16.dll needing to
pull in winmm.dll.  Really dumb test added for winsound - but if
nothing else it ensures the module imports.
14 files changed:
PCbuild/_socket.dsp
PCbuild/_sre.dsp
PCbuild/_tkinter.dsp
PCbuild/bsddb.dsp
PCbuild/mmap.dsp
PCbuild/parser.dsp
PCbuild/pyexpat.dsp
PCbuild/python.dsp
PCbuild/python16.dsp
PCbuild/pythonw.dsp
PCbuild/select.dsp
PCbuild/unicodedata.dsp
PCbuild/winsound.dsp [new file with mode: 0644]
PCbuild/zlib.dsp