diff options
author | Tim Peters <tim.peters@gmail.com> | 2000-09-07 08:37:37 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2000-09-07 08:37:37 (GMT) |
commit | 627273165dc74a25eadfa25722113f7e31e75123 (patch) | |
tree | 55171557d6ca76feb7b35e6e821141f19a3ba114 /PCbuild | |
parent | 553d2a5dc439af14125e8d690302a5890fe8bc96 (diff) | |
download | cpython-627273165dc74a25eadfa25722113f7e31e75123.zip cpython-627273165dc74a25eadfa25722113f7e31e75123.tar.gz cpython-627273165dc74a25eadfa25722113f7e31e75123.tar.bz2 |
Boost Windows build # to 5 (see new BUILDno.txt).
Diffstat (limited to 'PCbuild')
-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 72a6a9f..4ad5c30 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=3
+# ADD CPP /D BUILD=5
!ELSEIF "$(CFG)" == "python20 - Win32 Debug"
-# ADD CPP /D BUILD=3
+# ADD CPP /D BUILD=5
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|