mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
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
This commit is contained in:
parent
ad9aaeea6d
commit
28df74fc62
10 changed files with 29 additions and 811 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue