Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6abebb28
Commit
6abebb28
authored
Oct 15, 2006
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch #1576954: Update VC6 build directory; remove redundant
files in VC7.1 pythoncore.vcproj.
parent
58bf57fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
78 additions
and
22 deletions
+78
-22
Misc/NEWS
Misc/NEWS
+6
-0
PC/VC6/pythoncore.dsp
PC/VC6/pythoncore.dsp
+72
-16
PCbuild/pythoncore.vcproj
PCbuild/pythoncore.vcproj
+0
-6
No files found.
Misc/NEWS
View file @
6abebb28
...
...
@@ -99,6 +99,12 @@ Library
the
close_fds
arg
to
subprocess
.
Popen
is
not
supported
).
Build
-----
-
Patch
#
1576954
:
Update
VC6
build
directory
;
remove
redundant
files
in
VC7
.
What
's New in Python 2.5 (final)
================================
...
...
PC/VC6/pythoncore.dsp
View file @
6abebb28
...
...
@@ -44,7 +44,7 @@ RSC=rc.exe
# 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 ".." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /Zm200 /c
# 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
# 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"
...
...
@@ -72,7 +72,7 @@ LINK32=link.exe
# 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 ".." /D "_DEBUG" /D "USE_DL_EXPORT" /D "WIN32" /D "_WINDOWS" /YX /FD /Zm200 /c
# 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
# 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"
...
...
@@ -129,6 +129,10 @@ SOURCE=..\..\Modules\_csv.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_functoolsmodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_heapqmodule.c
# End Source File
# Begin Source File
...
...
@@ -141,6 +145,10 @@ SOURCE=..\..\Modules\_localemodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_lsprof.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_randommodule.c
# End Source File
# Begin Source File
...
...
@@ -149,10 +157,18 @@ SOURCE=..\..\Modules\_sre.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_struct.c
# End Source File
# Begin Source File
SOURCE=..\..\PC\_subprocess.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_typesmodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_weakref.c
# End Source File
# Begin Source File
...
...
@@ -169,6 +185,10 @@ SOURCE=..\..\Parser\acceler.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\zlib\adler32.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\arraymodule.c
# End Source File
# Begin Source File
...
...
@@ -245,6 +265,10 @@ SOURCE=..\..\Objects\complexobject.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\zlib\compress.c
# End Source File
# Begin Source File
SOURCE=..\config.c
# End Source File
# Begin Source File
...
...
@@ -253,6 +277,10 @@ SOURCE=..\..\Modules\cPickle.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\zlib\crc32.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\cStringIO.c
# End Source File
# Begin Source File
...
...
@@ -261,6 +289,10 @@ SOURCE=..\..\Modules\datetimemodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\zlib\deflate.c
# End Source File
# Begin Source File
SOURCE=..\..\Objects\descrobject.c
# End Source File
# Begin Source File
...
...
@@ -289,7 +321,7 @@ SOURCE=..\..\Python\errors.c
# End Source File
# Begin Source File
SOURCE=..\..\
Python
\exceptions.c
SOURCE=..\..\
Objects
\exceptions.c
# End Source File
# Begin Source File
...
...
@@ -313,10 +345,6 @@ SOURCE=..\..\Objects\funcobject.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_functoolsmodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\future.c
# End Source File
# Begin Source File
...
...
@@ -391,6 +419,18 @@ SOURCE=..\..\Python\importdl.c
# End Source File
# Begin Source File
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
SOURCE=..\..\Objects\intobject.c
# End Source File
# Begin Source File
...
...
@@ -427,7 +467,7 @@ SOURCE=..\..\Modules\mathmodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\md5
c
.c
SOURCE=..\..\Modules\md5.c
# End Source File
# Begin Source File
...
...
@@ -507,6 +547,10 @@ SOURCE=..\..\Modules\posixmodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\pyarena.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\pyfpe.c
# End Source File
# Begin Source File
...
...
@@ -519,11 +563,11 @@ SOURCE=..\..\Python\pystrtod.c
# End Source File
# Begin Source File
SOURCE=
..\python_nt.rc
SOURCE=
"..\..\Python\Python-ast.c"
# End Source File
# Begin Source File
SOURCE=..\
..\Python\Python-ast.
c
SOURCE=..\
python_nt.r
c
# End Source File
# Begin Source File
...
...
@@ -539,11 +583,11 @@ SOURCE=..\..\Modules\rgbimgmodule.c
# End Source File
# Begin Source File
SOURCE=..\..\
Objects\setobject
.c
SOURCE=..\..\
Modules\rotatingtree
.c
# End Source File
# Begin Source File
SOURCE=..\..\
Modules\shamodule
.c
SOURCE=..\..\
Objects\setobject
.c
# End Source File
# Begin Source File
...
...
@@ -555,6 +599,10 @@ SOURCE=..\..\Modules\sha512module.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\shamodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\signalmodule.c
# End Source File
# Begin Source File
...
...
@@ -575,10 +623,6 @@ SOURCE=..\..\Python\structmember.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\structmodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Objects\structseq.c
# End Source File
# Begin Source File
...
...
@@ -615,6 +659,10 @@ SOURCE=..\..\Python\traceback.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\zlib\trees.c
# End Source File
# Begin Source File
SOURCE=..\..\Objects\tupleobject.c
# End Source File
# Begin Source File
...
...
@@ -645,5 +693,13 @@ SOURCE=..\..\Modules\yuvconvert.c
SOURCE=..\..\Modules\zipimport.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\zlibmodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\zlib\zutil.c
# End Source File
# End Target
# End Project
PCbuild/pythoncore.vcproj
View file @
6abebb28
...
...
@@ -724,18 +724,12 @@
<File
RelativePath=
"..\Modules\sha512module.c"
>
</File>
<File
RelativePath=
"..\Modules\sha512module.c"
>
</File>
<File
RelativePath=
"..\Modules\shamodule.c"
>
</File>
<File
RelativePath=
"..\Modules\signalmodule.c"
>
</File>
<File
RelativePath=
"..\Modules\signalmodule.c"
>
</File>
<File
RelativePath=
"..\Objects\sliceobject.c"
>
</File>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment