diff options
Diffstat (limited to 'PCbuild/python16.dsp')
-rw-r--r-- | PCbuild/python16.dsp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/PCbuild/python16.dsp b/PCbuild/python16.dsp index 4c75302..34ec9ef 100644 --- a/PCbuild/python16.dsp +++ b/PCbuild/python16.dsp @@ -659,6 +659,20 @@ SOURCE=..\Objects\funcobject.c # End Source File
# Begin Source File
+SOURCE=..\Modules\gcmodule.c
+
+!IF "$(CFG)" == "python16 - Win32 Release"
+
+!ELSEIF "$(CFG)" == "python16 - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "python16 - Win32 Alpha Debug"
+
+!ELSEIF "$(CFG)" == "python16 - Win32 Alpha Release"
+
+!ENDIF
+
+# End Source File +# Begin Source File
SOURCE=..\Python\getargs.c
|