summaryrefslogtreecommitdiffstats
path: root/PC/VC6/pythoncore.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'PC/VC6/pythoncore.dsp')
-rw-r--r--PC/VC6/pythoncore.dsp62
1 files changed, 49 insertions, 13 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp
index 3478561..858619c 100644
--- a/PC/VC6/pythoncore.dsp
+++ b/PC/VC6/pythoncore.dsp
@@ -54,7 +54,7 @@ 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:windows /dll /machine:I386
-# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python26.dll"
+# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python30.dll"
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
@@ -82,7 +82,7 @@ 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:windows /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python26_d.dll" /pdbtype:sept
+# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python30_d.dll" /pdbtype:sept
# SUBTRACT LINK32 /pdb:none
!ENDIF
@@ -129,6 +129,10 @@ SOURCE=..\..\Modules\_csv.c
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\_fileio.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\_functoolsmodule.c
# End Source File
# Begin Source File
@@ -197,6 +201,10 @@ SOURCE=..\..\Python\ast.c
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\atexitmodule.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\audioop.c
# End Source File
# Begin Source File
@@ -217,6 +225,14 @@ SOURCE=..\..\Objects\boolobject.c
# End Source File
# Begin Source File
+SOURCE=..\..\Objects\bytes_methods.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\Objects\bytesobject.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\cellobject.c
# End Source File
# Begin Source File
@@ -245,7 +261,7 @@ SOURCE=..\..\Objects\codeobject.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\collectionsmodule.c
+SOURCE=..\..\Modules\_collectionsmodule.c
# End Source File
# Begin Source File
@@ -281,6 +297,14 @@ SOURCE=..\..\Modules\zlib\deflate.c
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\zlib\gzio.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\Modules\zlib\infback.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\descrobject.c
# End Source File
# Begin Source File
@@ -317,6 +341,10 @@ SOURCE=..\..\Objects\fileobject.c
# End Source File
# Begin Source File
+SOURCE=..\..\Parser\firstsets.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\floatobject.c
# End Source File
# Begin Source File
@@ -325,6 +353,10 @@ SOURCE=..\..\Objects\frameobject.c
# End Source File
# Begin Source File
+SOURCE=..\..\Python\formatter_unicode.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Python\frozen.c
# End Source File
# Begin Source File
@@ -386,11 +418,11 @@ SOURCE=..\..\Python\graminit.c
# End Source File
# Begin Source File
-SOURCE=..\..\Parser\grammar1.c
+SOURCE=..\..\Parser\grammar.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\imageop.c
+SOURCE=..\..\Parser\grammar1.c
# End Source File
# Begin Source File
@@ -451,15 +483,15 @@ SOURCE=..\..\Modules\mathmodule.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\md5.c
+SOURCE=..\..\Modules\md5module.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\md5module.c
+SOURCE=..\..\Parser\metagrammar.c
# End Source File
# Begin Source File
-SOURCE=..\..\Parser\metagrammar.c
+SOURCE=..\..\Objects\memoryobject.c
# End Source File
# Begin Source File
@@ -547,6 +579,10 @@ SOURCE=..\..\Python\pystate.c
# End Source File
# Begin Source File
+SOURCE=..\..\Python\pystrcmp.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Python\pystrtod.c
# End Source File
# Begin Source File
@@ -567,10 +603,6 @@ SOURCE=..\..\Objects\rangeobject.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\rgbimgmodule.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Modules\rotatingtree.c
# End Source File
# Begin Source File
@@ -587,7 +619,7 @@ SOURCE=..\..\Modules\sha512module.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\shamodule.c
+SOURCE=..\..\Modules\sha1module.c
# End Source File
# Begin Source File
@@ -647,6 +679,10 @@ SOURCE=..\..\Modules\zlib\trees.c
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\zlib\uncompr.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\tupleobject.c
# End Source File
# Begin Source File