Commit Graph

94 Commits

Author SHA1 Message Date
Guido van Rossum 7cee6ddcab somehow the 'Total Keys=1' disappears. No other changes. 2000-08-01 15:50:09 +00:00
Tim Peters f9a4a6eec1 Typo repair. 2000-07-01 20:38:27 +00:00
Guido van Rossum 880066a9cb A bunch of project files were checked in as text files.
They should all be binary (cvs admin -kv has now been applied).
2000-07-01 04:03:32 +00:00
Guido van Rossum 74991fa4a3 Add ucnhash (new subproject). 2000-07-01 03:46:38 +00:00
Mark Hammond 20c8bc6ba3 The Python include paths were not specified. 2000-07-01 03:43:33 +00:00
Guido van Rossum 3e4d2f6dcf Define a magical symbol and magic include path so it will compile without
changes to the bsddb source.
2000-07-01 03:27:22 +00:00
Mark Hammond 2c62154e98 Add ucnhash to the workspace, as a dependency of python20. 2000-07-01 03:15:37 +00:00
Mark Hammond 5824f373d4 ucnhash now correctly builds for Windows. 2000-07-01 03:14:51 +00:00
Mark Hammond 9802255444 Update all projects so Debug builds use "/Zi" instead of "/ZI", which means everything should still build under MSVC5
NOTE:  All these projects had messed-up line endings (but MSVC didnt mind).  Executing a diff with "--ignore-all-space" will show the specific changes, but I made a complete checkin with correct line endiings as it is the correct thing to do!
2000-07-01 03:12:59 +00:00
Tim Peters 610a827b13 Repaired two URLs. 2000-07-01 02:51:23 +00:00
Tim Peters 4b5fb0772e Update for 2.0b1. Also add more text, to be more explicit about
what the dozen+ subprojects are for, which are and aren't
expected to build out of the box, and what else is needed to get
them all to build.  Also explained that Alpha configurations
don't refer to pre-beta, but to the Alpha processor!  That's
baffled me for years <0.7 wink>.
2000-07-01 00:03:43 +00:00
Guido van Rossum 8173d99eec Add back a missing CRLF line ending. 2000-06-30 20:30:03 +00:00
Guido van Rossum ed2bf9c880 Oops.
- The Tcl minor version should be 3 -- we're now using 8.3.1.
- Remove the version number from yet another Tcl source file.

Note that Tcl should be installed in C:\src\tcl for this to work.
2000-06-30 14:55:26 +00:00
Guido van Rossum cce79a1582 Poke and hope for Tcl version: now settable through _TCLMINOR_
variable...
2000-06-30 14:50:52 +00:00
Jeremy Hylton fa01bf15b4 add gcmodule 2000-06-30 14:38:41 +00:00
Guido van Rossum b3c66be8a9 Change the include etc paths to Tcl 8.3.1. 2000-06-30 14:33:47 +00:00
Guido van Rossum a1956e2f26 Move Wise install dir consistently to C:\Wise. Don't use %_WISE_% in
include, it doesn't seem to work.
2000-06-30 14:30:28 +00:00
Guido van Rossum f00562a962 Poke and hope for Tim...
(Change title to beta 1, change a few paths for typical Win98 setup.)
2000-06-30 14:20:19 +00:00
Guido van Rossum 3afe36d63f More 2.0 stuff -- fix workspace, remove 1.6 files 2000-06-30 14:04:10 +00:00
Tim Peters c155f828fa Making a tiny change to figure out what I'm going to screw up
by trying to use CVS under Windows at all ...
2000-06-30 09:04:35 +00:00
Jeremy Hylton c5007aa5c3 final patches from Neil Schemenauer for garbage collection 2000-06-30 05:02:53 +00:00
Guido van Rossum e4aa4ca698 Bump version to 2.0. 2000-06-29 22:32:08 +00:00
Fred Drake ee8c418408 Finish converting the winreg extension to _winreg. 2000-06-29 16:43:49 +00:00
Marc-André Lemburg 5782386268 Marc-Andre Lemburg <mal@lemburg.com>:
MSVC project file for the new module ucnhash. This may have to
be added to pcbuild.dsw with an dependancy on python16.

