Kaydet (Commit) 97c9640c authored tarafından Tim Peters's avatar Tim Peters

Windows: 2.1a1 changes so Python runs again. Note that the python20

subproject is gone, replaced by the new pythoncore subproject.
üst 6425efe9
...@@ -327,9 +327,9 @@ typedef unsigned long uintptr_t; ...@@ -327,9 +327,9 @@ typedef unsigned long uintptr_t;
more (other compilers will still need to do so, but that's taken care more (other compilers will still need to do so, but that's taken care
of by the Distutils, so it's not a problem). */ of by the Distutils, so it's not a problem). */
#ifdef _DEBUG #ifdef _DEBUG
#pragma comment(lib,"python20_d.lib") #pragma comment(lib,"python21_d.lib")
#else #else
#pragma comment(lib,"python20.lib") #pragma comment(lib,"python21.lib")
#endif #endif
#endif /* USE_DL_EXPORT */ #endif /* USE_DL_EXPORT */
......
...@@ -144,11 +144,11 @@ in the "Additional library path:" box. ...@@ -144,11 +144,11 @@ in the "Additional library path:" box.
Now you need to add some mode-specific settings: Now you need to add some mode-specific settings:
Select "Win32 Release" in the "Settings for:" dropdown list. Click the 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. list in the "Object/library modules:" box.
Select "Win32 Debug" in the "Settings for:" dropdown list, and append 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:" click on the C/C++ tab, select "Code Generation" from the "Category:"
dropdown list, and select "Debug Multithreaded DLL" from the "Use run-time dropdown list, and select "Debug Multithreaded DLL" from the "Use run-time
library:" dropdown list. library:" dropdown list.
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0" #define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0"
#ifndef PYTHON_DLL_NAME #ifndef PYTHON_DLL_NAME
#define PYTHON_DLL_NAME "Python20.dll" #define PYTHON_DLL_NAME "Python21.dll"
#endif #endif
// String Tables // String Tables
......
...@@ -33,6 +33,8 @@ How to change the Windows build number: ...@@ -33,6 +33,8 @@ How to change the Windows build number:
Windows Python BUILD numbers Windows Python BUILD numbers
---------------------------- ----------------------------
9 2.1a1
17-Jan-2001
8 2.0 (final) 8 2.0 (final)
14-Oct-2000 14-Oct-2000
7 2.0c1 7 2.0c1
......
...@@ -3,7 +3,7 @@ Microsoft Developer Studio Workspace File, Format Version 6.00 ...@@ -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> Package=<5>
{{{ {{{
...@@ -12,13 +12,13 @@ Package=<5> ...@@ -12,13 +12,13 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
############################################################################### ###############################################################################
Project: "_sre"=".\_sre.dsp" - Package Owner=<4> Project: "_sre"=.\_sre.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -27,13 +27,13 @@ Package=<5> ...@@ -27,13 +27,13 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
############################################################################### ###############################################################################
Project: "_tkinter"=".\_tkinter.dsp" - Package Owner=<4> Project: "_tkinter"=.\_tkinter.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -42,13 +42,13 @@ Package=<5> ...@@ -42,13 +42,13 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
############################################################################### ###############################################################################
Project: "bsddb"=".\bsddb.dsp" - Package Owner=<4> Project: "bsddb"=.\bsddb.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -57,13 +57,13 @@ Package=<5> ...@@ -57,13 +57,13 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
############################################################################### ###############################################################################
Project: "mmap"=".\mmap.dsp" - Package Owner=<4> Project: "mmap"=.\mmap.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -72,13 +72,13 @@ Package=<5> ...@@ -72,13 +72,13 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
############################################################################### ###############################################################################
Project: "parser"=".\parser.dsp" - Package Owner=<4> Project: "parser"=.\parser.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -87,13 +87,13 @@ Package=<5> ...@@ -87,13 +87,13 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
############################################################################### ###############################################################################
Project: "pyexpat"=".\pyexpat.dsp" - Package Owner=<4> Project: "pyexpat"=.\pyexpat.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -102,13 +102,13 @@ Package=<5> ...@@ -102,13 +102,13 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
############################################################################### ###############################################################################
Project: "python"=".\python.dsp" - Package Owner=<4> Project: "python"=.\python.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -117,13 +117,13 @@ Package=<5> ...@@ -117,13 +117,13 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
############################################################################### ###############################################################################
Project: "python20"=".\python20.dsp" - Package Owner=<4> Project: "pythoncore"=.\pythoncore.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -135,7 +135,7 @@ Package=<4> ...@@ -135,7 +135,7 @@ Package=<4>
############################################################################### ###############################################################################
Project: "pythonw"=".\pythonw.dsp" - Package Owner=<4> Project: "pythonw"=.\pythonw.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -144,13 +144,13 @@ Package=<5> ...@@ -144,13 +144,13 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
############################################################################### ###############################################################################
Project: "select"=".\select.dsp" - Package Owner=<4> Project: "select"=.\select.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -159,13 +159,13 @@ Package=<5> ...@@ -159,13 +159,13 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
############################################################################### ###############################################################################
Project: "ucnhash"=".\ucnhash.dsp" - Package Owner=<4> Project: "ucnhash"=.\ucnhash.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -174,13 +174,13 @@ Package=<5> ...@@ -174,13 +174,13 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
############################################################################### ###############################################################################
Project: "unicodedata"=".\unicodedata.dsp" - Package Owner=<4> Project: "unicodedata"=.\unicodedata.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -189,13 +189,13 @@ Package=<5> ...@@ -189,13 +189,13 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
############################################################################### ###############################################################################
Project: "w9xpopen"=".\w9xpopen.dsp" - Package Owner=<4> Project: "w9xpopen"=.\w9xpopen.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -207,7 +207,7 @@ Package=<4> ...@@ -207,7 +207,7 @@ Package=<4>
############################################################################### ###############################################################################
Project: "winreg"=".\winreg.dsp" - Package Owner=<4> Project: "winreg"=.\winreg.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -216,13 +216,13 @@ Package=<5> ...@@ -216,13 +216,13 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
############################################################################### ###############################################################################
Project: "winsound"=".\winsound.dsp" - Package Owner=<4> Project: "winsound"=.\winsound.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -231,13 +231,13 @@ Package=<5> ...@@ -231,13 +231,13 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
############################################################################### ###############################################################################
Project: "zlib"=".\zlib.dsp" - Package Owner=<4> Project: "zlib"=.\zlib.dsp - Package Owner=<4>
Package=<5> Package=<5>
{{{ {{{
...@@ -246,7 +246,7 @@ Package=<5> ...@@ -246,7 +246,7 @@ Package=<5>
Package=<4> Package=<4>
{{{ {{{
Begin Project Dependency Begin Project Dependency
Project_Dep_Name python20 Project_Dep_Name pythoncore
End Project Dependency End Project Dependency
}}} }}}
......
...@@ -817,8 +817,8 @@ item: Install File ...@@ -817,8 +817,8 @@ item: Install File
Flags=0000000000000010 Flags=0000000000000010
end end
item: Install File item: Install File
Source=%_SRC_%\PCbuild\python20.lib Source=%_SRC_%\PCbuild\python21.lib
Destination=%MAINDIR%\libs\python20.lib Destination=%MAINDIR%\libs\python21.lib
Flags=0000000000000010 Flags=0000000000000010
end end
item: Remark item: Remark
...@@ -840,8 +840,8 @@ item: Remark ...@@ -840,8 +840,8 @@ item: Remark
Text=*** Main Python DLL *** Text=*** Main Python DLL ***
end end
item: Install File item: Install File
Source=%_SRC_%\pcbuild\python20.dll Source=%_SRC_%\pcbuild\python21.dll
Destination=%DLLDEST%\python20.dll Destination=%DLLDEST%\python21.dll
Flags=0000000000000010 Flags=0000000000000010
end end
item: Install File item: Install File
......
# Microsoft Developer Studio Project File - Name="python20" - Package Owner=<4> # Microsoft Developer Studio Project File - Name="pythoncore" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00 # Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT ** # ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
# TARGTYPE "Win32 (ALPHA) Dynamic-Link Library" 0x0602 # TARGTYPE "Win32 (ALPHA) Dynamic-Link Library" 0x0602
CFG=python20 - Win32 Alpha Debug CFG=pythoncore - Win32 Alpha Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run !MESSAGE use the Export Makefile command and run
!MESSAGE !MESSAGE
!MESSAGE NMAKE /f "python20.mak". !MESSAGE NMAKE /f "pythoncore.mak".
!MESSAGE !MESSAGE
!MESSAGE You can specify a configuration when running NMAKE !MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE !MESSAGE
!MESSAGE NMAKE /f "python20.mak" CFG="python20 - Win32 Alpha Debug" !MESSAGE NMAKE /f "pythoncore.mak" CFG="pythoncore - Win32 Alpha Debug"
!MESSAGE !MESSAGE
!MESSAGE Possible choices for configuration are: !MESSAGE Possible choices for configuration are:
!MESSAGE !MESSAGE
!MESSAGE "python20 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "pythoncore - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "python20 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "pythoncore - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "python20 - Win32 Alpha Debug" (based on "Win32 (ALPHA) Dynamic-Link Library") !MESSAGE "pythoncore - Win32 Alpha Debug" (based on "Win32 (ALPHA) Dynamic-Link Library")
!MESSAGE "python20 - Win32 Alpha Release" (based on "Win32 (ALPHA) Dynamic-Link Library") !MESSAGE "pythoncore - Win32 Alpha Release" (based on "Win32 (ALPHA) Dynamic-Link Library")
!MESSAGE !MESSAGE
# Begin Project # Begin Project
# PROP AllowPerConfigDependencies 0 # PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName "python20" # PROP Scc_ProjName "pythoncore"
# PROP Scc_LocalPath ".." # PROP Scc_LocalPath ".."
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
# PROP BASE Use_MFC 0 # PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0 # PROP BASE Use_Debug_Libraries 0
...@@ -39,7 +39,7 @@ CFG=python20 - Win32 Alpha Debug ...@@ -39,7 +39,7 @@ CFG=python20 - Win32 Alpha Debug
# PROP Use_MFC 0 # PROP Use_MFC 0
# PROP Use_Debug_Libraries 0 # PROP Use_Debug_Libraries 0
# PROP Output_Dir "." # PROP Output_Dir "."
# PROP Intermediate_Dir "x86-temp-release\python20" # PROP Intermediate_Dir "x86-temp-release\pythoncore"
# PROP Ignore_Export_Lib 0 # PROP Ignore_Export_Lib 0
# PROP Target_Dir "" # PROP Target_Dir ""
F90=df.exe F90=df.exe
...@@ -57,10 +57,10 @@ BSC32=bscmake.exe ...@@ -57,10 +57,10 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo # ADD BSC32 /nologo
LINK32=link.exe 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 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" # 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 # SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
# PROP BASE Use_MFC 0 # PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1 # PROP BASE Use_Debug_Libraries 1
...@@ -70,7 +70,7 @@ LINK32=link.exe ...@@ -70,7 +70,7 @@ LINK32=link.exe
# PROP Use_MFC 0 # PROP Use_MFC 0
# PROP Use_Debug_Libraries 1 # PROP Use_Debug_Libraries 1
# PROP Output_Dir "." # PROP Output_Dir "."
# PROP Intermediate_Dir "x86-temp-debug\python20" # PROP Intermediate_Dir "x86-temp-debug\pythoncore"
# PROP Ignore_Export_Lib 0 # PROP Ignore_Export_Lib 0
# PROP Target_Dir "" # PROP Target_Dir ""
F90=df.exe F90=df.exe
...@@ -88,10 +88,10 @@ BSC32=bscmake.exe ...@@ -88,10 +88,10 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo # ADD BSC32 /nologo
LINK32=link.exe 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 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 # 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 # SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
# PROP BASE Use_MFC 0 # PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1 # PROP BASE Use_Debug_Libraries 1
...@@ -102,7 +102,7 @@ LINK32=link.exe ...@@ -102,7 +102,7 @@ LINK32=link.exe
# PROP Use_MFC 0 # PROP Use_MFC 0
# PROP Use_Debug_Libraries 1 # PROP Use_Debug_Libraries 1
# PROP Output_Dir "." # PROP Output_Dir "."
# PROP Intermediate_Dir "alpha-temp-debug\python20" # PROP Intermediate_Dir "alpha-temp-debug\pythoncore"
# PROP Ignore_Export_Lib 0 # PROP Ignore_Export_Lib 0
# PROP Target_Dir "" # PROP Target_Dir ""
CPP=cl.exe CPP=cl.exe
...@@ -118,12 +118,12 @@ BSC32=bscmake.exe ...@@ -118,12 +118,12 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo # ADD BASE BSC32 /nologo
# ADD BSC32 /nologo # ADD BSC32 /nologo
LINK32=link.exe 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 # 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 # 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 # 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 # SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
# PROP BASE Use_MFC 0 # PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0 # PROP BASE Use_Debug_Libraries 0
...@@ -134,7 +134,7 @@ LINK32=link.exe ...@@ -134,7 +134,7 @@ LINK32=link.exe
# PROP Use_MFC 0 # PROP Use_MFC 0
# PROP Use_Debug_Libraries 0 # PROP Use_Debug_Libraries 0
# PROP Output_Dir "." # PROP Output_Dir "."
# PROP Intermediate_Dir "alpha-temp-release\python20" # PROP Intermediate_Dir "alpha-temp-release\pythoncore"
# PROP Ignore_Export_Lib 0 # PROP Ignore_Export_Lib 0
# PROP Target_Dir "" # PROP Target_Dir ""
CPP=cl.exe CPP=cl.exe
...@@ -159,21 +159,21 @@ LINK32=link.exe ...@@ -159,21 +159,21 @@ LINK32=link.exe
# Begin Target # Begin Target
# Name "python20 - Win32 Release" # Name "pythoncore - Win32 Release"
# Name "python20 - Win32 Debug" # Name "pythoncore - Win32 Debug"
# Name "python20 - Win32 Alpha Debug" # Name "pythoncore - Win32 Alpha Debug"
# Name "python20 - Win32 Alpha Release" # Name "pythoncore - Win32 Alpha Release"
# Begin Source File # Begin Source File
SOURCE=..\Modules\_codecsmodule.c SOURCE=..\Modules\_codecsmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -182,13 +182,13 @@ SOURCE=..\Modules\_codecsmodule.c ...@@ -182,13 +182,13 @@ SOURCE=..\Modules\_codecsmodule.c
SOURCE=..\Modules\_localemodule.c SOURCE=..\Modules\_localemodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -197,13 +197,13 @@ SOURCE=..\Modules\_localemodule.c ...@@ -197,13 +197,13 @@ SOURCE=..\Modules\_localemodule.c
SOURCE=..\Objects\abstract.c SOURCE=..\Objects\abstract.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -212,13 +212,13 @@ SOURCE=..\Objects\abstract.c ...@@ -212,13 +212,13 @@ SOURCE=..\Objects\abstract.c
SOURCE=..\Parser\acceler.c SOURCE=..\Parser\acceler.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -227,13 +227,13 @@ SOURCE=..\Parser\acceler.c ...@@ -227,13 +227,13 @@ SOURCE=..\Parser\acceler.c
SOURCE=..\Modules\arraymodule.c SOURCE=..\Modules\arraymodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -242,13 +242,13 @@ SOURCE=..\Modules\arraymodule.c ...@@ -242,13 +242,13 @@ SOURCE=..\Modules\arraymodule.c
SOURCE=..\Modules\audioop.c SOURCE=..\Modules\audioop.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -257,13 +257,13 @@ SOURCE=..\Modules\audioop.c ...@@ -257,13 +257,13 @@ SOURCE=..\Modules\audioop.c
SOURCE=..\Modules\binascii.c SOURCE=..\Modules\binascii.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -272,13 +272,13 @@ SOURCE=..\Modules\binascii.c ...@@ -272,13 +272,13 @@ SOURCE=..\Modules\binascii.c
SOURCE=..\Parser\bitset.c SOURCE=..\Parser\bitset.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -287,13 +287,13 @@ SOURCE=..\Parser\bitset.c ...@@ -287,13 +287,13 @@ SOURCE=..\Parser\bitset.c
SOURCE=..\Python\bltinmodule.c SOURCE=..\Python\bltinmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -302,13 +302,13 @@ SOURCE=..\Python\bltinmodule.c ...@@ -302,13 +302,13 @@ SOURCE=..\Python\bltinmodule.c
SOURCE=..\Objects\bufferobject.c SOURCE=..\Objects\bufferobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -317,13 +317,13 @@ SOURCE=..\Objects\bufferobject.c ...@@ -317,13 +317,13 @@ SOURCE=..\Objects\bufferobject.c
SOURCE=..\Python\ceval.c SOURCE=..\Python\ceval.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -332,13 +332,13 @@ SOURCE=..\Python\ceval.c ...@@ -332,13 +332,13 @@ SOURCE=..\Python\ceval.c
SOURCE=..\Objects\classobject.c SOURCE=..\Objects\classobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -347,13 +347,13 @@ SOURCE=..\Objects\classobject.c ...@@ -347,13 +347,13 @@ SOURCE=..\Objects\classobject.c
SOURCE=..\Modules\cmathmodule.c SOURCE=..\Modules\cmathmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -362,13 +362,13 @@ SOURCE=..\Modules\cmathmodule.c ...@@ -362,13 +362,13 @@ SOURCE=..\Modules\cmathmodule.c
SOURCE=..\Objects\cobject.c SOURCE=..\Objects\cobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -377,13 +377,13 @@ SOURCE=..\Objects\cobject.c ...@@ -377,13 +377,13 @@ SOURCE=..\Objects\cobject.c
SOURCE=..\Python\codecs.c SOURCE=..\Python\codecs.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -392,13 +392,13 @@ SOURCE=..\Python\codecs.c ...@@ -392,13 +392,13 @@ SOURCE=..\Python\codecs.c
SOURCE=..\Python\compile.c SOURCE=..\Python\compile.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -407,13 +407,13 @@ SOURCE=..\Python\compile.c ...@@ -407,13 +407,13 @@ SOURCE=..\Python\compile.c
SOURCE=..\Objects\complexobject.c SOURCE=..\Objects\complexobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -422,13 +422,13 @@ SOURCE=..\Objects\complexobject.c ...@@ -422,13 +422,13 @@ SOURCE=..\Objects\complexobject.c
SOURCE=..\PC\config.c SOURCE=..\PC\config.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -437,13 +437,13 @@ SOURCE=..\PC\config.c ...@@ -437,13 +437,13 @@ SOURCE=..\PC\config.c
SOURCE=..\Modules\cPickle.c SOURCE=..\Modules\cPickle.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -452,13 +452,13 @@ SOURCE=..\Modules\cPickle.c ...@@ -452,13 +452,13 @@ SOURCE=..\Modules\cPickle.c
SOURCE=..\Modules\cStringIO.c SOURCE=..\Modules\cStringIO.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -467,13 +467,13 @@ SOURCE=..\Modules\cStringIO.c ...@@ -467,13 +467,13 @@ SOURCE=..\Modules\cStringIO.c
SOURCE=..\Objects\dictobject.c SOURCE=..\Objects\dictobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -482,13 +482,13 @@ SOURCE=..\Objects\dictobject.c ...@@ -482,13 +482,13 @@ SOURCE=..\Objects\dictobject.c
SOURCE=..\PC\dl_nt.c SOURCE=..\PC\dl_nt.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -497,13 +497,13 @@ SOURCE=..\PC\dl_nt.c ...@@ -497,13 +497,13 @@ SOURCE=..\PC\dl_nt.c
SOURCE=..\Python\dynload_win.c SOURCE=..\Python\dynload_win.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -512,13 +512,13 @@ SOURCE=..\Python\dynload_win.c ...@@ -512,13 +512,13 @@ SOURCE=..\Python\dynload_win.c
SOURCE=..\Modules\errnomodule.c SOURCE=..\Modules\errnomodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -527,13 +527,13 @@ SOURCE=..\Modules\errnomodule.c ...@@ -527,13 +527,13 @@ SOURCE=..\Modules\errnomodule.c
SOURCE=..\Python\errors.c SOURCE=..\Python\errors.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -542,13 +542,13 @@ SOURCE=..\Python\errors.c ...@@ -542,13 +542,13 @@ SOURCE=..\Python\errors.c
SOURCE=..\Python\exceptions.c SOURCE=..\Python\exceptions.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -557,13 +557,13 @@ SOURCE=..\Python\exceptions.c ...@@ -557,13 +557,13 @@ SOURCE=..\Python\exceptions.c
SOURCE=..\Objects\fileobject.c SOURCE=..\Objects\fileobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -572,13 +572,13 @@ SOURCE=..\Objects\fileobject.c ...@@ -572,13 +572,13 @@ SOURCE=..\Objects\fileobject.c
SOURCE=..\Objects\floatobject.c SOURCE=..\Objects\floatobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -587,13 +587,13 @@ SOURCE=..\Objects\floatobject.c ...@@ -587,13 +587,13 @@ SOURCE=..\Objects\floatobject.c
SOURCE=..\Modules\fpectlmodule.c SOURCE=..\Modules\fpectlmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -602,13 +602,13 @@ SOURCE=..\Modules\fpectlmodule.c ...@@ -602,13 +602,13 @@ SOURCE=..\Modules\fpectlmodule.c
SOURCE=..\Modules\fpetestmodule.c SOURCE=..\Modules\fpetestmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -617,13 +617,13 @@ SOURCE=..\Modules\fpetestmodule.c ...@@ -617,13 +617,13 @@ SOURCE=..\Modules\fpetestmodule.c
SOURCE=..\Objects\frameobject.c SOURCE=..\Objects\frameobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -632,13 +632,13 @@ SOURCE=..\Objects\frameobject.c ...@@ -632,13 +632,13 @@ SOURCE=..\Objects\frameobject.c
SOURCE=..\Python\frozen.c SOURCE=..\Python\frozen.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -647,13 +647,13 @@ SOURCE=..\Python\frozen.c ...@@ -647,13 +647,13 @@ SOURCE=..\Python\frozen.c
SOURCE=..\Objects\funcobject.c SOURCE=..\Objects\funcobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -662,13 +662,13 @@ SOURCE=..\Objects\funcobject.c ...@@ -662,13 +662,13 @@ SOURCE=..\Objects\funcobject.c
SOURCE=..\Modules\gcmodule.c SOURCE=..\Modules\gcmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -677,13 +677,13 @@ SOURCE=..\Modules\gcmodule.c ...@@ -677,13 +677,13 @@ SOURCE=..\Modules\gcmodule.c
SOURCE=..\Python\getargs.c SOURCE=..\Python\getargs.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -692,17 +692,17 @@ SOURCE=..\Python\getargs.c ...@@ -692,17 +692,17 @@ SOURCE=..\Python\getargs.c
SOURCE=..\Modules\getbuildinfo.c SOURCE=..\Modules\getbuildinfo.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
# ADD CPP /D BUILD=8 # ADD CPP /D BUILD=9
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
# ADD CPP /D BUILD=8 # ADD CPP /D BUILD=9
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -711,13 +711,13 @@ SOURCE=..\Modules\getbuildinfo.c ...@@ -711,13 +711,13 @@ SOURCE=..\Modules\getbuildinfo.c
SOURCE=..\Python\getcompiler.c SOURCE=..\Python\getcompiler.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -726,13 +726,13 @@ SOURCE=..\Python\getcompiler.c ...@@ -726,13 +726,13 @@ SOURCE=..\Python\getcompiler.c
SOURCE=..\Python\getcopyright.c SOURCE=..\Python\getcopyright.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -741,13 +741,13 @@ SOURCE=..\Python\getcopyright.c ...@@ -741,13 +741,13 @@ SOURCE=..\Python\getcopyright.c
SOURCE=..\Python\getmtime.c SOURCE=..\Python\getmtime.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -756,13 +756,13 @@ SOURCE=..\Python\getmtime.c ...@@ -756,13 +756,13 @@ SOURCE=..\Python\getmtime.c
SOURCE=..\Python\getopt.c SOURCE=..\Python\getopt.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -771,13 +771,13 @@ SOURCE=..\Python\getopt.c ...@@ -771,13 +771,13 @@ SOURCE=..\Python\getopt.c
SOURCE=..\PC\getpathp.c SOURCE=..\PC\getpathp.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -786,13 +786,13 @@ SOURCE=..\PC\getpathp.c ...@@ -786,13 +786,13 @@ SOURCE=..\PC\getpathp.c
SOURCE=..\Python\getplatform.c SOURCE=..\Python\getplatform.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -801,13 +801,13 @@ SOURCE=..\Python\getplatform.c ...@@ -801,13 +801,13 @@ SOURCE=..\Python\getplatform.c
SOURCE=..\Python\getversion.c SOURCE=..\Python\getversion.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -816,13 +816,13 @@ SOURCE=..\Python\getversion.c ...@@ -816,13 +816,13 @@ SOURCE=..\Python\getversion.c
SOURCE=..\Python\graminit.c SOURCE=..\Python\graminit.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -831,13 +831,13 @@ SOURCE=..\Python\graminit.c ...@@ -831,13 +831,13 @@ SOURCE=..\Python\graminit.c
SOURCE=..\Parser\grammar1.c SOURCE=..\Parser\grammar1.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -846,13 +846,13 @@ SOURCE=..\Parser\grammar1.c ...@@ -846,13 +846,13 @@ SOURCE=..\Parser\grammar1.c
SOURCE=..\Modules\imageop.c SOURCE=..\Modules\imageop.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -861,13 +861,13 @@ SOURCE=..\Modules\imageop.c ...@@ -861,13 +861,13 @@ SOURCE=..\Modules\imageop.c
SOURCE=..\Python\import.c SOURCE=..\Python\import.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -876,17 +876,17 @@ SOURCE=..\Python\import.c ...@@ -876,17 +876,17 @@ SOURCE=..\Python\import.c
SOURCE=..\PC\import_nt.c SOURCE=..\PC\import_nt.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
# ADD CPP /I "..\Python" # ADD CPP /I "..\Python"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
# ADD CPP /I "..\Python" # ADD CPP /I "..\Python"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -895,13 +895,13 @@ SOURCE=..\PC\import_nt.c ...@@ -895,13 +895,13 @@ SOURCE=..\PC\import_nt.c
SOURCE=..\Python\importdl.c SOURCE=..\Python\importdl.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -910,13 +910,13 @@ SOURCE=..\Python\importdl.c ...@@ -910,13 +910,13 @@ SOURCE=..\Python\importdl.c
SOURCE=..\Objects\intobject.c SOURCE=..\Objects\intobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -925,13 +925,13 @@ SOURCE=..\Objects\intobject.c ...@@ -925,13 +925,13 @@ SOURCE=..\Objects\intobject.c
SOURCE=..\Parser\listnode.c SOURCE=..\Parser\listnode.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -940,13 +940,13 @@ SOURCE=..\Parser\listnode.c ...@@ -940,13 +940,13 @@ SOURCE=..\Parser\listnode.c
SOURCE=..\Objects\listobject.c SOURCE=..\Objects\listobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -955,13 +955,13 @@ SOURCE=..\Objects\listobject.c ...@@ -955,13 +955,13 @@ SOURCE=..\Objects\listobject.c
SOURCE=..\Objects\longobject.c SOURCE=..\Objects\longobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -970,13 +970,13 @@ SOURCE=..\Objects\longobject.c ...@@ -970,13 +970,13 @@ SOURCE=..\Objects\longobject.c
SOURCE=..\Modules\main.c SOURCE=..\Modules\main.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -985,13 +985,13 @@ SOURCE=..\Modules\main.c ...@@ -985,13 +985,13 @@ SOURCE=..\Modules\main.c
SOURCE=..\Python\marshal.c SOURCE=..\Python\marshal.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1000,13 +1000,13 @@ SOURCE=..\Python\marshal.c ...@@ -1000,13 +1000,13 @@ SOURCE=..\Python\marshal.c
SOURCE=..\Modules\mathmodule.c SOURCE=..\Modules\mathmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1015,13 +1015,13 @@ SOURCE=..\Modules\mathmodule.c ...@@ -1015,13 +1015,13 @@ SOURCE=..\Modules\mathmodule.c
SOURCE=..\Modules\md5c.c SOURCE=..\Modules\md5c.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1030,13 +1030,13 @@ SOURCE=..\Modules\md5c.c ...@@ -1030,13 +1030,13 @@ SOURCE=..\Modules\md5c.c
SOURCE=..\Modules\md5module.c SOURCE=..\Modules\md5module.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1045,13 +1045,13 @@ SOURCE=..\Modules\md5module.c ...@@ -1045,13 +1045,13 @@ SOURCE=..\Modules\md5module.c
SOURCE=..\Parser\metagrammar.c SOURCE=..\Parser\metagrammar.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1060,13 +1060,13 @@ SOURCE=..\Parser\metagrammar.c ...@@ -1060,13 +1060,13 @@ SOURCE=..\Parser\metagrammar.c
SOURCE=..\Objects\methodobject.c SOURCE=..\Objects\methodobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1075,13 +1075,13 @@ SOURCE=..\Objects\methodobject.c ...@@ -1075,13 +1075,13 @@ SOURCE=..\Objects\methodobject.c
SOURCE=..\Python\modsupport.c SOURCE=..\Python\modsupport.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1090,13 +1090,13 @@ SOURCE=..\Python\modsupport.c ...@@ -1090,13 +1090,13 @@ SOURCE=..\Python\modsupport.c
SOURCE=..\Objects\moduleobject.c SOURCE=..\Objects\moduleobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1105,13 +1105,13 @@ SOURCE=..\Objects\moduleobject.c ...@@ -1105,13 +1105,13 @@ SOURCE=..\Objects\moduleobject.c
SOURCE=..\PC\msvcrtmodule.c SOURCE=..\PC\msvcrtmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1120,13 +1120,13 @@ SOURCE=..\PC\msvcrtmodule.c ...@@ -1120,13 +1120,13 @@ SOURCE=..\PC\msvcrtmodule.c
SOURCE=..\Parser\myreadline.c SOURCE=..\Parser\myreadline.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1135,13 +1135,13 @@ SOURCE=..\Parser\myreadline.c ...@@ -1135,13 +1135,13 @@ SOURCE=..\Parser\myreadline.c
SOURCE=..\Python\mystrtoul.c SOURCE=..\Python\mystrtoul.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1150,13 +1150,13 @@ SOURCE=..\Python\mystrtoul.c ...@@ -1150,13 +1150,13 @@ SOURCE=..\Python\mystrtoul.c
SOURCE=..\Modules\newmodule.c SOURCE=..\Modules\newmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1165,13 +1165,13 @@ SOURCE=..\Modules\newmodule.c ...@@ -1165,13 +1165,13 @@ SOURCE=..\Modules\newmodule.c
SOURCE=..\Parser\node.c SOURCE=..\Parser\node.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1180,13 +1180,13 @@ SOURCE=..\Parser\node.c ...@@ -1180,13 +1180,13 @@ SOURCE=..\Parser\node.c
SOURCE=..\Objects\object.c SOURCE=..\Objects\object.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1195,13 +1195,13 @@ SOURCE=..\Objects\object.c ...@@ -1195,13 +1195,13 @@ SOURCE=..\Objects\object.c
SOURCE=..\Modules\operator.c SOURCE=..\Modules\operator.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1210,13 +1210,13 @@ SOURCE=..\Modules\operator.c ...@@ -1210,13 +1210,13 @@ SOURCE=..\Modules\operator.c
SOURCE=..\Parser\parser.c SOURCE=..\Parser\parser.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1225,13 +1225,13 @@ SOURCE=..\Parser\parser.c ...@@ -1225,13 +1225,13 @@ SOURCE=..\Parser\parser.c
SOURCE=..\Parser\parsetok.c SOURCE=..\Parser\parsetok.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1240,13 +1240,13 @@ SOURCE=..\Parser\parsetok.c ...@@ -1240,13 +1240,13 @@ SOURCE=..\Parser\parsetok.c
SOURCE=..\Modules\pcremodule.c SOURCE=..\Modules\pcremodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1255,13 +1255,13 @@ SOURCE=..\Modules\pcremodule.c ...@@ -1255,13 +1255,13 @@ SOURCE=..\Modules\pcremodule.c
SOURCE=..\Modules\posixmodule.c SOURCE=..\Modules\posixmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1270,13 +1270,13 @@ SOURCE=..\Modules\posixmodule.c ...@@ -1270,13 +1270,13 @@ SOURCE=..\Modules\posixmodule.c
SOURCE=..\Python\pyfpe.c SOURCE=..\Python\pyfpe.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1285,13 +1285,13 @@ SOURCE=..\Python\pyfpe.c ...@@ -1285,13 +1285,13 @@ SOURCE=..\Python\pyfpe.c
SOURCE=..\Modules\pypcre.c SOURCE=..\Modules\pypcre.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1300,13 +1300,13 @@ SOURCE=..\Modules\pypcre.c ...@@ -1300,13 +1300,13 @@ SOURCE=..\Modules\pypcre.c
SOURCE=..\Python\pystate.c SOURCE=..\Python\pystate.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1319,13 +1319,13 @@ SOURCE=..\PC\python_nt.rc ...@@ -1319,13 +1319,13 @@ SOURCE=..\PC\python_nt.rc
SOURCE=..\Python\pythonrun.c SOURCE=..\Python\pythonrun.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1334,13 +1334,13 @@ SOURCE=..\Python\pythonrun.c ...@@ -1334,13 +1334,13 @@ SOURCE=..\Python\pythonrun.c
SOURCE=..\Objects\rangeobject.c SOURCE=..\Objects\rangeobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1349,13 +1349,13 @@ SOURCE=..\Objects\rangeobject.c ...@@ -1349,13 +1349,13 @@ SOURCE=..\Objects\rangeobject.c
SOURCE=..\Modules\regexmodule.c SOURCE=..\Modules\regexmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1364,13 +1364,13 @@ SOURCE=..\Modules\regexmodule.c ...@@ -1364,13 +1364,13 @@ SOURCE=..\Modules\regexmodule.c
SOURCE=..\Modules\regexpr.c SOURCE=..\Modules\regexpr.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1379,13 +1379,13 @@ SOURCE=..\Modules\regexpr.c ...@@ -1379,13 +1379,13 @@ SOURCE=..\Modules\regexpr.c
SOURCE=..\Modules\rgbimgmodule.c SOURCE=..\Modules\rgbimgmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1394,13 +1394,13 @@ SOURCE=..\Modules\rgbimgmodule.c ...@@ -1394,13 +1394,13 @@ SOURCE=..\Modules\rgbimgmodule.c
SOURCE=..\Modules\rotormodule.c SOURCE=..\Modules\rotormodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1409,13 +1409,13 @@ SOURCE=..\Modules\rotormodule.c ...@@ -1409,13 +1409,13 @@ SOURCE=..\Modules\rotormodule.c
SOURCE=..\Modules\shamodule.c SOURCE=..\Modules\shamodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1424,13 +1424,13 @@ SOURCE=..\Modules\shamodule.c ...@@ -1424,13 +1424,13 @@ SOURCE=..\Modules\shamodule.c
SOURCE=..\Modules\signalmodule.c SOURCE=..\Modules\signalmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1439,13 +1439,13 @@ SOURCE=..\Modules\signalmodule.c ...@@ -1439,13 +1439,13 @@ SOURCE=..\Modules\signalmodule.c
SOURCE=..\Objects\sliceobject.c SOURCE=..\Objects\sliceobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1454,13 +1454,13 @@ SOURCE=..\Objects\sliceobject.c ...@@ -1454,13 +1454,13 @@ SOURCE=..\Objects\sliceobject.c
SOURCE=..\Modules\soundex.c SOURCE=..\Modules\soundex.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1469,13 +1469,13 @@ SOURCE=..\Modules\soundex.c ...@@ -1469,13 +1469,13 @@ SOURCE=..\Modules\soundex.c
SOURCE=..\Objects\stringobject.c SOURCE=..\Objects\stringobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1484,13 +1484,13 @@ SOURCE=..\Objects\stringobject.c ...@@ -1484,13 +1484,13 @@ SOURCE=..\Objects\stringobject.c
SOURCE=..\Modules\stropmodule.c SOURCE=..\Modules\stropmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1499,13 +1499,13 @@ SOURCE=..\Modules\stropmodule.c ...@@ -1499,13 +1499,13 @@ SOURCE=..\Modules\stropmodule.c
SOURCE=..\Python\structmember.c SOURCE=..\Python\structmember.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1514,13 +1514,13 @@ SOURCE=..\Python\structmember.c ...@@ -1514,13 +1514,13 @@ SOURCE=..\Python\structmember.c
SOURCE=..\Modules\structmodule.c SOURCE=..\Modules\structmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1529,13 +1529,13 @@ SOURCE=..\Modules\structmodule.c ...@@ -1529,13 +1529,13 @@ SOURCE=..\Modules\structmodule.c
SOURCE=..\Python\sysmodule.c SOURCE=..\Python\sysmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1544,13 +1544,13 @@ SOURCE=..\Python\sysmodule.c ...@@ -1544,13 +1544,13 @@ SOURCE=..\Python\sysmodule.c
SOURCE=..\Python\thread.c SOURCE=..\Python\thread.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1559,13 +1559,13 @@ SOURCE=..\Python\thread.c ...@@ -1559,13 +1559,13 @@ SOURCE=..\Python\thread.c
SOURCE=..\Modules\threadmodule.c SOURCE=..\Modules\threadmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1574,13 +1574,13 @@ SOURCE=..\Modules\threadmodule.c ...@@ -1574,13 +1574,13 @@ SOURCE=..\Modules\threadmodule.c
SOURCE=..\Modules\timemodule.c SOURCE=..\Modules\timemodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1589,13 +1589,13 @@ SOURCE=..\Modules\timemodule.c ...@@ -1589,13 +1589,13 @@ SOURCE=..\Modules\timemodule.c
SOURCE=..\Parser\tokenizer.c SOURCE=..\Parser\tokenizer.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1604,13 +1604,13 @@ SOURCE=..\Parser\tokenizer.c ...@@ -1604,13 +1604,13 @@ SOURCE=..\Parser\tokenizer.c
SOURCE=..\Python\traceback.c SOURCE=..\Python\traceback.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1619,13 +1619,13 @@ SOURCE=..\Python\traceback.c ...@@ -1619,13 +1619,13 @@ SOURCE=..\Python\traceback.c
SOURCE=..\Objects\tupleobject.c SOURCE=..\Objects\tupleobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1634,13 +1634,13 @@ SOURCE=..\Objects\tupleobject.c ...@@ -1634,13 +1634,13 @@ SOURCE=..\Objects\tupleobject.c
SOURCE=..\Objects\typeobject.c SOURCE=..\Objects\typeobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1649,13 +1649,13 @@ SOURCE=..\Objects\typeobject.c ...@@ -1649,13 +1649,13 @@ SOURCE=..\Objects\typeobject.c
SOURCE=..\Objects\unicodectype.c SOURCE=..\Objects\unicodectype.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1664,13 +1664,13 @@ SOURCE=..\Objects\unicodectype.c ...@@ -1664,13 +1664,13 @@ SOURCE=..\Objects\unicodectype.c
SOURCE=..\Objects\unicodeobject.c SOURCE=..\Objects\unicodeobject.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1679,13 +1679,13 @@ SOURCE=..\Objects\unicodeobject.c ...@@ -1679,13 +1679,13 @@ SOURCE=..\Objects\unicodeobject.c
SOURCE=..\Modules\xreadlinesmodule.c SOURCE=..\Modules\xreadlinesmodule.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
...@@ -1694,13 +1694,13 @@ SOURCE=..\Modules\xreadlinesmodule.c ...@@ -1694,13 +1694,13 @@ SOURCE=..\Modules\xreadlinesmodule.c
SOURCE=..\Modules\yuvconvert.c SOURCE=..\Modules\yuvconvert.c
!IF "$(CFG)" == "python20 - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
!ELSEIF "$(CFG)" == "python20 - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ENDIF !ENDIF
......
...@@ -3,8 +3,6 @@ Building Python using VC++ 6.0 or 5.0 ...@@ -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 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. 95, 98 and NT. It requires Microsoft Visual C++ 6.x or 5.x.
(For other Windows platforms and compilers, see ../PC/readme.txt.) (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 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. from a subdirectory of PC/ to the PCbuild directory -- they come in PCbuild.
...@@ -15,8 +13,8 @@ and build the projects. ...@@ -15,8 +13,8 @@ and build the projects.
The proper order to build subprojects is: The proper order to build subprojects is:
1) python20 (this builds the main Python DLL and library files, 1) pythoncore (this builds the main Python DLL and library files,
python20.{dll, lib}) python21.{dll, lib})
2) python (this builds the main Python executable, python.exe) 2) python (this builds the main Python executable, python.exe)
...@@ -26,16 +24,16 @@ The proper order to build subprojects is: ...@@ -26,16 +24,16 @@ The proper order to build subprojects is:
to the subsystems they implement; see SUBPROJECTS below) to the subsystems they implement; see SUBPROJECTS below)
When using the Debug setting, the output files have a _d added to 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 SUBPROJECTS
----------- -----------
These subprojects should build out of the box. Subprojects other than the 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 .pyd) from a specific module so that users don't have to load the code
supporting that module unless they import the module. supporting that module unless they import the module.
python20 pythoncore
.dll and .lib .dll and .lib
python python
.exe .exe
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment