]> granicus.if.org Git - python/commitdiff
Windows: 2.1a1 changes so Python runs again. Note that the python20
authorTim Peters <tim.peters@gmail.com>
Wed, 17 Jan 2001 23:23:13 +0000 (23:23 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 17 Jan 2001 23:23:13 +0000 (23:23 +0000)
subproject is gone, replaced by the new pythoncore subproject.

PC/config.h
PC/example_nt/readme.txt
PC/python_nt.rc
PCbuild/BUILDno.txt
PCbuild/pcbuild.dsw
PCbuild/python20.dsp [deleted file]
PCbuild/python20.wse
PCbuild/pythoncore.dsp [new file with mode: 0644]
PCbuild/readme.txt

index 9b2f918fdb7e509e1fa148dbff6930a414331a9a..65d390ac48514cb0ddb82c9acc55fff3a520a837 100644 (file)
@@ -327,9 +327,9 @@ typedef unsigned long uintptr_t;
    more (other compilers will still need to do so, but that's taken care
    of by the Distutils, so it's not a problem). */
 #ifdef _DEBUG
-#pragma comment(lib,"python20_d.lib")
+#pragma comment(lib,"python21_d.lib")
 #else
-#pragma comment(lib,"python20.lib")
+#pragma comment(lib,"python21.lib")
 #endif
 #endif /* USE_DL_EXPORT */
 
index e38185acfb93f080c073c91dcf7a655d5be8b6af..66dbea08e888249b2a6028160a99a42b4e9aeb14 100644 (file)
@@ -144,11 +144,11 @@ in the "Additional library path:" box.
 Now you need to add some mode-specific settings:\r
 \r
 Select "Win32 Release" in the "Settings for:" dropdown list.  Click the\r
-"Link" tab, choose the "Input" Category, and append "python20.lib" to the\r
+"Link" tab, choose the "Input" Category, and append "python21.lib" to the\r
 list in the "Object/library modules:" box.\r
 \r
 Select "Win32 Debug" in the "Settings for:" dropdown list, and append\r
-"python20_d.lib" to the list in the "Object/library modules:" box.  Then\r
+"python21_d.lib" to the list in the "Object/library modules:" box.  Then\r
 click on the C/C++ tab, select "Code Generation" from the "Category:"\r
 dropdown list, and select "Debug Multithreaded DLL" from the "Use run-time\r
 library:" dropdown list.\r
index 76ec9754f90bad39283a34a120b8a3fbf311cdb1..4554411b4473e5d56524c08e99b83d4129cb5fdf 100644 (file)
@@ -13,7 +13,7 @@
 #define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0"
 
 #ifndef PYTHON_DLL_NAME
-#define PYTHON_DLL_NAME "Python20.dll"
+#define PYTHON_DLL_NAME "Python21.dll"
 #endif
 
 // String Tables
index 8b7fefbe95cf27152df8ff984cb345de428185f5..cd93561889c1e3b320336f079ba0c1159db26a98 100644 (file)
@@ -33,6 +33,8 @@ How to change the Windows build number:
 
 Windows Python BUILD numbers
 ----------------------------
+   9    2.1a1
+        17-Jan-2001
    8    2.0 (final)
         14-Oct-2000
    7    2.0c1
index e177060577b03511d94264bd5d97de49d650265b..99dc9c11391c9de81b3b1e4f3858daf606c77f5a 100644 (file)
@@ -3,7 +3,7 @@ Microsoft Developer Studio Workspace File, Format Version 6.00
 \r
 ###############################################################################\r
 \r
-Project: "_socket"=".\_socket.dsp" - Package Owner=<4>\r
+Project: "_socket"=.\_socket.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -12,13 +12,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "_sre"=".\_sre.dsp" - Package Owner=<4>\r
+Project: "_sre"=.\_sre.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -27,13 +27,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "_tkinter"=".\_tkinter.dsp" - Package Owner=<4>\r
+Project: "_tkinter"=.\_tkinter.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -42,13 +42,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "bsddb"=".\bsddb.dsp" - Package Owner=<4>\r
+Project: "bsddb"=.\bsddb.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -57,13 +57,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "mmap"=".\mmap.dsp" - Package Owner=<4>\r
+Project: "mmap"=.\mmap.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -72,13 +72,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "parser"=".\parser.dsp" - Package Owner=<4>\r
+Project: "parser"=.\parser.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -87,13 +87,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "pyexpat"=".\pyexpat.dsp" - Package Owner=<4>\r
+Project: "pyexpat"=.\pyexpat.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -102,13 +102,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "python"=".\python.dsp" - Package Owner=<4>\r
+Project: "python"=.\python.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -117,13 +117,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "python20"=".\python20.dsp" - Package Owner=<4>\r
+Project: "pythoncore"=.\pythoncore.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -135,7 +135,7 @@ Package=<4>
 \r
 ###############################################################################\r
 \r
-Project: "pythonw"=".\pythonw.dsp" - Package Owner=<4>\r
+Project: "pythonw"=.\pythonw.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -144,13 +144,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "select"=".\select.dsp" - Package Owner=<4>\r
+Project: "select"=.\select.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -159,13 +159,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "ucnhash"=".\ucnhash.dsp" - Package Owner=<4>\r
+Project: "ucnhash"=.\ucnhash.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -174,13 +174,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "unicodedata"=".\unicodedata.dsp" - Package Owner=<4>\r
+Project: "unicodedata"=.\unicodedata.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -189,13 +189,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "w9xpopen"=".\w9xpopen.dsp" - Package Owner=<4>\r
+Project: "w9xpopen"=.\w9xpopen.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -207,7 +207,7 @@ Package=<4>
 \r
 ###############################################################################\r
 \r
-Project: "winreg"=".\winreg.dsp" - Package Owner=<4>\r
+Project: "winreg"=.\winreg.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -216,13 +216,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "winsound"=".\winsound.dsp" - Package Owner=<4>\r
+Project: "winsound"=.\winsound.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -231,13 +231,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "zlib"=".\zlib.dsp" - Package Owner=<4>\r
+Project: "zlib"=.\zlib.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -246,7 +246,7 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name python20\r
+    Project_Dep_Name pythoncore\r
     End Project Dependency\r
 }}}\r
 \r
