summaryrefslogtreecommitdiffstats
path: root/PC/VC6/pythoncore.dsp
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-01-04 02:00:47 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-01-04 02:00:47 (GMT)
commit28df74fc627b6978b4319c128bdf60e92f2218c4 (patch)
tree785bdce4ead4cd9dcbbc439db2f83ba02d4dc1fb /PC/VC6/pythoncore.dsp
parentad9aaeea6de88ecb07c86eba22d9bd2cc56d7739 (diff)
downloadcpython-28df74fc627b6978b4319c128bdf60e92f2218c4.zip
cpython-28df74fc627b6978b4319c128bdf60e92f2218c4.tar.gz
cpython-28df74fc627b6978b4319c128bdf60e92f2218c4.tar.bz2
Getting closer (but not yet there) to being able to compile under VC6
again. Removed the following subprojects and folded them into pythoncore, to match what's being done under VC7. We *can* build the core DLL under VC6 again after this: datetime.dsp winreg.dsp parser.dsp _sre.dsp _csv.dsp mmap.dsp _symtable.dsp
Diffstat (limited to 'PC/VC6/pythoncore.dsp')
-rw-r--r--PC/VC6/pythoncore.dsp28
1 files changed, 28 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp
index 2c68b0c..dfc2bad 100644
--- a/PC/VC6/pythoncore.dsp
+++ b/PC/VC6/pythoncore.dsp
@@ -97,6 +97,10 @@ SOURCE=..\..\Modules\_codecsmodule.c
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\_csv.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\_hotshot.c
# End Source File
# Begin Source File
@@ -109,10 +113,18 @@ SOURCE=..\..\Modules\_randommodule.c
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\_sre.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\_weakref.c
# End Source File
# Begin Source File
+SOURCE=..\_winreg.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\abstract.c
# End Source File
# Begin Source File
@@ -193,6 +205,10 @@ SOURCE=..\..\Modules\cStringIO.c
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\datetimemodule.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\descrobject.c
# End Source File
# Begin Source File
@@ -371,6 +387,10 @@ SOURCE=..\..\Objects\methodobject.c
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\mmapmodule.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Python\modsupport.c
# End Source File
# Begin Source File
@@ -415,6 +435,10 @@ SOURCE=..\..\Parser\parser.c
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\parsermodule.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Parser\parsetok.c
# End Source File
# Begin Source File
@@ -507,6 +531,10 @@ SOURCE=..\..\Python\symtable.c
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\symtablemodule.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Python\sysmodule.c
# End Source File
# Begin Source File