diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-09 23:05:56 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-09 23:05:56 (GMT) |
commit | c898f2cd3ba15d6b315a3525e7c3c8c59f99c609 (patch) | |
tree | 7b138548563cbdb9dd3cd3602465112f2cb86730 /PCbuild | |
parent | 11db72a5c38f13e00a7a816b7bd9947555789930 (diff) | |
download | cpython-c898f2cd3ba15d6b315a3525e7c3c8c59f99c609.zip cpython-c898f2cd3ba15d6b315a3525e7c3c8c59f99c609.tar.gz cpython-c898f2cd3ba15d6b315a3525e7c3c8c59f99c609.tar.bz2 |
Teach Windows build about new symtable.c.
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 f106828..a2930ae 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -1557,6 +1557,21 @@ SOURCE=..\Modules\structmodule.c # End Source File # Begin Source File +SOURCE=..\Python\symtable.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=..\Python\sysmodule.c !IF "$(CFG)" == "pythoncore - Win32 Release" |