diff --git a/PCbuild/python20.dsp b/PCbuild/python20.dsp
deleted file mode 100644 (file)
index df1e765..0000000
+++ /dev/null
@@ -1,1709 +0,0 @@
-# Microsoft Developer Studio Project File - Name="python20" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102\r
-# TARGTYPE "Win32 (ALPHA) Dynamic-Link Library" 0x0602\r
-\r
-CFG=python20 - Win32 Alpha Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "python20.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "python20.mak" CFG="python20 - Win32 Alpha Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "python20 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")\r
-!MESSAGE "python20 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")\r
-!MESSAGE "python20 - Win32 Alpha Debug" (based on "Win32 (ALPHA) Dynamic-Link Library")\r
-!MESSAGE "python20 - Win32 Alpha Release" (based on "Win32 (ALPHA) Dynamic-Link Library")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName "python20"\r
-# PROP Scc_LocalPath ".."\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "."\r
-# PROP Intermediate_Dir "x86-temp-release\python20"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-F90=df.exe\r
-CPP=cl.exe\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c\r
-# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /Zm200 /c\r
-MTL=midl.exe\r
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"\r
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"\r
-RSC=rc.exe\r
-# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
-# ADD RSC /l 0x409 /i "..\Include" /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386\r
-# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc"\r
-# SUBTRACT LINK32 /pdb:none\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "."\r
-# PROP Intermediate_Dir "x86-temp-debug\python20"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-F90=df.exe\r
-CPP=cl.exe\r
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c\r
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\Include" /I "..\PC" /D "_DEBUG" /D "USE_DL_EXPORT" /D "WIN32" /D "_WINDOWS" /YX /FD /Zm200 /c\r
-MTL=midl.exe\r
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"\r
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"\r
-RSC=rc.exe\r
-# ADD BASE RSC /l 0x409 /d "_DEBUG"\r
-# ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python20_d.dll" /pdbtype:sept\r
-# SUBTRACT LINK32 /pdb:none\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Ignore_Export_Lib 0\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "."\r
-# PROP Intermediate_Dir "alpha-temp-debug\python20"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-CPP=cl.exe\r
-# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /MTd /c\r
-# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /MDd /c\r
-MTL=midl.exe\r
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"\r
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"\r
-RSC=rc.exe\r
-# ADD BASE RSC /l 0x409 /i "..\Include" /d "_DEBUG"\r
-# ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 wsock32.lib largeint.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python20_d.dll" /pdbtype:sept\r
-# SUBTRACT BASE LINK32 /pdb:none\r
-# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python20_d.dll" /pdbtype:sept\r
-# SUBTRACT LINK32 /pdb:none\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Ignore_Export_Lib 0\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "."\r
-# PROP Intermediate_Dir "alpha-temp-release\python20"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-CPP=cl.exe\r
-# ADD BASE CPP /nologo /MT /Gt0 /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /c\r
-# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /c\r
-MTL=midl.exe\r
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"\r
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"\r
-RSC=rc.exe\r
-# ADD BASE RSC /l 0x409 /i "..\Include" /d "NDEBUG"\r
-# ADD RSC /l 0x409 /i "..\Include" /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 wsock32.lib largeint.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc"\r
-# SUBTRACT BASE LINK32 /pdb:none\r
-# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc"\r
-# SUBTRACT LINK32 /pdb:none\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "python20 - Win32 Release"\r
-# Name "python20 - Win32 Debug"\r
-# Name "python20 - Win32 Alpha Debug"\r
-# Name "python20 - Win32 Alpha Release"\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\_codecsmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\_localemodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\abstract.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Parser\acceler.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\arraymodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\audioop.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\binascii.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Parser\bitset.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\bltinmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\bufferobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\ceval.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\classobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\cmathmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\cobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\codecs.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\compile.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\complexobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\PC\config.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\cPickle.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\cStringIO.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\dictobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\PC\dl_nt.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\dynload_win.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\errnomodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\errors.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\exceptions.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\fileobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\floatobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\fpectlmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\fpetestmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\frameobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\frozen.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\funcobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\gcmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\getargs.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\getbuildinfo.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-# ADD CPP /D BUILD=8\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-# ADD CPP /D BUILD=8\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\getcompiler.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\getcopyright.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\getmtime.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\getopt.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\PC\getpathp.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\getplatform.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\getversion.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\graminit.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Parser\grammar1.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\imageop.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\import.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\PC\import_nt.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-# ADD CPP /I "..\Python"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-# ADD CPP /I "..\Python"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\importdl.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\intobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Parser\listnode.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\listobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\longobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\main.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\marshal.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\mathmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\md5c.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\md5module.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Parser\metagrammar.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\methodobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\modsupport.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\moduleobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\PC\msvcrtmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Parser\myreadline.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\mystrtoul.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\newmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Parser\node.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\object.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\operator.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Parser\parser.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Parser\parsetok.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\pcremodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\posixmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\pyfpe.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\pypcre.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\pystate.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\PC\python_nt.rc\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\pythonrun.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\rangeobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\regexmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\regexpr.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\rgbimgmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\rotormodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\shamodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\signalmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\sliceobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\soundex.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\stringobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\stropmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\structmember.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\structmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\sysmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\thread.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\threadmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\timemodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Parser\tokenizer.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Python\traceback.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\tupleobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\typeobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\unicodectype.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Objects\unicodeobject.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\xreadlinesmodule.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\Modules\yuvconvert.c\r
-\r
-!IF  "$(CFG)" == "python20 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"\r
-\r
-!ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# End Target\r
-# End Project\r
index ce34a335ce96e0715c00c9d6bf9c72ded46f4ac5..3e0e7ab729a6732acfe2c413e101545da616bb83 100644 (file)
@@ -817,8 +817,8 @@ item: Install File
   Flags=0000000000000010
 end
 item: Install File
