summaryrefslogtreecommitdiffstats
path: root/PCbuild/pcbuild.dsw
Commit message (Collapse)AuthorAgeFilesLines
* Teach the Windows build & installer about the new csv module + DLL.Tim Peters2003-03-211-0/+15
|
* datetime escapes the sandbox. The Windows build is all set. I leave itTim Peters2002-12-161-0/+15
| | | | | to others to argue about how to build it on other platforms (on Windows it's in its own DLL).
* Made the _ssl subproject depend on the w9xpopen subproject, becauseTim Peters2002-12-111-20/+23
| | | | build_ssl.py requires os.popen().
* Add _ssl build process for Windows.Mark Hammond2002-12-031-0/+21
|
* My MSVC seems to like writing the project names in quotes. Letting it doMark Hammond2002-12-031-19/+19
| | | | this before I add the _ssl project, so that checkin is cleaner.
* Try linking the static Sleepycat lib into _bsddb.pyd. Hard to sayTim Peters2002-11-231-0/+3
| | | | | | | | | | | | whether this is a correct thing to do: + There are linker warnings (see PCbuild\readme.txt). + test_bsddb passes, in both release and debug builds now. + test_bsddb3 has several failures, but it did before too. Also made pythoncore a dependency of the _bsddb project, updated build instructions, added database conversion XXX to NEWS, and fiddled the Windows installer accordingly.
* Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest.Tim Peters2002-11-221-9/+6
| | | | | | | The bsddb subproject is gone. The _bsddb subproject is new. There are problems here, but I'm out of time to work on this now. If anyone can address an XXX comment or two in readme.txt, please do!
* Start building the bz2 module on Windows.Tim Peters2002-11-091-0/+12
| | | | | | | | | | CAUTION: The Python test still has many failures, but I'm out of time for this now (already took much longer than hoped to get this far). The base bz2 library does pass its own tests (see next). CAUTION: People building on Windows have to download and build tne bz2 compression libraries now. See PCbuild\readme.txt for complete instructions.
* Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!Tim Peters2001-02-041-1/+7
|
* Teach Windows build and installer about new _symtable module/DLL.Tim Peters2001-02-021-0/+12
|
* Patch derived from Trent's 101162: a Python/C API testing framework.Tim Peters2001-02-021-0/+12
| | | | STILL NEEDS UNIX BUILD CHANGES.
* Windows: ucnhash subproject no longer exists (/F merged into unicodedata).Tim Peters2001-01-241-15/+0
|
* Windows: 2.1a1 changes so Python runs again. Note that the python20Tim Peters2001-01-171-32/+32
| | | | subproject is gone, replaced by the new pythoncore subproject.
* Support for building the new w9xpopen.exe, which is used for reliable popen ↵Mark Hammond2000-08-141-0/+12
| | | | operation on Windows 9x.
* Revert this checkin:Trent Mick2000-08-131-254/+254
| | | | | 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-254/+254
| | | | | | 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).
* Add ucnhash to the workspace, as a dependency of python20.Mark Hammond2000-07-011-1/+15
|
* More 2.0 stuff -- fix workspace, remove 1.6 filesGuido van Rossum2000-06-301-75/+16
|
* Mark Hammond: Added dependency of winsound project on python16Guido van Rossum2000-04-251-0/+3
| | | | | | project. [However I didn't add the other changes in his patch, which were just taking away the source code control stuff -- this doesn't hurt and would come back as soon as I make another change. --GvR]
* Added winsound project to workspace, and added -I options to winsoundGuido van Rossum2000-04-211-0/+16
|
* Added project dependencies -- Mark is right, these are needed.Guido van Rossum2000-04-101-0/+39
|
* Moved socket, select, unicodedata to their own PYD. This shouldGuido van Rossum2000-04-061-0/+48
| | | | | | | 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.
* Adding pyexpat project.Guido van Rossum2000-03-311-0/+16
|
* Added _sre project to workspace.Guido van Rossum2000-03-311-0/+16
|
* Bit of cleanup on the projects.Guido van Rossum2000-03-311-21/+36
| | | | Some refinements on the Wise file, also adding mmap.pyd.
* Added mmap project. (Mark Hammond.)Guido van Rossum2000-03-311-0/+12
|
* Update for creating and linking with python16.dll.Guido van Rossum2000-03-291-9/+8
| | | | Also, _tkinter is linked with Tcl 8.3.
* Mark Hammond: add winreg module as new subproject.Guido van Rossum2000-03-281-7/+23
|
* Changes by Trent Mick (of ActiveState) and Dale Nagata to supportGuido van Rossum2000-01-201-36/+8
| | | | building for NT Alpha as well as NT x86.
* Some kind of source control krept in.Guido van Rossum1998-10-081-0/+28
|
* Added dependencies between projects.Guido van Rossum1998-08-121-28/+18
|
* Put the CRLF back in.Guido van Rossum1998-08-061-129/+129
|
* New project files...Guido van Rossum1998-08-061-101/+129
|
* Moved VC++ 5.x stuff here.Guido van Rossum1998-05-261-0/+101