summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* The debug settings for zlib contained a bogus reference to msvcrt inGuido van Rossum2000-05-021-1/+1
| | | | the /nodefaultlib: option.
* 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]
* Oops -- Mark forgot to add "0x" to the /base: argument.Guido van Rossum2000-04-241-2/+2
|
* Changes by Mark Hammond to ignore more by-products of the build.Guido van Rossum2000-04-241-1/+2
|
* Added winsound project to workspace, and added -I options to winsoundGuido van Rossum2000-04-212-4/+20
|
* Mark Hammond:Guido van Rossum2000-04-2114-107/+191
| | | | | | | | | | | | | | | | | | | * 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.
* Install the docs (with fewer rules).Guido van Rossum2000-04-101-54/+14
| | | | Add descriptions for the system variables.
* Added project dependencies -- Mark is right, these are needed.Guido van Rossum2000-04-101-0/+39
|
* 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.
* Moved socket, select, unicodedata to their own PYD. This shouldGuido van Rossum2000-04-0612-84/+373
| | | | | | | 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.
* Add msvcrt to list of libraries to ignore in Debug mode.Guido van Rossum2000-04-061-1/+1
|
* Forgot to save the project file -- this also reflects the use ofGuido van Rossum2000-04-051-4/+4
| | | | | Tcl/Tk 8.2 instead of 8.3, because 8.3.0 often crashes on closing a window.
* Lots of cleanup things.Guido van Rossum2000-04-051-190/+111
| | | | | | | | | | | | | | | | | | | | | Added the bitmaps back, and added the wizard style program group selection dialog. Got rid of references to backup etc. inserted by the installer wizard -- we don't use these. Got rid of conditionals for Windows 3.1, ditto. Changed version to 1.6a2. Changed default install directory to "C:\Python16" (not really, but close). Install only one copy of python16.lib. Install the two MS DLLs (versioned) and python16.dll (unversioned) in the system directory. Install Tcl/Tk and expat in the DLLs directory.
* Adding pyexpat project.Guido van Rossum2000-03-312-0/+206
|
* Buncha last-minute fixesGuido van Rossum2000-03-311-16/+33
|
* Added _sre project to workspace.Guido van Rossum2000-03-312-0/+198
|
* Bit of cleanup on the projects.Guido van Rossum2000-03-314-73/+54
| | | | Some refinements on the Wise file, also adding mmap.pyd.
* Added mmap project. (Mark Hammond.)Guido van Rossum2000-03-312-0/+109
|
* Mark Hammond: ensure the new standard module winreg is installed.Guido van Rossum2000-03-301-0/+5
|
* Internal changes.Guido van Rossum2000-03-301-5/+4
|
* Added Tcl 8.3.Guido van Rossum2000-03-301-11/+31
| | | | | | Building on Windows NT. Removed Tcl installation. Commented out Doc installation.
* Deleting Python 1.5 project and Wise file.Guido van Rossum2000-03-302-3120/+0
|
* Update for creating and linking with python16.dll.Guido van Rossum2000-03-297-85/+3163
| | | | Also, _tkinter is linked with Tcl 8.3.
* Updated for Python 1.6 and VC++ 6.0.Guido van Rossum2000-03-291-5/+6
|
* Mark Hammond: add winreg module as new subproject.Guido van Rossum2000-03-282-7/+144
|
* VC++ project changes to add new Unicode files and modules.Guido van Rossum2000-03-111-17/+120
| | | | (I did this under VC++ 5.0 -- hope this doesn't break anything.)
* 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.
* Mark Hammond renames the x86 projects back to what they were namedGuido van Rossum2000-02-036-244/+244
| | | | | before the patch by Trent Mick. Since he now also works for ActiveState, I suppose he overrides Trent. :-)
* Trent Mick: Setup PC configuration so that MSDEV chooses the x86Guido van Rossum2000-01-211-2/+2
| | | | release project config as the default.
* Changes by Trent Mick (of ActiveState) and Dale Nagata to supportGuido van Rossum2000-01-208-177/+1718
| | | | building for NT Alpha as well as NT x86.
* Added setargv.obj to the link link.Guido van Rossum1999-12-201-2/+2
| | | | This causes * etc. on the command line to be expanded, link on Unix.
* Add dynload_win.c to project.Guido van Rossum1999-12-201-7/+4
|
* Bump version to 1.5.2 (final)Guido van Rossum1999-04-131-2/+2
|
* Added shamodule.cGuido van Rossum1999-04-131-0/+4
|
* Use the Tcl 8.0.5 installer.Guido van Rossum1999-04-081-4/+7
| | | | Add a variable %_TCL_% that makes it easier to switch to a different version.
* Release 1.5.2c1. Add IDLE and Uninstall to program group.Guido van Rossum1999-04-081-15/+40
| | | | Don't distribute zlib.dll. Tweak some comments.
* Now using static zlib 1.1.3Guido van Rossum1999-04-081-4/+4
|
* Some new stuff. Get the HTML docs via a new variable.Guido van Rossum1999-02-171-93/+100
| | | | | Comment out freeze script (doesn't work at all). Add dialog to get program manager group.
* Add source file winsound.c and library winmm.libGuido van Rossum1999-02-161-2/+7
|
* Upgraded to WISE 5.0g; bumped to 1.5.2b2; added dialog for Tcl.Guido van Rossum1999-01-051-20/+50
|
* Use installed Tcl lib files -- also for Debug configurationGuido van Rossum1998-12-221-1/+1
|
* Use installed Tcl lib filesGuido van Rossum1998-12-221-1/+1
|
* Added Tcl 8.0.4 installer. Added Tools/idle.Guido van Rossum1998-12-221-1/+45
|
* Get rid of python_nt.def -- it's no longer needed!Guido van Rossum1998-12-211-4/+0
|
* Bump version to 1.5.2b1Guido van Rossum1998-10-241-2/+2
|
* Shit -- forgot to set the installer's title to the new version.Guido van Rossum1998-10-091-1/+1
|
* Change _tkinter.c compile options.Guido van Rossum1998-10-091-2/+4
|
* Add bufferobject.c.Guido van Rossum1998-10-091-0/+6
|
* For 1.5.2a2.Guido van Rossum1998-10-081-4/+48
| | | | | | | Install zlib.dll in DLLs instead of windows32 system directory. Install freeze, webchecker and versioncheck tools. Add Content type: text/plain registry keys for .py, .pyw. Add file type .pyo (same as .pyc).
* Some kind of source control krept in.Guido van Rossum1998-10-081-0/+28
|