From 97c9640cc9ad2fc591fd1d9a7f75f74b15599a0e Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 17 Jan 2001 23:23:13 +0000 Subject: Windows: 2.1a1 changes so Python runs again. Note that the python20 subproject is gone, replaced by the new pythoncore subproject. --- PC/config.h | 4 +- PC/example_nt/readme.txt | 4 +- PC/python_nt.rc | 2 +- PCbuild/BUILDno.txt | 2 + PCbuild/pcbuild.dsw | 64 +- PCbuild/python20.dsp | 1709 ---------------------------------------------- PCbuild/python20.wse | 8 +- PCbuild/pythoncore.dsp | 1709 ++++++++++++++++++++++++++++++++++++++++++++++ PCbuild/readme.txt | 12 +- 9 files changed, 1757 insertions(+), 1757 deletions(-) delete mode 100644 PCbuild/python20.dsp create mode 100644 PCbuild/pythoncore.dsp diff --git a/PC/config.h b/PC/config.h index 9b2f918..65d390a 100644 --- a/PC/config.h +++ b/PC/config.h @@ -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 */ diff --git a/PC/example_nt/readme.txt b/PC/example_nt/readme.txt index e38185a..66dbea0 100644 --- a/PC/example_nt/readme.txt +++ b/PC/example_nt/readme.txt @@ -144,11 +144,11 @@ in the "Additional library path:" box. Now you need to add some mode-specific settings: Select "Win32 Release" in the "Settings for:" dropdown list. Click the -"Link" tab, choose the "Input" Category, and append "python20.lib" to the +"Link" tab, choose the "Input" Category, and append "python21.lib" to the list in the "Object/library modules:" box. Select "Win32 Debug" in the "Settings for:" dropdown list, and append -"python20_d.lib" to the list in the "Object/library modules:" box. Then +"python21_d.lib" to the list in the "Object/library modules:" box. Then click on the C/C++ tab, select "Code Generation" from the "Category:" dropdown list, and select "Debug Multithreaded DLL" from the "Use run-time library:" dropdown list. diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 76ec975..4554411b 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -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 diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 8b7fefb..cd93561 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -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 diff --git a/PCbuild/pcbuild.dsw b/PCbuild/pcbuild.dsw index e177060..99dc9c1 100644 --- a/PCbuild/pcbuild.dsw +++ b/PCbuild/pcbuild.dsw @@ -3,7 +3,7 @@ Microsoft Developer Studio Workspace File, Format Version 6.00 ############################################################################### -Project: "_socket"=".\_socket.dsp" - Package Owner=<4> +Project: "_socket"=.\_socket.dsp - Package Owner=<4> Package=<5> {{{ @@ -12,13 +12,13 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} ############################################################################### -Project: "_sre"=".\_sre.dsp" - Package Owner=<4> +Project: "_sre"=.\_sre.dsp - Package Owner=<4> Package=<5> {{{ @@ -27,13 +27,13 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} ############################################################################### -Project: "_tkinter"=".\_tkinter.dsp" - Package Owner=<4> +Project: "_tkinter"=.\_tkinter.dsp - Package Owner=<4> Package=<5> {{{ @@ -42,13 +42,13 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} ############################################################################### -Project: "bsddb"=".\bsddb.dsp" - Package Owner=<4> +Project: "bsddb"=.\bsddb.dsp - Package Owner=<4> Package=<5> {{{ @@ -57,13 +57,13 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} ############################################################################### -Project: "mmap"=".\mmap.dsp" - Package Owner=<4> +Project: "mmap"=.\mmap.dsp - Package Owner=<4> Package=<5> {{{ @@ -72,13 +72,13 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} ############################################################################### -Project: "parser"=".\parser.dsp" - Package Owner=<4> +Project: "parser"=.\parser.dsp - Package Owner=<4> Package=<5> {{{ @@ -87,13 +87,13 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} ############################################################################### -Project: "pyexpat"=".\pyexpat.dsp" - Package Owner=<4> +Project: "pyexpat"=.\pyexpat.dsp - Package Owner=<4> Package=<5> {{{ @@ -102,13 +102,13 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} ############################################################################### -Project: "python"=".\python.dsp" - Package Owner=<4> +Project: "python"=.\python.dsp - Package Owner=<4> Package=<5> {{{ @@ -117,13 +117,13 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} ############################################################################### -Project: "python20"=".\python20.dsp" - Package Owner=<4> +Project: "pythoncore"=.\pythoncore.dsp - Package Owner=<4> Package=<5> {{{ @@ -135,7 +135,7 @@ Package=<4> ############################################################################### -Project: "pythonw"=".\pythonw.dsp" - Package Owner=<4> +Project: "pythonw"=.\pythonw.dsp - Package Owner=<4> Package=<5> {{{ @@ -144,13 +144,13 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} ############################################################################### -Project: "select"=".\select.dsp" - Package Owner=<4> +Project: "select"=.\select.dsp - Package Owner=<4> Package=<5> {{{ @@ -159,13 +159,13 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} ############################################################################### -Project: "ucnhash"=".\ucnhash.dsp" - Package Owner=<4> +Project: "ucnhash"=.\ucnhash.dsp - Package Owner=<4> Package=<5> {{{ @@ -174,13 +174,13 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} ############################################################################### -Project: "unicodedata"=".\unicodedata.dsp" - Package Owner=<4> +Project: "unicodedata"=.\unicodedata.dsp - Package Owner=<4> Package=<5> {{{ @@ -189,13 +189,13 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} ############################################################################### -Project: "w9xpopen"=".\w9xpopen.dsp" - Package Owner=<4> +Project: "w9xpopen"=.\w9xpopen.dsp - Package Owner=<4> Package=<5> {{{ @@ -207,7 +207,7 @@ Package=<4> ############################################################################### -Project: "winreg"=".\winreg.dsp" - Package Owner=<4> +Project: "winreg"=.\winreg.dsp - Package Owner=<4> Package=<5> {{{ @@ -216,13 +216,13 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} ############################################################################### -Project: "winsound"=".\winsound.dsp" - Package Owner=<4> +Project: "winsound"=.\winsound.dsp - Package Owner=<4> Package=<5> {{{ @@ -231,13 +231,13 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} ############################################################################### -Project: "zlib"=".\zlib.dsp" - Package Owner=<4> +Project: "zlib"=.\zlib.dsp - Package Owner=<4> Package=<5> {{{ @@ -246,7 +246,7 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name python20 + Project_Dep_Name pythoncore End Project Dependency }}} diff --git a/PCbuild/python20.dsp b/PCbuild/python20.dsp deleted file mode 100644 index df1e765..0000000 --- a/PCbuild/python20.dsp +++ /dev/null @@ -1,1709 +0,0 @@ -# Microsoft Developer Studio Project File - Name="python20" - 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=python20 - 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 "python20.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 "python20.mak" CFG="python20 - Win32 Alpha Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "python20 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "python20 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "python20 - Win32 Alpha Debug" (based on "Win32 (ALPHA) Dynamic-Link Library") -!MESSAGE "python20 - Win32 Alpha Release" (based on "Win32 (ALPHA) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "python20" -# PROP Scc_LocalPath ".." - -!IF "$(CFG)" == "python20 - 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\python20" -# 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" -# SUBTRACT LINK32 /pdb:none - -!ELSEIF "$(CFG)" == "python20 - 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\python20" -# 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:"./python20_d.dll" /pdbtype:sept -# SUBTRACT LINK32 /pdb:none - -!ELSEIF "$(CFG)" == "python20 - 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\python20" -# 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:"./python20_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:"./python20_d.dll" /pdbtype:sept -# SUBTRACT LINK32 /pdb:none - -!ELSEIF "$(CFG)" == "python20 - 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\python20" -# 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 "python20 - Win32 Release" -# Name "python20 - Win32 Debug" -# Name "python20 - Win32 Alpha Debug" -# Name "python20 - Win32 Alpha Release" -# Begin Source File - -SOURCE=..\Modules\_codecsmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\_localemodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\abstract.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Parser\acceler.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\arraymodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\audioop.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\binascii.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Parser\bitset.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\bltinmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\bufferobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\ceval.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\classobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\cmathmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\cobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\codecs.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\compile.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\complexobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\PC\config.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\cPickle.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\cStringIO.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\dictobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\PC\dl_nt.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\dynload_win.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\errnomodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\errors.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\exceptions.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\fileobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\floatobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\fpectlmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\fpetestmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\frameobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\frozen.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\funcobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\gcmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\getargs.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\getbuildinfo.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -# ADD CPP /D BUILD=8 - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -# ADD CPP /D BUILD=8 - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\getcompiler.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\getcopyright.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\getmtime.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\getopt.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\PC\getpathp.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\getplatform.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\getversion.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\graminit.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Parser\grammar1.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\imageop.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\import.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\PC\import_nt.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -# ADD CPP /I "..\Python" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -# ADD CPP /I "..\Python" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\importdl.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\intobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Parser\listnode.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\listobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\longobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\main.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\marshal.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\mathmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\md5c.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\md5module.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Parser\metagrammar.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\methodobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\modsupport.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\moduleobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\PC\msvcrtmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Parser\myreadline.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\mystrtoul.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\newmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Parser\node.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\object.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\operator.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Parser\parser.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Parser\parsetok.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\pcremodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\posixmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\pyfpe.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\pypcre.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\pystate.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - 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)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\rangeobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\regexmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\regexpr.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\rgbimgmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\rotormodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\shamodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\signalmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\sliceobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\soundex.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\stringobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\stropmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\structmember.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\structmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\sysmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\thread.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\threadmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\timemodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Parser\tokenizer.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Python\traceback.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\tupleobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\typeobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\unicodectype.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Objects\unicodeobject.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\xreadlinesmodule.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\Modules\yuvconvert.c - -!IF "$(CFG)" == "python20 - Win32 Release" - -!ELSEIF "$(CFG)" == "python20 - Win32 Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" - -!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index ce34a33..3e0e7ab 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -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 index 0000000..aed38cd --- /dev/null +++ b/PCbuild/pythoncore.dsp @@ -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 diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 7ff0139..0be0e3a 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -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 -- cgit v0.12