diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-01 05:10:02 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-01 05:10:02 (GMT) |
commit | ca873eddd5e78b446a5ef1e9d8531e671aa6f17c (patch) | |
tree | a8e42f84ba57906b1d99c52046f4f5f6052459bf /PCbuild/pythoncore.dsp | |
parent | 0de88fc4b108751b86443852b6741680d704168f (diff) | |
download | cpython-ca873eddd5e78b446a5ef1e9d8531e671aa6f17c.zip cpython-ca873eddd5e78b446a5ef1e9d8531e671aa6f17c.tar.gz cpython-ca873eddd5e78b446a5ef1e9d8531e671aa6f17c.tar.bz2 |
Windows build: update for 2.1a2, + get ucnhash out of the installer.
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 4935186..256de83 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=9 +# ADD CPP /D BUILD=10 !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug" -# ADD CPP /D BUILD=9 +# ADD CPP /D BUILD=10 !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug" |