make sure the case is correct (damned case-sensitive languages :-)
diff --git a/PCbuild/python16.dsp b/PCbuild/python16.dsp
index 98f14c2..e7e3b5a 100644
--- a/PCbuild/python16.dsp
+++ b/PCbuild/python16.dsp
@@ -542,18 +542,18 @@
SOURCE=..\python\exceptions.c
-!if "$(cfg)" == "python16 - win32 release"
+!IF "$(cfg)" == "python16 - Win32 Release"
-!elseif "$(cfg)" == "python16 - win32 debug"
+!ELSEIF "$(cfg)" == "python16 - Win32 Debug"
-!elseif "$(cfg)" == "python16 - win32 alpha debug"
+!ELSEIF "$(cfg)" == "python16 - Win32 Alpha Debug"
-!elseif "$(cfg)" == "python16 - win32 alpha release"
+!ELSEIF "$(cfg)" == "python16 - Win32 Alpha Release"
-!endif
+!ENDIF
-# end source file
-# begin source file
+# End Source File
+# Begin Source File
SOURCE=..\Objects\fileobject.c