summaryrefslogtreecommitdiffstats
path: root/PCbuild/bsddb.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Revert this checkin:Trent Mick2000-08-131-188/+188
| | | | | 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-188/+188
| | | | | | 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).
* Define a magical symbol and magic include path so it will compile withoutGuido van Rossum2000-07-011-0/+6
| | | | changes to the bsddb source.
* Mark Hammond:Guido van Rossum2000-04-211-10/+10
| | | | | | | | | | | | | | | | | | | * 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.
* Moved socket, select, unicodedata to their own PYD. This shouldGuido van Rossum2000-04-061-2/+2
| | | | | | | reduce the size of python16.dll to almost its 1.5.2 size, and remove dependencies on winsock unless sockets are actually used. Note that soundex is simply no longer supported.
* Update for creating and linking with python16.dll.Guido van Rossum2000-03-291-10/+10
| | | | Also, _tkinter is linked with Tcl 8.3.
* Same patch (also by Mark Hammond) for this straggler project file asGuido van Rossum2000-02-071-8/+8
| | | | | for the other projects, to move the x86 project names back to what they were.
* Changes by Trent Mick (of ActiveState) and Dale Nagata to supportGuido van Rossum2000-01-201-20/+106
| | | | building for NT Alpha as well as NT x86.
* Get rid of mysterious bsddb.txt.Guido van Rossum1998-08-121-4/+0
|
* 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-100/+100
|
* New project files...Guido van Rossum1998-08-061-100/+100
|
* Moved VC++ 5.x stuff here.Guido van Rossum1998-05-261-0/+100