diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-11-14 23:24:40 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-11-14 23:24:40 (GMT) |
commit | 077736b96b0e323841d76672dc109c2caba976a4 (patch) | |
tree | 6550893c5beac258b7d8bd427dfbd7426071d9e5 /PCbuild/python.dsp | |
parent | 9a6b8d8cf89236f92282ce7526d2d913d2afe643 (diff) | |
download | cpython-077736b96b0e323841d76672dc109c2caba976a4.zip cpython-077736b96b0e323841d76672dc109c2caba976a4.tar.gz cpython-077736b96b0e323841d76672dc109c2caba976a4.tar.bz2 |
Windows changes to move from Tcl/Tk 8.3.2 to 8.4.1. I tested this by
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.
Diffstat (limited to 'PCbuild/python.dsp')
-rw-r--r-- | PCbuild/python.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/python.dsp b/PCbuild/python.dsp index 57a4734..1c72974 100644 --- a/PCbuild/python.dsp +++ b/PCbuild/python.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=python - Win32 Alpha Release
+CFG=python - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,7 +13,7 @@ CFG=python - Win32 Alpha Release !MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
-!MESSAGE NMAKE /f "python.mak" CFG="python - Win32 Alpha Release"
+!MESSAGE NMAKE /f "python.mak" CFG="python - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
|