By Bill Tutt.
2000-06-28 16:40:10 +00:00
Trent Mick 3f3ce04b1b correct case in python16.dsp to allow build with VS6 2000-06-06 23:29:09 +00:00
Jeremy Hylton 8f14b7cd94 make sure the case is correct (damned case-sensitive languages :-) 2000-06-02 02:41:47 +00:00
Jeremy Hylton 0292d78e91 add new Python/exceptions.c to python16 project (courtesy Trent Mick) 2000-06-01 15:47:08 +00:00
Guido van Rossum 26af93cf35 The debug settings for zlib contained a bogus reference to msvcrt in
the /nodefaultlib: option.
2000-05-02 12:44:22 +00:00
Guido van Rossum c35a20ed1e Mark Hammond: Added dependency of winsound project on python16
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]
2000-04-25 03:24:06 +00:00
Guido van Rossum 1d8fcdacea Oops -- Mark forgot to add "0x" to the /base: argument. 2000-04-24 14:17:17 +00:00
Guido van Rossum 841c2f6b09 Changes by Mark Hammond to ignore more by-products of the build. 2000-04-24 13:32:05 +00:00
Guido van Rossum 6dd9fc1a2c Added winsound project to workspace, and added -I options to winsound 2000-04-21 21:43:40 +00:00
Guido van Rossum 7053b8a422 Mark Hammond:
* 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.
2000-04-21 21:26:08 +00:00
Guido van Rossum a901f8fd4d Install the docs (with fewer rules).
Add descriptions for the system variables.
2000-04-10 19:36:27 +00:00
Guido van Rossum 4dfcd766c6 Added project dependencies -- Mark is right, these are needed. 2000-04-10 17:56:36 +00:00
Guido van Rossum 6d2332d376 Strangely, we *do* need to define ZLIB_DLL.
Do it in the project file rather than in the source,
so it's easier for Mark to change.
2000-04-10 17:52:44 +00:00
Guido van Rossum b1b3096a54 Moved socket, select, unicodedata to their own PYD. This should
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.
2000-04-06 14:46:40 +00:00
Guido van Rossum 4cb8c0b1b4 Add msvcrt to list of libraries to ignore in Debug mode. 2000-04-06 13:19:43 +00:00
Guido van Rossum 457855a5f0 Forgot to save the project file -- this also reflects the use of
Tcl/Tk 8.2 instead of 8.3, because 8.3.0 often crashes on closing a
window.
2000-04-05 18:25:12 +00:00
Guido van Rossum a5b09373d8 Lots of cleanup things.
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.
2000-04-05 16:33:30 +00:00
Guido van Rossum 7025599f3d Adding pyexpat project. 2000-03-31 16:15:51 +00:00
Guido van Rossum e042dc4583 Buncha last-minute fixes 2000-03-31 15:51:09 +00:00
Guido van Rossum 5fc4e20fee Added _sre project to workspace. 2000-03-31 15:10:30 +00:00
Guido van Rossum 43da798b42 Bit of cleanup on the projects.
Some refinements on the Wise file, also adding mmap.pyd.
2000-03-31 01:33:07 +00:00
Guido van Rossum a7937e57f3 Added mmap project. (Mark Hammond.) 2000-03-31 01:17:42 +00:00
Guido van Rossum 8c4cba8ef2 Mark Hammond: ensure the new standard module winreg is installed. 2000-03-30 22:44:50 +00:00
Guido van Rossum c06653f567 Internal changes. 2000-03-30 21:27:30 +00:00
Guido van Rossum fb515f892f Added Tcl 8.3.
Building on Windows NT.
Removed Tcl installation.
Commented out Doc installation.
2000-03-30 21:27:11 +00:00
Guido van Rossum 426e39f2c2 Deleting Python 1.5 project and Wise file. 2000-03-30 21:22:08 +00:00
Guido van Rossum 15a57a7cad Update for creating and linking with python16.dll.
Also, _tkinter is linked with Tcl 8.3.
2000-03-29 01:54:24 +00:00