From: Tim Peters Date: Tue, 5 Sep 2000 17:14:16 +0000 (+0000) Subject: Windows build: install NEWS.txt; bump BUILD# to 3 in preparation for next X-Git-Tag: v2.0b1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d416d33601c67997ba0e62ea284e1960ba752a5;p=python Windows build: install NEWS.txt; bump BUILD# to 3 in preparation for next installer. --- diff --git a/PCbuild/python20.dsp b/PCbuild/python20.dsp index d3281d395c..72a6a9faa9 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 58e0b432fa..4ac73d5ce3 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -654,6 +654,11 @@ item: Install File Destination=%MAINDIR%\README.txt 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