summaryrefslogtreecommitdiffstats
path: root/PCbuild/_tkinter.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Windows changes to move from Tcl/Tk 8.3.2 to 8.4.1. I tested this byTim Peters2002-11-141-4/+4
| | | | | | | running IDLE, and since I'm not a Tcl Guy I'm not sure what else to do. Up to you! See XXX comments in PCbuild\readme.txt for cautions. Also repaired typos in the new bz2-for-Windows instructions.
* 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.
* Remove the unused, and therefore distracting, "Alpha" build configurations.Mark Hammond2002-07-101-97/+3
|
* In readme.txt, make what's needed to build the "optional" subprojectsTim Peters2000-08-251-2/+2
| | | | | | | much more explicit. Also document that we're moving to Tcl/Tk 8.3.2. Simplify .dsp files by getting rid of useless include paths. .wse file changed to reflect that my setup is different than Guido's: if you *build* a Python distro using python20.wse, beware!
* Revert this checkin:Trent Mick2000-08-131-197/+197
| | | | | 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-197/+197
| | | | | | 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).
* Change the include etc paths to Tcl 8.3.1.Guido van Rossum2000-06-301-4/+4
|
* 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.
* 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.
* 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.
* Update for creating and linking with python16.dll.Guido van Rossum2000-03-291-58/+58
| | | | Also, _tkinter is linked with Tcl 8.3.
* Mark Hammond renames the x86 projects back to what they were namedGuido van Rossum2000-02-031-10/+10
| | | | | 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-201-21/+115
| | | | building for NT Alpha as well as NT x86.
* 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
|
* Change _tkinter.c compile options.Guido van Rossum1998-10-091-2/+4
|
* 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-101/+101
|
* New project files...Guido van Rossum1998-08-061-109/+101
|
* Moved VC++ 5.x stuff here.Guido van Rossum1998-05-261-0/+109