summaryrefslogtreecommitdiffstats
path: root/PCbuild/zlib.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." linkMark Hammond2002-07-231-2/+2
| | | | | command line for Windows builds. This should allow MSVC to import and build the Python MSVC6 project files without error.
* Move to zlib 1.1.4 on Windows (the new version that squashes the "doubleTim Peters2002-03-131-6/+6
| | | | | free" glitch). Bugfix candidate -- I'll backpatch this into 2.2.1 later this week.
* Fix [ Bug #129293 ] zlib library used for binary win32 distribution can crashMark Hammond2001-01-311-4/+14
| | | | This involves changing the zlib build process to build zlib itself from sources, then use that library. Also updated are the comments to reflect the new official home of zlib, and add Windows specific notes regarding the build process.
* Revert this checkin:Trent Mick2000-08-131-99/+99
| | | | | http://www.python.org/pipermail/python-checkins/2000-August/007072.html and make PCbuild/*.dsp PCbuild/*.dsw binary again.
* These files all used to be tagged as binary in CVS. I recently changed this soTrent Mick2000-08-111-99/+99
| | | | | | that these files are treated as normal text files (which they are). However, the files also had to be changed to be stored in CVS internally with UNIX line terminators (they had DOS line terminators internally before this commit).
* The debug settings for zlib contained a bogus reference to msvcrt inGuido van Rossum2000-05-021-1/+1
| | | | the /nodefaultlib: option.
* Mark Hammond:Guido van Rossum2000-04-211-4/+4
| | | | | | | | | | | | | | | | | | | * 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.
* Strangely, we *do* need to define ZLIB_DLL.Guido van Rossum2000-04-101-2/+2
| | | | | Do it in the project file rather than in the source, so it's easier for Mark to change.
* Add msvcrt to list of libraries to ignore in Debug mode.Guido van Rossum2000-04-061-1/+1
|
* Mark Hammond renames the x86 projects back to what they were namedGuido van Rossum2000-02-031-8/+8
| | | | | before the patch by Trent Mick. Since he now also works for ActiveState, I suppose he overrides Trent. :-)
* Changes by Trent Mick (of ActiveState) and Dale Nagata to supportGuido van Rossum2000-01-201-17/+18
| | | | building for NT Alpha as well as NT x86.
* Now using static zlib 1.1.3Guido van Rossum1999-04-081-4/+4
|
* WhateverGuido van Rossum1998-10-081-0/+2
|
* Get rid of python15.lib; add some incl filesGuido van Rossum1998-08-081-2/+2
|
* Put the CRLF back in.Guido van Rossum1998-08-061-96/+96
|
* New project files...Guido van Rossum1998-08-061-96/+96
|
* Moved VC++ 5.x stuff here.Guido van Rossum1998-05-261-0/+96