-  Source=%_SRC_%\PCbuild\python20.lib
-  Destination=%MAINDIR%\libs\python20.lib
+  Source=%_SRC_%\PCbuild\python21.lib
+  Destination=%MAINDIR%\libs\python21.lib
   Flags=0000000000000010
 end
 item: Remark
@@ -840,8 +840,8 @@ item: Remark
   Text=*** Main Python DLL ***
 end
 item: Install File
-  Source=%_SRC_%\pcbuild\python20.dll
-  Destination=%DLLDEST%\python20.dll
+  Source=%_SRC_%\pcbuild\python21.dll
+  Destination=%DLLDEST%\python21.dll
   Flags=0000000000000010
 end
 item: Install File
diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp
new file mode 100644 (file)
index 0000000..aed38cd
--- /dev/null
@@ -0,0 +1,1709 @@
+# Microsoft Developer Studio Project File - Name="pythoncore" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+# TARGTYPE "Win32 (ALPHA) Dynamic-Link Library" 0x0602
+
+CFG=pythoncore - Win32 Alpha Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE 
+!MESSAGE NMAKE /f "pythoncore.mak".
+!MESSAGE 
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE 
+!MESSAGE NMAKE /f "pythoncore.mak" CFG="pythoncore - Win32 Alpha Debug"
+!MESSAGE 
+!MESSAGE Possible choices for configuration are:
+!MESSAGE 
+!MESSAGE "pythoncore - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "pythoncore - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "pythoncore - Win32 Alpha Debug" (based on "Win32 (ALPHA) Dynamic-Link Library")
+!MESSAGE "pythoncore - Win32 Alpha Release" (based on "Win32 (ALPHA) Dynamic-Link Library")
+!MESSAGE 
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName "pythoncore"
+# PROP Scc_LocalPath ".."
+
+!IF  "$(CFG)" == "pythoncore - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "."
+# PROP Intermediate_Dir "x86-temp-release\pythoncore"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+F90=df.exe
+CPP=cl.exe
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /Zm200 /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /i "..\Include" /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
+# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python21.dll"
+# SUBTRACT LINK32 /pdb:none
+
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "."
+# PROP Intermediate_Dir "x86-temp-debug\pythoncore"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+F90=df.exe
+CPP=cl.exe
+# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\Include" /I "..\PC" /D "_DEBUG" /D "USE_DL_EXPORT" /D "WIN32" /D "_WINDOWS" /YX /FD /Zm200 /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python21_d.dll" /pdbtype:sept
+# SUBTRACT LINK32 /pdb:none
+
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "."
+# PROP Intermediate_Dir "alpha-temp-debug\pythoncore"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+CPP=cl.exe
+# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /MTd /c
+# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /MDd /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /i "..\Include" /d "_DEBUG"
+# ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 wsock32.lib largeint.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python21_d.dll" /pdbtype:sept
+# SUBTRACT BASE LINK32 /pdb:none
+# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python21_d.dll" /pdbtype:sept
+# SUBTRACT LINK32 /pdb:none
+
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "."
+# PROP Intermediate_Dir "alpha-temp-release\pythoncore"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+CPP=cl.exe
+# ADD BASE CPP /nologo /MT /Gt0 /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /c
+# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /i "..\Include" /d "NDEBUG"
+# ADD RSC /l 0x409 /i "..\Include" /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 wsock32.lib largeint.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc"
+# SUBTRACT BASE LINK32 /pdb:none
+# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc"
+# SUBTRACT LINK32 /pdb:none
+
+!ENDIF 
+
+# Begin Target
+
+# Name "pythoncore - Win32 Release"
+# Name "pythoncore - Win32 Debug"
+# Name "pythoncore - Win32 Alpha Debug"
+# Name "pythoncore - Win32 Alpha Release"
+# Begin Source File
+
+SOURCE=..\Modules\_codecsmodule.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=..\Modules\_localemodule.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\abstract.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=..\Parser\acceler.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=..\Modules\arraymodule.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=..\Modules\audioop.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=..\Modules\binascii.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=..\Parser\bitset.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\bltinmodule.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"
+
+!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\ceval.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\classobject.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=..\Modules\cmathmodule.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\cobject.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\codecs.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\compile.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\complexobject.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=..\PC\config.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=..\Modules\cPickle.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=..\Modules\cStringIO.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\dictobject.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=..\PC\dl_nt.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\dynload_win.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=..\Modules\errnomodule.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\errors.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\exceptions.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\fileobject.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\floatobject.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=..\Modules\fpectlmodule.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=..\Modules\fpetestmodule.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\frameobject.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\frozen.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\funcobject.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=..\Modules\gcmodule.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\getargs.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=..\Modules\getbuildinfo.c
+
+!IF  "$(CFG)" == "pythoncore - Win32 Release"
+
+# ADD CPP /D BUILD=9
+
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
+
+# ADD CPP /D BUILD=9
+
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"
+
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Release"
+
+!ENDIF 
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\Python\getcompiler.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\getcopyright.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\getmtime.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\getopt.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=..\PC\getpathp.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\getplatform.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\getversion.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\graminit.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=..\Parser\grammar1.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=..\Modules\imageop.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\import.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=..\PC\import_nt.c
+
+!IF  "$(CFG)" == "pythoncore - Win32 Release"
+
+# ADD CPP /I "..\Python"
+
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
+
+# ADD CPP /I "..\Python"
+
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"
+
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Release"
+
+!ENDIF 
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\Python\importdl.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\intobject.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=..\Parser\listnode.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\listobject.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\longobject.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=..\Modules\main.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\marshal.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=..\Modules\mathmodule.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=..\Modules\md5c.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=..\Modules\md5module.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=..\Parser\metagrammar.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\methodobject.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\modsupport.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\moduleobject.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=..\PC\msvcrtmodule.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=..\Parser\myreadline.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\mystrtoul.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=..\Modules\newmodule.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=..\Parser\node.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\object.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=..\Modules\operator.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=..\Parser\parser.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=..\Parser\parsetok.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=..\Modules\pcremodule.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=..\Modules\posixmodule.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\pyfpe.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=..\Modules\pypcre.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\pystate.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=..\PC\python_nt.rc
+# End Source File
+# Begin Source File
+
+SOURCE=..\Python\pythonrun.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\rangeobject.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=..\Modules\regexmodule.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=..\Modules\regexpr.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=..\Modules\rgbimgmodule.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=..\Modules\rotormodule.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=..\Modules\shamodule.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=..\Modules\signalmodule.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\sliceobject.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=..\Modules\soundex.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\stringobject.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=..\Modules\stropmodule.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\structmember.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=..\Modules\structmodule.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"
+
+!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\thread.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=..\Modules\threadmodule.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=..\Modules\timemodule.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=..\Parser\tokenizer.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\traceback.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\tupleobject.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\typeobject.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\unicodectype.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\unicodeobject.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=..\Modules\xreadlinesmodule.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=..\Modules\yuvconvert.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
+# End Target
+# End Project
index 7ff01398b16dcade05986a8e0d3a5b6e27e110ab..0be0e3a8be4237c8aa51b43756aa861f0c811d35 100644 (file)
@@ -3,8 +3,6 @@ Building Python using VC++ 6.0 or 5.0
 This directory is used to build Python for Win32 platforms, e.g. Windows
 95, 98 and NT.  It requires Microsoft Visual C++ 6.x or 5.x.
 (For other Windows platforms and compilers, see ../PC/readme.txt.)
