diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-04-04 00:02:02 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-04-04 00:02:02 (GMT) |
commit | b5080abbbe41ca3ae3b67334734d6443a0c03b15 (patch) | |
tree | 06a4de02125c5a08c0ce043019951169a6470a0c /PCbuild | |
parent | 5f8203679d113b3963180da6380ebd69f9f8cd44 (diff) | |
download | cpython-b5080abbbe41ca3ae3b67334734d6443a0c03b15.zip cpython-b5080abbbe41ca3ae3b67334734d6443a0c03b15.tar.gz cpython-b5080abbbe41ca3ae3b67334734d6443a0c03b15.tar.bz2 |
Repair the Windows build (needs to compile in the new boolobject code).
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.dsp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index b91355f..b4b7a52 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -330,6 +330,21 @@ SOURCE=..\Python\bltinmodule.c # End Source File
# Begin Source File
+SOURCE=..\Objects\boolobject.c
+
+!IF "$(CFG)" == "pythoncore - Win32 Release"
+
+!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
+
+!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=..\Objects\bufferobject.c
!IF "$(CFG)" == "pythoncore - Win32 Release"
|