diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-03-21 06:09:14 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-03-21 06:09:14 (GMT) |
commit | 55f826cd6a63fd66041b608ab09d672bb84c6f00 (patch) | |
tree | 10ce7ad80e8d065d50083f0fc33f3a195daed721 /PCbuild/pythoncore.dsp | |
parent | eba5130e4f3254e5722b09421224cd86d6d9aca8 (diff) | |
download | cpython-55f826cd6a63fd66041b608ab09d672bb84c6f00.zip cpython-55f826cd6a63fd66041b608ab09d672bb84c6f00.tar.gz cpython-55f826cd6a63fd66041b608ab09d672bb84c6f00.tar.bz2 |
Update Windows installer for 2.1b2.
Diffstat (limited to 'PCbuild/pythoncore.dsp')
-rw-r--r-- | PCbuild/pythoncore.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 64c661c..f26356d 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c !IF "$(CFG)" == "pythoncore - Win32 Release"
-# ADD CPP /D BUILD=11
+# ADD CPP /D BUILD=12
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=11
+# ADD CPP /D BUILD=12
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|