diff options
author | Tim Peters <tim.peters@gmail.com> | 2000-09-05 17:14:16 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2000-09-05 17:14:16 (GMT) |
commit | 0d416d33601c67997ba0e62ea284e1960ba752a5 (patch) | |
tree | a588b662c02fa310ea878720720134840f549315 /PCbuild/python20.dsp | |
parent | 4f40c2d49c03b51e6726aca33b22c9005635b941 (diff) | |
download | cpython-0d416d33601c67997ba0e62ea284e1960ba752a5.zip cpython-0d416d33601c67997ba0e62ea284e1960ba752a5.tar.gz cpython-0d416d33601c67997ba0e62ea284e1960ba752a5.tar.bz2 |
Windows build: install NEWS.txt; bump BUILD# to 3 in preparation for next
installer.
Diffstat (limited to 'PCbuild/python20.dsp')
-rw-r--r-- | PCbuild/python20.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/python20.dsp b/PCbuild/python20.dsp index d3281d3..72a6a9f 100644 --- a/PCbuild/python20.dsp +++ b/PCbuild/python20.dsp @@ -694,11 +694,11 @@ SOURCE=..\Modules\getbuildinfo.c !IF "$(CFG)" == "python20 - Win32 Release"
-# ADD CPP /D BUILD=2
+# ADD CPP /D BUILD=3
!ELSEIF "$(CFG)" == "python20 - Win32 Debug"
-# ADD CPP /D BUILD=2
+# ADD CPP /D BUILD=3
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|