diff options
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.dsp | 4 | ||||
-rw-r--r-- | PCbuild/python20.wse | 5 |
2 files changed, 7 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"
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 58e0b43..4ac73d5 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -655,6 +655,11 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=%_SRC_%\Misc\NEWS + Destination=%MAINDIR%\NEWS.txt + Flags=0000000000000010 +end +item: Install File Source=%_SRC_%\PCbuild\python.exe Destination=%MAINDIR%\python.exe Flags=0000000000000010 |