From 72ca1b353676e814725377dc892cc9ad30a31292 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 20 Jan 2000 21:31:41 +0000 Subject: Changes by Trent Mick (of ActiveState) and Dale Nagata to support building for NT Alpha as well as NT x86. --- PCbuild/_tkinter.dsp | 136 +++++- PCbuild/bsddb.dsp | 126 +++++- PCbuild/parser.dsp | 126 +++++- PCbuild/pcbuild.dsw | 44 +- PCbuild/python.dsp | 106 ++++- PCbuild/python15.dsp | 1201 +++++++++++++++++++++++++++++++++++++++++++++++++- PCbuild/pythonw.dsp | 125 +++++- PCbuild/zlib.dsp | 35 +- 8 files changed, 1720 insertions(+), 179 deletions(-) diff --git a/PCbuild/_tkinter.dsp b/PCbuild/_tkinter.dsp index 545a07c..42a351f 100644 --- a/PCbuild/_tkinter.dsp +++ b/PCbuild/_tkinter.dsp @@ -1,10 +1,11 @@ # Microsoft Developer Studio Project File - Name="_tkinter" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 5.00 +# 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=_tkinter - Win32 Debug +CFG=_tkinter - 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 @@ -13,23 +14,22 @@ CFG=_tkinter - Win32 Debug !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 "_tkinter.mak" CFG="_tkinter - Win32 Debug" +!MESSAGE NMAKE /f "_tkinter.mak" CFG="_tkinter - Win32 Alpha Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "_tkinter - Win32 Release" (based on\ - "Win32 (x86) Dynamic-Link Library") -!MESSAGE "_tkinter - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "_tkinter - Win32 x86 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "_tkinter - Win32 x86 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "_tkinter - Win32 Alpha Debug" (based on "Win32 (ALPHA) Dynamic-Link Library") +!MESSAGE "_tkinter - Win32 Alpha Release" (based on "Win32 (ALPHA) Dynamic-Link Library") !MESSAGE # Begin Project +# PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "_tkinter" # PROP Scc_LocalPath "..\..\.." -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe -!IF "$(CFG)" == "_tkinter - Win32 Release" +!IF "$(CFG)" == "_tkinter - Win32 x86 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -39,14 +39,17 @@ RSC=rc.exe # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "." -# PROP Intermediate_Dir "temp-release" +# PROP Intermediate_Dir "x86-temp-release" # 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" /I "C:\Program Files\Tcl\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "WITH_APPINIT" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 +MTL=midl.exe +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +RSC=rc.exe # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -57,24 +60,27 @@ LINK32=link.exe # ADD LINK32 user32.lib kernel32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tcl80.lib tk80.lib /nologo /base:"0x1e190000" /subsystem:windows /dll /debug /machine:I386 /out:"./_tkinter.pyd" /libpath:"C:\Program Files\Tcl\lib" /export:init_tkinter # SUBTRACT LINK32 /pdb:none -!ELSEIF "$(CFG)" == "_tkinter - Win32 Debug" +!ELSEIF "$(CFG)" == "_tkinter - Win32 x86 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "_tkinter" -# PROP BASE Intermediate_Dir "_tkinter" +# 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 "temp-debug" +# PROP Intermediate_Dir "x86-temp-debug" # 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" /I "C:\Program Files\Tcl\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "WITH_APPINIT" /YX /FD /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 +MTL=midl.exe +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +RSC=rc.exe # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -85,19 +91,107 @@ LINK32=link.exe # ADD LINK32 user32.lib kernel32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tcl80.lib tk80.lib /nologo /base:"0x1e190000" /subsystem:windows /dll /debug /machine:I386 /out:"./_tkinter_d.pyd" /pdbtype:sept /libpath:"C:\Program Files\Tcl\lib" /export:init_tkinter # SUBTRACT LINK32 /pdb:none +!ELSEIF "$(CFG)" == "_tkinter - 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" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +MTL=midl.exe +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +CPP=cl.exe +# ADD BASE CPP /nologo /MTd /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /I "C:\Program Files\Tcl\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WITH_APPINIT" /YX /FD /c +# ADD CPP /nologo /MDd /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /I "C:\Program Files\Tcl\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WITH_APPINIT" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 tcl80.lib tk80.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e190000" /subsystem:windows /dll /debug /machine:ALPHA /out:"./_tkinter_d.pyd" /pdbtype:sept /libpath:"C:\Program Files\Tcl\lib" /export:init_tkinter +# SUBTRACT BASE LINK32 /pdb:none +# ADD LINK32 tcl80.lib tk80.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e190000" /subsystem:windows /dll /debug /machine:ALPHA /out:"alpha-temp-debug/_tkinter_d.pyd" /pdbtype:sept /libpath:"C:\Program Files\Tcl\lib" /export:init_tkinter +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "_tkinter - 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" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +MTL=midl.exe +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +CPP=cl.exe +# ADD BASE CPP /nologo /MT /Gt0 /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /I "C:\Program Files\Tcl\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WITH_APPINIT" /YX /FD /c +# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\Include" /I "..\PC" /I "..\..\Tcl\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WITH_APPINIT" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 tcl80.lib tk80.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e190000" /subsystem:windows /dll /debug /machine:ALPHA /out:"./_tkinter.pyd" /libpath:"C:\Program Files\Tcl\lib" /export:init_tkinter +# SUBTRACT BASE LINK32 /pdb:none +# ADD LINK32 ..\..\tcl\lib\tcl82.lib ..\..\tcl\lib\tk82.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e190000" /subsystem:windows /dll /debug /machine:ALPHA /out:"alpha-temp-release/_tkinter.pyd" /libpath:"C:\Program Files\Tcl\lib" /export:init_tkinter +# SUBTRACT LINK32 /pdb:none + !ENDIF # Begin Target -# Name "_tkinter - Win32 Release" -# Name "_tkinter - Win32 Debug" +# Name "_tkinter - Win32 x86 Release" +# Name "_tkinter - Win32 x86 Debug" +# Name "_tkinter - Win32 Alpha Debug" +# Name "_tkinter - Win32 Alpha Release" # Begin Source File SOURCE=..\Modules\_tkinter.c + +!IF "$(CFG)" == "_tkinter - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "_tkinter - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "_tkinter - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "_tkinter - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\tkappinit.c + +!IF "$(CFG)" == "_tkinter - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "_tkinter - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "_tkinter - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "_tkinter - Win32 Alpha Release" + +!ENDIF + # End Source File # End Target # End Project diff --git a/PCbuild/bsddb.dsp b/PCbuild/bsddb.dsp index c35040e..43562bb 100644 --- a/PCbuild/bsddb.dsp +++ b/PCbuild/bsddb.dsp @@ -1,10 +1,11 @@ # Microsoft Developer Studio Project File - Name="bsddb" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 5.00 +# 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=bsddb - Win32 Debug +CFG=bsddb - 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 @@ -13,22 +14,22 @@ CFG=bsddb - Win32 Debug !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 "bsddb.mak" CFG="bsddb - Win32 Debug" +!MESSAGE NMAKE /f "bsddb.mak" CFG="bsddb - Win32 Alpha Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "bsddb - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "bsddb - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "bsddb - Win32 x86 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "bsddb - Win32 x86 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "bsddb - Win32 Alpha Debug" (based on "Win32 (ALPHA) Dynamic-Link Library") +!MESSAGE "bsddb - Win32 Alpha Release" (based on "Win32 (ALPHA) Dynamic-Link Library") !MESSAGE # Begin Project +# PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "bsddb" # PROP Scc_LocalPath ".." -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe -!IF "$(CFG)" == "bsddb - Win32 Release" +!IF "$(CFG)" == "bsddb - Win32 x86 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -38,13 +39,17 @@ RSC=rc.exe # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "." -# PROP Intermediate_Dir "temp-release" +# PROP Intermediate_Dir "x86-temp-release" # 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" /I "..\..\bsddb\include" /I "..\..\bsddb\port\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 +MTL=midl.exe +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +RSC=rc.exe # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -55,23 +60,27 @@ LINK32=link.exe # ADD LINK32 user32.lib kernel32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\bsddb\port\win32\db.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"./bsddb.pyd" /libpath:"Release" /export:initbsddb # SUBTRACT LINK32 /pdb:none -!ELSEIF "$(CFG)" == "bsddb - Win32 Debug" +!ELSEIF "$(CFG)" == "bsddb - Win32 x86 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "bsddb" -# PROP BASE Intermediate_Dir "bsddb" +# 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 "temp-debug" +# PROP Intermediate_Dir "x86-temp-debug" # 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" /I "..\..\bsddb\include" /I "..\..\bsddb\port\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 +MTL=midl.exe +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +RSC=rc.exe # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -82,15 +91,92 @@ LINK32=link.exe # ADD LINK32 user32.lib kernel32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\bsddb\port\win32\db.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"MSVCRT" /out:"./bsddb_d.pyd" /pdbtype:sept /libpath:"Debug" /export:initbsddb # SUBTRACT LINK32 /pdb:none +!ELSEIF "$(CFG)" == "bsddb - 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" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +MTL=midl.exe +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +CPP=cl.exe +# ADD BASE CPP /nologo /MTd /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /I "..\..\bsddb\include" /I "..\..\bsddb\port\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /I "..\..\bsddb\include" /I "..\..\bsddb\port\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 ..\..\bsddb\port\win32\db.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"MSVCRT" /out:"./bsddb_d.pyd" /pdbtype:sept /libpath:"Debug" /export:initbsddb +# SUBTRACT BASE LINK32 /pdb:none +# ADD LINK32 ..\..\bsddb\port\win32\db.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"MSVCRT" /out:"alpha-temp-debug\bsddb_d.pyd" /pdbtype:sept /libpath:"Debug" /export:initbsddb +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "bsddb - 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" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +MTL=midl.exe +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +CPP=cl.exe +# ADD BASE CPP /nologo /MT /Gt0 /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /I "..\..\bsddb\include" /I "..\..\bsddb\port\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\Include" /I "..\PC" /I "..\..\bsddb\include" /I "..\..\bsddb\port\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 ..\..\bsddb\port\win32\db.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:ALPHA /out:"./bsddb.pyd" /libpath:"Release" /export:initbsddb +# SUBTRACT BASE LINK32 /pdb:none +# ADD LINK32 ..\..\bsddb\port\win32\db.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:ALPHA /out:"alpha-temp-release\bsddb.pyd" /libpath:"Release" /export:initbsddb +# SUBTRACT LINK32 /pdb:none + !ENDIF # Begin Target -# Name "bsddb - Win32 Release" -# Name "bsddb - Win32 Debug" +# Name "bsddb - Win32 x86 Release" +# Name "bsddb - Win32 x86 Debug" +# Name "bsddb - Win32 Alpha Debug" +# Name "bsddb - Win32 Alpha Release" # Begin Source File SOURCE=..\Modules\bsddbmodule.c + +!IF "$(CFG)" == "bsddb - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "bsddb - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "bsddb - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "bsddb - Win32 Alpha Release" + +!ENDIF + # End Source File # End Target # End Project diff --git a/PCbuild/parser.dsp b/PCbuild/parser.dsp index 3c8364c..7f999dd 100644 --- a/PCbuild/parser.dsp +++ b/PCbuild/parser.dsp @@ -1,10 +1,11 @@ # Microsoft Developer Studio Project File - Name="parser" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 5.00 +# 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=parser - Win32 Debug +CFG=parser - 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 @@ -13,22 +14,22 @@ CFG=parser - Win32 Debug !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 "parser.mak" CFG="parser - Win32 Debug" +!MESSAGE NMAKE /f "parser.mak" CFG="parser - Win32 Alpha Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "parser - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "parser - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "parser - Win32 x86 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "parser - Win32 x86 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "parser - Win32 Alpha Debug" (based on "Win32 (ALPHA) Dynamic-Link Library") +!MESSAGE "parser - Win32 Alpha Release" (based on "Win32 (ALPHA) Dynamic-Link Library") !MESSAGE # Begin Project +# PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "parser" # PROP Scc_LocalPath ".." -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe -!IF "$(CFG)" == "parser - Win32 Release" +!IF "$(CFG)" == "parser - Win32 x86 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -38,13 +39,17 @@ RSC=rc.exe # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "." -# PROP Intermediate_Dir "temp-release" +# PROP Intermediate_Dir "x86-temp-release" # 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" /I "C:\Program Files\Tcl\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 +MTL=midl.exe +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +RSC=rc.exe # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -55,23 +60,27 @@ LINK32=link.exe # ADD LINK32 user32.lib kernel32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /out:"./parser.pyd" /libpath:"Release" /export:initparser # SUBTRACT LINK32 /pdb:none -!ELSEIF "$(CFG)" == "parser - Win32 Debug" +!ELSEIF "$(CFG)" == "parser - Win32 x86 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "parser" -# PROP BASE Intermediate_Dir "parser" +# 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 "temp-debug" +# PROP Intermediate_Dir "x86-temp-debug" # 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" /I "C:\Program Files\Tcl\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 +MTL=midl.exe +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +RSC=rc.exe # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -82,15 +91,92 @@ LINK32=link.exe # ADD LINK32 user32.lib kernel32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /out:"./parser_d.pyd" /pdbtype:sept /libpath:"Debug" /export:initparser # SUBTRACT LINK32 /pdb:none +!ELSEIF "$(CFG)" == "parser - 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" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +MTL=midl.exe +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +CPP=cl.exe +# ADD BASE CPP /nologo /MTd /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /I "C:\Program Files\Tcl\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /I "C:\Program Files\Tcl\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /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 /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /out:"./parser_d.pyd" /pdbtype:sept /libpath:"Debug" /export:initparser +# SUBTRACT BASE LINK32 /pdb:none +# ADD LINK32 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 /out:"alpha-temp-debug/parser_d.pyd" /pdbtype:sept /libpath:"Debug" /export:initparser +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "parser - 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" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +MTL=midl.exe +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +CPP=cl.exe +# ADD BASE CPP /nologo /MT /Gt0 /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /I "C:\Program Files\Tcl\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /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 /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /out:"./parser.pyd" /libpath:"Release" /export:initparser +# SUBTRACT BASE LINK32 /pdb:none +# ADD LINK32 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 /out:"alpha-temp-release/parser.pyd" /libpath:"Release" /export:initparser +# SUBTRACT LINK32 /pdb:none + !ENDIF # Begin Target -# Name "parser - Win32 Release" -# Name "parser - Win32 Debug" +# Name "parser - Win32 x86 Release" +# Name "parser - Win32 x86 Debug" +# Name "parser - Win32 Alpha Debug" +# Name "parser - Win32 Alpha Release" # Begin Source File SOURCE=..\Modules\parsermodule.c + +!IF "$(CFG)" == "parser - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "parser - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "parser - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "parser - Win32 Alpha Release" + +!ENDIF + # End Source File # End Target # End Project diff --git a/PCbuild/pcbuild.dsw b/PCbuild/pcbuild.dsw index 4e3ac20..629ecec 100644 --- a/PCbuild/pcbuild.dsw +++ b/PCbuild/pcbuild.dsw @@ -1,16 +1,12 @@ -Microsoft Developer Studio Workspace File, Format Version 5.00 +Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### -Project: "_tkinter"=".\_tkinter.dsp" - Package Owner=<4> +Project: "_tkinter"=.\_tkinter.dsp - Package Owner=<4> Package=<5> {{{ - begin source code control - _tkinter - . - end source code control }}} Package=<4> @@ -22,14 +18,10 @@ Package=<4> ############################################################################### -Project: "bsddb"=".\bsddb.dsp" - Package Owner=<4> +Project: "bsddb"=.\bsddb.dsp - Package Owner=<4> Package=<5> {{{ - begin source code control - bsddb - .. - end source code control }}} Package=<4> @@ -41,14 +33,10 @@ Package=<4> ############################################################################### -Project: "parser"=".\parser.dsp" - Package Owner=<4> +Project: "parser"=.\parser.dsp - Package Owner=<4> Package=<5> {{{ - begin source code control - parser - .. - end source code control }}} Package=<4> @@ -60,14 +48,10 @@ Package=<4> ############################################################################### -Project: "python"=".\python.dsp" - Package Owner=<4> +Project: "python"=.\python.dsp - Package Owner=<4> Package=<5> {{{ - begin source code control - python - .. - end source code control }}} Package=<4> @@ -79,14 +63,10 @@ Package=<4> ############################################################################### -Project: "python15"=".\python15.dsp" - Package Owner=<4> +Project: "python15"=.\python15.dsp - Package Owner=<4> Package=<5> {{{ - begin source code control - python15 - .. - end source code control }}} Package=<4> @@ -95,14 +75,10 @@ Package=<4> ############################################################################### -Project: "pythonw"=".\pythonw.dsp" - Package Owner=<4> +Project: "pythonw"=.\pythonw.dsp - Package Owner=<4> Package=<5> {{{ - begin source code control - pythonw - ..\pc - end source code control }}} Package=<4> @@ -114,14 +90,10 @@ Package=<4> ############################################################################### -Project: "zlib"=".\zlib.dsp" - Package Owner=<4> +Project: "zlib"=.\zlib.dsp - Package Owner=<4> Package=<5> {{{ - begin source code control - zlib - .. - end source code control }}} Package=<4> diff --git a/PCbuild/python.dsp b/PCbuild/python.dsp index 5b21e73..d082a12 100644 --- a/PCbuild/python.dsp +++ b/PCbuild/python.dsp @@ -1,10 +1,11 @@ # Microsoft Developer Studio Project File - Name="python" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 5.00 +# Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 -CFG=python - Win32 Debug +CFG=python - 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 @@ -13,21 +14,22 @@ CFG=python - Win32 Debug !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 "python.mak" CFG="python - Win32 Debug" +!MESSAGE NMAKE /f "python.mak" CFG="python - Win32 Alpha Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "python - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "python - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "python - Win32 x86 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "python - Win32 x86 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "python - Win32 Alpha Debug" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "python - Win32 Alpha Release" (based on "Win32 (ALPHA) Console Application") !MESSAGE # Begin Project +# PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "python" # PROP Scc_LocalPath ".." -CPP=cl.exe -RSC=rc.exe -!IF "$(CFG)" == "python - Win32 Release" +!IF "$(CFG)" == "python - Win32 x86 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -37,11 +39,13 @@ RSC=rc.exe # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "." -# PROP Intermediate_Dir "temp-release" +# PROP Intermediate_Dir "x86-temp-release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" +CPP=cl.exe # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -49,9 +53,9 @@ BSC32=bscmake.exe # 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:console /machine:I386 -# ADD LINK32 setargv.obj 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:console /debug /machine:I386 /libpath:"Release" +# ADD 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:console /debug /machine:I386 /libpath:"Release" -!ELSEIF "$(CFG)" == "python - Win32 Debug" +!ELSEIF "$(CFG)" == "python - Win32 x86 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -61,11 +65,13 @@ LINK32=link.exe # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "." -# PROP Intermediate_Dir "temp-debug" +# PROP Intermediate_Dir "x86-temp-debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" +CPP=cl.exe # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c +RSC=rc.exe # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG" BSC32=bscmake.exe @@ -73,14 +79,70 @@ BSC32=bscmake.exe # 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:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 setargv.obj 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:console /debug /machine:I386 /out:"./python_d.exe" /pdbtype:sept /libpath:"Debug" +# ADD 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:console /debug /machine:I386 /out:"./python_d.exe" /pdbtype:sept /libpath:"Debug" + +!ELSEIF "$(CFG)" == "python - 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" +# 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 "_CONSOLE" /D "_MBCS" /FR /YX /FD /c +# ADD CPP /nologo /MDd /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c +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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /out:"./python_d.exe" /pdbtype:sept /libpath:"Debug" +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /out:"./python_d.exe" /pdbtype:sept /libpath:"Debug" + +!ELSEIF "$(CFG)" == "python - 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" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /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 /nologo /subsystem:console /debug /machine:ALPHA /libpath:"Release" +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /libpath:"Release" !ENDIF # Begin Target -# Name "python - Win32 Release" -# Name "python - Win32 Debug" +# Name "python - Win32 x86 Release" +# Name "python - Win32 x86 Debug" +# Name "python - Win32 Alpha Debug" +# Name "python - Win32 Alpha Release" # Begin Source File SOURCE=..\PC\pycon.ico @@ -88,17 +150,21 @@ SOURCE=..\PC\pycon.ico # Begin Source File SOURCE=..\Modules\python.c -# End Source File -# Begin Source File -SOURCE=..\PC\python_exe.rc +!IF "$(CFG)" == "python - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python - Win32 x86 Debug" -!IF "$(CFG)" == "python - Win32 Release" +!ELSEIF "$(CFG)" == "python - Win32 Alpha Debug" -!ELSEIF "$(CFG)" == "python - Win32 Debug" +!ELSEIF "$(CFG)" == "python - Win32 Alpha Release" !ENDIF # End Source File +# Begin Source File + +SOURCE=..\PC\python_exe.rc +# End Source File # End Target # End Project diff --git a/PCbuild/python15.dsp b/PCbuild/python15.dsp index ff09f2b..e7e7384 100644 --- a/PCbuild/python15.dsp +++ b/PCbuild/python15.dsp @@ -1,10 +1,11 @@ # Microsoft Developer Studio Project File - Name="python15" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 5.00 +# 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=python15 - Win32 Debug +CFG=python15 - 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 @@ -13,23 +14,22 @@ CFG=python15 - Win32 Debug !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 "python15.mak" CFG="python15 - Win32 Debug" +!MESSAGE NMAKE /f "python15.mak" CFG="python15 - Win32 Alpha Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "python15 - Win32 Release" (based on\ - "Win32 (x86) Dynamic-Link Library") -!MESSAGE "python15 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "python15 - Win32 x86 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "python15 - Win32 x86 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "python15 - Win32 Alpha Debug" (based on "Win32 (ALPHA) Dynamic-Link Library") +!MESSAGE "python15 - Win32 Alpha Release" (based on "Win32 (ALPHA) Dynamic-Link Library") !MESSAGE # Begin Project +# PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "python15" # PROP Scc_LocalPath ".." -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe -!IF "$(CFG)" == "python15 - Win32 Release" +!IF "$(CFG)" == "python15 - Win32 x86 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -39,14 +39,17 @@ RSC=rc.exe # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "." -# PROP Intermediate_Dir "temp-release" +# PROP Intermediate_Dir "x86-temp-release" # 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 /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 +MTL=midl.exe +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +RSC=rc.exe # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /i "..\Include" /d "NDEBUG" BSC32=bscmake.exe @@ -57,7 +60,7 @@ LINK32=link.exe # ADD 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 wsock32.lib largeint.lib winmm.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /libpath:"Release" # SUBTRACT LINK32 /pdb:none -!ELSEIF "$(CFG)" == "python15 - Win32 Debug" +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -67,14 +70,17 @@ LINK32=link.exe # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "." -# PROP Intermediate_Dir "temp-debug" +# PROP Intermediate_Dir "x86-temp-debug" # 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 /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 +MTL=midl.exe +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +RSC=rc.exe # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG" BSC32=bscmake.exe @@ -85,300 +91,1167 @@ LINK32=link.exe # ADD 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 wsock32.lib largeint.lib winmm.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python15_d.dll" /pdbtype:sept /libpath:"Debug" # SUBTRACT LINK32 /pdb:none +!ELSEIF "$(CFG)" == "python15 - 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" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +MTL=midl.exe +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +CPP=cl.exe +# ADD BASE CPP /nologo /MTd /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /c +# ADD CPP /nologo /MDd /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /c +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:"./python15_d.dll" /pdbtype:sept /libpath:"Debug" +# SUBTRACT BASE LINK32 /pdb:none +# ADD 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:"./python15_d.dll" /pdbtype:sept /libpath:"Debug" +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "python15 - 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" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +MTL=midl.exe +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +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 +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" /libpath:"Release" +# SUBTRACT BASE LINK32 /pdb:none +# ADD 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" /libpath:"Release" +# SUBTRACT LINK32 /pdb:none + !ENDIF # Begin Target -# Name "python15 - Win32 Release" -# Name "python15 - Win32 Debug" +# Name "python15 - Win32 x86 Release" +# Name "python15 - Win32 x86 Debug" +# Name "python15 - Win32 Alpha Debug" +# Name "python15 - Win32 Alpha Release" # Begin Source File SOURCE=..\Modules\_localemodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\abstract.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Parser\acceler.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\arraymodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\audioop.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\binascii.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Parser\bitset.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\bltinmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\bufferobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\ceval.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\classobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\cmathmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\cobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\compile.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\complexobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\PC\config.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\cPickle.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\cStringIO.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\dictobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\PC\dl_nt.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\dynload_win.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\errnomodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\errors.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\fileobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\floatobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\fpectlmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\fpetestmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\frameobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\frozen.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\funcobject.c -# End Source File -# Begin Source File + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + +# End Source File +# Begin Source File SOURCE=..\Python\getargs.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\getbuildinfo.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\getcompiler.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\getcopyright.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\getmtime.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\getopt.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\PC\getpathp.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\getplatform.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\getversion.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\graminit.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Parser\grammar1.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\imageop.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\import.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\PC\import_nt.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +# ADD CPP /I "..\Python" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + # ADD CPP /I "..\Python" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +# ADD BASE CPP /Gt0 /I "..\Python" +# ADD CPP /Gt0 /I "..\Python" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +# ADD BASE CPP /Gt0 /I "..\Python" +# ADD CPP /Gt0 /I "..\Python" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\importdl.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\intobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Parser\listnode.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\listobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\longobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\main.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\marshal.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\mathmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\md5c.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\md5module.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Parser\metagrammar.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\methodobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\modsupport.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\moduleobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\PC\msvcrtmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Parser\myreadline.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\mystrtoul.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\newmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Parser\node.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\object.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\operator.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Parser\parser.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Parser\parsetok.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\pcremodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\posixmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\pyfpe.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\pypcre.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\pystate.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File @@ -387,106 +1260,392 @@ SOURCE=..\PC\python_nt.rc # Begin Source File SOURCE=..\Python\pythonrun.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\rangeobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\regexmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\regexpr.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\rgbimgmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\rotormodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\selectmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\shamodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\signalmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\sliceobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\socketmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\soundex.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\stringobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\stropmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\structmember.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\structmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\sysmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\thread.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\threadmodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\timemodule.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Parser\tokenizer.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Python\traceback.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\tupleobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Objects\typeobject.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\PC\winsound.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # Begin Source File SOURCE=..\Modules\yuvconvert.c + +!IF "$(CFG)" == "python15 - Win32 x86 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release" + +!ENDIF + # End Source File # End Target # End Project diff --git a/PCbuild/pythonw.dsp b/PCbuild/pythonw.dsp index a62ab9d..e771c85 100644 --- a/PCbuild/pythonw.dsp +++ b/PCbuild/pythonw.dsp @@ -1,10 +1,11 @@ # Microsoft Developer Studio Project File - Name="pythonw" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 5.00 +# Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Application" 0x0101 +# TARGTYPE "Win32 (ALPHA) Application" 0x0601 -CFG=pythonw - Win32 Debug +CFG=pythonw - 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 @@ -13,22 +14,22 @@ CFG=pythonw - Win32 Debug !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 "pythonw.mak" CFG="pythonw - Win32 Debug" +!MESSAGE NMAKE /f "pythonw.mak" CFG="pythonw - Win32 Alpha Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "pythonw - Win32 Release" (based on "Win32 (x86) Application") -!MESSAGE "pythonw - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE "pythonw - Win32 x86 Release" (based on "Win32 (x86) Application") +!MESSAGE "pythonw - Win32 x86 Debug" (based on "Win32 (x86) Application") +!MESSAGE "pythonw - Win32 Alpha Debug" (based on "Win32 (ALPHA) Application") +!MESSAGE "pythonw - Win32 Alpha Release" (based on "Win32 (ALPHA) Application") !MESSAGE # Begin Project +# PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "pythonw" # PROP Scc_LocalPath "..\pc" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe -!IF "$(CFG)" == "pythonw - Win32 Release" +!IF "$(CFG)" == "pythonw - Win32 x86 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -38,13 +39,16 @@ RSC=rc.exe # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "." -# PROP Intermediate_Dir "temp-release" +# PROP Intermediate_Dir "x86-temp-release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" +CPP=cl.exe # ADD BASE CPP /nologo /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 "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 +MTL=midl.exe +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +RSC=rc.exe # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -55,7 +59,7 @@ LINK32=link.exe # ADD 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 /base:"0x1e190000" /subsystem:windows /debug /machine:I386 /libpath:"Release" # SUBTRACT LINK32 /pdb:none -!ELSEIF "$(CFG)" == "pythonw - Win32 Debug" +!ELSEIF "$(CFG)" == "pythonw - Win32 x86 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -65,13 +69,16 @@ LINK32=link.exe # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "." -# PROP Intermediate_Dir "temp-debug" +# PROP Intermediate_Dir "x86-temp-debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" +CPP=cl.exe # ADD BASE CPP /nologo /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 "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 +MTL=midl.exe +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +RSC=rc.exe # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -82,26 +89,96 @@ LINK32=link.exe # ADD 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 /base:"0x1e190000" /subsystem:windows /debug /machine:I386 /out:"./pythonw_d.exe" /pdbtype:sept /libpath:"Debug" # SUBTRACT LINK32 /pdb:none +!ELSEIF "$(CFG)" == "pythonw - 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" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +MTL=midl.exe +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /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 /nologo /base:"0x1e190000" /subsystem:windows /debug /machine:ALPHA /out:"./pythonw_d.exe" /pdbtype:sept /libpath:"Debug" +# SUBTRACT BASE LINK32 /pdb:none +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e190000" /subsystem:windows /debug /machine:ALPHA /out:"./pythonw_d.exe" /pdbtype:sept /libpath:"Debug" +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "pythonw - 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" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +MTL=midl.exe +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /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 /nologo /base:"0x1e190000" /subsystem:windows /debug /machine:ALPHA /libpath:"Release" +# SUBTRACT BASE LINK32 /pdb:none +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e190000" /subsystem:windows /debug /machine:ALPHA /libpath:"Release" +# SUBTRACT LINK32 /pdb:none + !ENDIF # Begin Target -# Name "pythonw - Win32 Release" -# Name "pythonw - Win32 Debug" +# Name "pythonw - Win32 x86 Release" +# Name "pythonw - Win32 x86 Debug" +# Name "pythonw - Win32 Alpha Debug" +# Name "pythonw - Win32 Alpha Release" # Begin Source File SOURCE=..\PC\python_exe.rc +# End Source File +# Begin Source File -!IF "$(CFG)" == "pythonw - Win32 Release" +SOURCE=..\PC\WinMain.c -!ELSEIF "$(CFG)" == "pythonw - Win32 Debug" +!IF "$(CFG)" == "pythonw - Win32 x86 Release" -!ENDIF +!ELSEIF "$(CFG)" == "pythonw - Win32 x86 Debug" -# End Source File -# Begin Source File +!ELSEIF "$(CFG)" == "pythonw - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "pythonw - Win32 Alpha Release" + +!ENDIF -SOURCE=..\PC\WinMain.c # End Source File # End Target # End Project diff --git a/PCbuild/zlib.dsp b/PCbuild/zlib.dsp index 1d16493..3d4aeb6 100644 --- a/PCbuild/zlib.dsp +++ b/PCbuild/zlib.dsp @@ -1,10 +1,10 @@ # Microsoft Developer Studio Project File - Name="zlib" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 5.00 +# Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 -CFG=zlib - Win32 Debug +CFG=zlib - Win32 x86 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -13,22 +13,23 @@ CFG=zlib - Win32 Debug !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 "zlib.mak" CFG="zlib - Win32 Debug" +!MESSAGE NMAKE /f "zlib.mak" CFG="zlib - Win32 x86 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "zlib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "zlib - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "zlib - Win32 x86 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "zlib - Win32 x86 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project +# PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "zlib" # PROP Scc_LocalPath ".." CPP=cl.exe MTL=midl.exe RSC=rc.exe -!IF "$(CFG)" == "zlib - Win32 Release" +!IF "$(CFG)" == "zlib - Win32 x86 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -38,14 +39,14 @@ RSC=rc.exe # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "." -# PROP Intermediate_Dir "temp-release" +# PROP Intermediate_Dir "x86-temp-release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" F90=df.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" /I "..\..\zlib113" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -56,24 +57,24 @@ LINK32=link.exe # ADD LINK32 user32.lib kernel32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\zlib113dll\static32\zlibstat.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./zlib.pyd" /libpath:"Release" /export:initzlib # SUBTRACT LINK32 /pdb:none -!ELSEIF "$(CFG)" == "zlib - Win32 Debug" +!ELSEIF "$(CFG)" == "zlib - Win32 x86 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "zlib" -# PROP BASE Intermediate_Dir "zlib" +# 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 "temp-debug" +# PROP Intermediate_Dir "x86-temp-debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" F90=df.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" /I "..\..\zlib113" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -88,8 +89,8 @@ LINK32=link.exe # Begin Target -# Name "zlib - Win32 Release" -# Name "zlib - Win32 Debug" +# Name "zlib - Win32 x86 Release" +# Name "zlib - Win32 x86 Debug" # Begin Source File SOURCE=..\Modules\zlibmodule.c -- cgit v0.12