2004-01-02 17:15:07 -04:00
|
|
|
# Microsoft Developer Studio Project File - Name="pythoncore" - Package Owner=<4>
|
|
|
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
|
|
|
# ** DO NOT EDIT **
|
|
|
|
|
|
|
|
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
|
|
|
|
|
|
|
|
CFG=pythoncore - Win32 Release
|
|
|
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
|
|
|
!MESSAGE use the Export Makefile command and run
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE NMAKE /f "pythoncore.mak".
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE You can specify a configuration when running NMAKE
|
|
|
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE NMAKE /f "pythoncore.mak" CFG="pythoncore - Win32 Release"
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE Possible choices for configuration are:
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE "pythoncore - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
|
|
|
!MESSAGE "pythoncore - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
|
|
|
!MESSAGE
|
|
|
|
|
|
|
|
# Begin Project
|
|
|
|
# PROP AllowPerConfigDependencies 0
|
|
|
|
# PROP Scc_ProjName "pythoncore"
|
|
|
|
# PROP Scc_LocalPath ".."
|
|
|
|
CPP=cl.exe
|
|
|
|
MTL=midl.exe
|
|
|
|
RSC=rc.exe
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "pythoncore - Win32 Release"
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 0
|
|
|
|
# PROP BASE Output_Dir "Release"
|
|
|
|
# PROP BASE Intermediate_Dir "Release"
|
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 0
|
|
|
|
# PROP Output_Dir "."
|
|
|
|
# PROP Intermediate_Dir "x86-temp-release\pythoncore"
|
|
|
|
# PROP Ignore_Export_Lib 0
|
|
|
|
# PROP Target_Dir ""
|
|
|
|
F90=df.exe
|
|
|
|
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
2006-10-15 04:54:40 -03:00
|
|
|
# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\Include" /I ".." /I "..\..\modules\zlib" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /Zm200 /c
|
2004-01-02 17:15:07 -04:00
|
|
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
|
|
|
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
|
|
|
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
2004-01-03 01:45:59 -04:00
|
|
|
# ADD RSC /l 0x409 /i "..\..\Include" /d "NDEBUG"
|
2004-01-02 17:15:07 -04:00
|
|
|
BSC32=bscmake.exe
|
|
|
|
# ADD BASE BSC32 /nologo
|
|
|
|
# ADD BSC32 /nologo
|
|
|
|
LINK32=link.exe
|
|
|
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
|
2008-10-03 13:07:28 -03:00
|
|
|
# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python27.dll"
|
2004-01-02 17:15:07 -04:00
|
|
|
# SUBTRACT LINK32 /pdb:none
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 1
|
|
|
|
# PROP BASE Output_Dir "Debug"
|
|
|
|
# PROP BASE Intermediate_Dir "Debug"
|
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 1
|
|
|
|
# PROP Output_Dir "."
|
|
|
|
# PROP Intermediate_Dir "x86-temp-debug\pythoncore"
|
|
|
|
# PROP Ignore_Export_Lib 0
|
|
|
|
# PROP Target_Dir ""
|
|
|
|
F90=df.exe
|
|
|
|
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
|
2006-10-15 04:54:40 -03:00
|
|
|
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\Include" /I ".." /I "..\..\modules\zlib" /D "_DEBUG" /D "USE_DL_EXPORT" /D "WIN32" /D "_WINDOWS" /YX /FD /Zm200 /c
|
2004-01-02 17:15:07 -04:00
|
|
|
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
|
|
|
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
|
|
|
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
2004-01-03 01:45:59 -04:00
|
|
|
# ADD RSC /l 0x409 /i "..\..\Include" /d "_DEBUG"
|
2004-01-02 17:15:07 -04:00
|
|
|
BSC32=bscmake.exe
|
|
|
|
# ADD BASE BSC32 /nologo
|
|
|
|
# ADD BSC32 /nologo
|
|
|
|
LINK32=link.exe
|
|
|
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
|
2008-10-03 13:07:28 -03:00
|
|
|
# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python27_d.dll" /pdbtype:sept
|
2004-01-02 17:15:07 -04:00
|
|
|
# SUBTRACT LINK32 /pdb:none
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# Begin Target
|
|
|
|
|
|
|
|
# Name "pythoncore - Win32 Release"
|
|
|
|
# Name "pythoncore - Win32 Debug"
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-05 06:13:35 -04:00
|
|
|
SOURCE=..\..\Modules\_bisectmodule.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-06-12 21:42:22 -03:00
|
|
|
SOURCE=..\..\Modules\_bytesio.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-07-18 12:36:31 -03:00
|
|
|
SOURCE=..\..\Modules\cjkcodecs\_codecs_cn.c
|
2004-01-24 23:25:40 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-07-18 12:36:31 -03:00
|
|
|
SOURCE=..\..\Modules\cjkcodecs\_codecs_hk.c
|
2004-01-24 23:25:40 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-07-18 12:36:31 -03:00
|
|
|
SOURCE=..\..\Modules\cjkcodecs\_codecs_iso2022.c
|
2004-01-24 23:25:40 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-07-18 12:36:31 -03:00
|
|
|
SOURCE=..\..\Modules\cjkcodecs\_codecs_jp.c
|
2004-01-24 23:25:40 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-07-18 12:36:31 -03:00
|
|
|
SOURCE=..\..\Modules\cjkcodecs\_codecs_kr.c
|
2004-01-24 23:25:40 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-07-18 12:36:31 -03:00
|
|
|
SOURCE=..\..\Modules\cjkcodecs\_codecs_tw.c
|
2004-01-24 23:25:40 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-07-18 12:36:31 -03:00
|
|
|
SOURCE=..\..\Modules\_codecsmodule.c
|
2004-01-24 23:25:40 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-02-17 16:56:31 -04:00
|
|
|
SOURCE=..\..\Modules\_collectionsmodule.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-07-18 12:36:31 -03:00
|
|
|
SOURCE=..\..\Modules\_csv.c
|
2004-01-24 23:25:40 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-03-28 18:55:29 -03:00
|
|
|
SOURCE=..\..\Modules\_fileio.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-01-04 11:34:06 -04:00
|
|
|
SOURCE=..\..\Modules\_functoolsmodule.c
|
2006-10-15 04:54:40 -03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-01-04 11:34:06 -04:00
|
|
|
SOURCE=..\..\Modules\_heapqmodule.c
|
2004-04-22 15:30:17 -03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-01-04 11:34:06 -04:00
|
|
|
SOURCE=..\..\Modules\_hotshot.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-05-05 17:21:38 -03:00
|
|
|
SOURCE=..\..\Modules\_json.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\_localemodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE=..\..\Modules\_lsprof.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\_randommodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 22:00:47 -04:00
|
|
|
SOURCE=..\..\Modules\_sre.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE=..\..\Modules\_struct.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-10-15 01:27:51 -03:00
|
|
|
SOURCE=..\..\PC\_subprocess.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-08-13 22:33:44 -03:00
|
|
|
SOURCE=..\..\Python\_warnings.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\_weakref.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 22:00:47 -04:00
|
|
|
SOURCE=..\_winreg.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\abstract.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Parser\acceler.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE=..\..\Modules\zlib\adler32.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\arraymodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2005-10-23 01:47:13 -03:00
|
|
|
SOURCE=..\..\Python\asdl.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\..\Python\ast.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\audioop.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\binascii.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Parser\bitset.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\bltinmodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\boolobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-01-04 11:34:06 -04:00
|
|
|
SOURCE=..\..\Objects\bufferobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-05-26 10:51:41 -03:00
|
|
|
SOURCE=..\..\Objects\bytearrayobject.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-03-28 18:55:29 -03:00
|
|
|
SOURCE=..\..\Objects\bytes_methods.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\cellobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\ceval.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\classobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\cmathmodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\cobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\codecs.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2005-10-23 01:47:13 -03:00
|
|
|
SOURCE=..\..\Objects\codeobject.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\compile.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\complexobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE=..\..\Modules\zlib\compress.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\config.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-01-04 11:34:06 -04:00
|
|
|
SOURCE=..\..\Modules\cPickle.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE=..\..\Modules\zlib\crc32.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\cStringIO.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 22:00:47 -04:00
|
|
|
SOURCE=..\..\Modules\datetimemodule.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE=..\..\Modules\zlib\deflate.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\descrobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\dictobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\dl_nt.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\dynload_win.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\enumobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\errnomodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\errors.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE=..\..\Objects\exceptions.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\fileobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-08-13 22:33:44 -03:00
|
|
|
SOURCE=..\..\Parser\firstsets.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\floatobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-02-17 16:56:31 -04:00
|
|
|
SOURCE=..\..\Python\formatter_string.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\..\Python\formatter_unicode.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\frameobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\frozen.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\funcobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\future.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-03-28 18:55:29 -03:00
|
|
|
SOURCE=..\..\Modules\future_builtins.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\gcmodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-06-01 13:29:57 -03:00
|
|
|
SOURCE=..\..\Objects\genobject.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\getargs.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\getbuildinfo.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# ADD CPP /D BUILD=46
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\getcompiler.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\getcopyright.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\getopt.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\getpathp.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\getplatform.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\getversion.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\graminit.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-08-13 22:33:44 -03:00
|
|
|
SOURCE=..\..\Parser\grammar.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-01-04 11:34:06 -04:00
|
|
|
SOURCE=..\..\Parser\grammar1.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-08-13 22:33:44 -03:00
|
|
|
SOURCE=..\..\Modules\zlib\gzio.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-01-04 11:34:06 -04:00
|
|
|
SOURCE=..\..\Modules\imageop.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\import.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\import_nt.c
|
|
|
|
# ADD CPP /I "..\..\Python"
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\importdl.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-08-13 22:33:44 -03:00
|
|
|
SOURCE=..\..\Modules\zlib\infback.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE=..\..\Modules\zlib\inffast.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\..\Modules\zlib\inflate.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\..\Modules\zlib\inftrees.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-01-04 11:34:06 -04:00
|
|
|
SOURCE=..\..\Objects\intobject.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\iterobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\itertoolsmodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Parser\listnode.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\listobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\longobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\main.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\marshal.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\mathmodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-01-04 11:34:06 -04:00
|
|
|
SOURCE=..\..\Modules\md5.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-01-04 11:34:06 -04:00
|
|
|
SOURCE=..\..\Modules\md5module.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-01-04 11:34:06 -04:00
|
|
|
SOURCE=..\..\Parser\metagrammar.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\methodobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 22:00:47 -04:00
|
|
|
SOURCE=..\..\Modules\mmapmodule.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\modsupport.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\moduleobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\msvcrtmodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-24 23:25:40 -04:00
|
|
|
SOURCE=..\..\Modules\cjkcodecs\multibytecodec.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Parser\myreadline.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\mysnprintf.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\mystrtoul.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Parser\node.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\object.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\obmalloc.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\operator.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Parser\parser.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 22:00:47 -04:00
|
|
|
SOURCE=..\..\Modules\parsermodule.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Parser\parsetok.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE=..\..\Python\peephole.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\posixmodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE=..\..\Python\pyarena.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\pyfpe.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-04-18 20:40:40 -03:00
|
|
|
SOURCE=..\..\Python\pymath.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\pystate.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-08-13 22:33:44 -03:00
|
|
|
SOURCE=..\..\Python\pystrcmp.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-06-08 17:32:58 -03:00
|
|
|
SOURCE=..\..\Python\pystrtod.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE="..\..\Python\Python-ast.c"
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE=..\python_nt.rc
|
2005-10-23 01:47:13 -03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\pythonrun.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\rangeobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE=..\..\Modules\rotatingtree.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE=..\..\Objects\setobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2005-08-23 21:28:21 -03:00
|
|
|
SOURCE=..\..\Modules\sha256module.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\..\Modules\sha512module.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-01-04 11:34:06 -04:00
|
|
|
SOURCE=..\..\Modules\shamodule.c
|
2006-10-15 04:54:40 -03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\signalmodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\sliceobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-08-13 22:33:44 -03:00
|
|
|
SOURCE=..\..\Objects\stringobject.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-01-04 11:34:06 -04:00
|
|
|
SOURCE=..\..\Modules\stropmodule.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\structmember.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\structseq.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\symtable.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 22:00:47 -04:00
|
|
|
SOURCE=..\..\Modules\symtablemodule.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\sysmodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\thread.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\threadmodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\timemodule.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Parser\tokenizer.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Python\traceback.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-10-15 04:54:40 -03:00
|
|
|
SOURCE=..\..\Modules\zlib\trees.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\tupleobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\typeobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-08-13 22:33:44 -03:00
|
|
|
SOURCE=..\..\Modules\zlib\uncompr.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\unicodectype.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\unicodeobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Objects\weakrefobject.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\xxsubtype.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-01-03 01:45:59 -04:00
|
|
|
SOURCE=..\..\Modules\zipimport.c
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Source File
|
2006-10-15 04:54:40 -03:00
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\..\Modules\zlibmodule.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\..\Modules\zlib\zutil.c
|
|
|
|
# End Source File
|
2004-01-02 17:15:07 -04:00
|
|
|
# End Target
|
|
|
|
# End Project
|