summaryrefslogtreecommitdiffstats
path: root/PCbuild/mmap.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Oops -- Mark forgot to add "0x" to the /base: argument.Guido van Rossum2000-04-241-2/+2
|
* Mark Hammond:Guido van Rossum2000-04-211-3/+3
| | | | | | | | | | | | | | | | | | | * 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.
* Bit of cleanup on the projects.Guido van Rossum2000-03-311-5/+5
| | | | Some refinements on the Wise file, also adding mmap.pyd.
* Added mmap project. (Mark Hammond.)Guido van Rossum2000-03-311-0/+97