diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-17 04:05:43 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-17 04:05:43 (GMT) |
commit | 0eb4f3e99404c2646060089b5859dc2372f220c4 (patch) | |
tree | 0c5bc2b4ac0cd8ff73f5e37c33db507f98a09bd2 /PCbuild/pythoncore.dsp | |
parent | cf580c7ea136fa8f73bae446a99c96b74251b2a8 (diff) | |
download | cpython-0eb4f3e99404c2646060089b5859dc2372f220c4.zip cpython-0eb4f3e99404c2646060089b5859dc2372f220c4.tar.gz cpython-0eb4f3e99404c2646060089b5859dc2372f220c4.tar.bz2 |
Prepare Windows installer for 2.2a1.
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 e44a8aa..ae193d5 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -709,11 +709,11 @@ SOURCE=..\Modules\getbuildinfo.c !IF "$(CFG)" == "pythoncore - Win32 Release"
-# ADD CPP /D BUILD=16
+# ADD CPP /D BUILD=21
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=16
+# ADD CPP /D BUILD=21
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|