-XXX There are still (Python 2.0b1) a few compiler warnings under VC6.
-XXX There are likely a few more under VC5.
 
 Unlike older versions, there's no longer a need to copy the project files
 from a subdirectory of PC/ to the PCbuild directory -- they come in PCbuild.
@@ -15,8 +13,8 @@ and build the projects.
 
 The proper order to build subprojects is:
 
-1) python20 (this builds the main Python DLL and library files,
-             python20.{dll, lib})
+1) pythoncore (this builds the main Python DLL and library files,
+               python21.{dll, lib})
 
 2) python   (this builds the main Python executable, python.exe)
 
@@ -26,16 +24,16 @@ The proper order to build subprojects is:
    to the subsystems they implement; see SUBPROJECTS below)
 
 When using the Debug setting, the output files have a _d added to
-their name:  python20_d.dll, python_d.exe, parser_d.pyd, and so on.
+their name:  python21_d.dll, python_d.exe, parser_d.pyd, and so on.
 
 SUBPROJECTS
 -----------
 These subprojects should build out of the box.  Subprojects other than the
-main ones (python20, python, pythonw) generally build a DLL (renamed to
+main ones (python21, python, pythonw) generally build a DLL (renamed to
 .pyd) from a specific module so that users don't have to load the code
 supporting that module unless they import the module.
 
-python20
+pythoncore
     .dll and .lib
 python
     .exe