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
34462388
Commit
34462388
authored
May 05, 2007
by
Kristján Valur Jónsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merging changes 55092, 55101,55120 from trunk, making PCBuild8 solution up to date.
parent
eef5cad1
Changes
8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
464 additions
and
18 deletions
+464
-18
PCbuild8/_ctypes/_ctypes.vcproj
PCbuild8/_ctypes/_ctypes.vcproj
+111
-17
PCbuild8/_ctypes/_ctypes.vsprops
PCbuild8/_ctypes/_ctypes.vsprops
+15
-0
PCbuild8/_ctypes/masm64.rules
PCbuild8/_ctypes/masm64.rules
+305
-0
PCbuild8/make_versioninfo/make_versioninfo.vcproj
PCbuild8/make_versioninfo/make_versioninfo.vcproj
+1
-1
PCbuild8/pyproject.vsprops
PCbuild8/pyproject.vsprops
+4
-0
PCbuild8/python/python.vcproj
PCbuild8/python/python.vcproj
+12
-0
PCbuild8/pythoncore/pythoncore.vcproj
PCbuild8/pythoncore/pythoncore.vcproj
+4
-0
PCbuild8/pythonw/pythonw.vcproj
PCbuild8/pythonw/pythonw.vcproj
+12
-0
No files found.
PCbuild8/_ctypes/_ctypes.vcproj
View file @
34462388
...
...
@@ -16,12 +16,15 @@
/>
</Platforms>
<ToolFiles>
<ToolFile
RelativePath=
".\masm64.rules"
/>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Debug|Win32"
ConfigurationType=
"2"
InheritedPropertySheets=
"..\pyd_d.vsprops"
InheritedPropertySheets=
"..\pyd_d.vsprops
;.\_ctypes.vsprops
"
CharacterSet=
"0"
>
<Tool
...
...
@@ -30,6 +33,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM64"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -42,7 +48,7 @@
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"
..\..\Modules\_ctypes\libffi_msvc
"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"WIN32;_DEBUG;_WINDOWS;_USRDLL;_CTYPES_EXPORTS"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
...
...
@@ -93,9 +99,8 @@
</Configuration>
<Configuration
Name=
"Debug|x64"
IntermediateDirectory=
"$(PlatformName)\$(ConfigurationName)"
ConfigurationType=
"2"
InheritedPropertySheets=
"..\pyd_d.vsprops"
InheritedPropertySheets=
"..\pyd_d.vsprops
;.\_ctypes.vsprops
"
CharacterSet=
"0"
>
<Tool
...
...
@@ -104,6 +109,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM64"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -117,7 +125,7 @@
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"
..\..\Modules\_ctypes\libffi_msvc
"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"WIN32;_DEBUG;_WINDOWS;_USRDLL;_CTYPES_EXPORTS"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
...
...
@@ -169,7 +177,7 @@
<Configuration
Name=
"Release|Win32"
ConfigurationType=
"2"
InheritedPropertySheets=
"..\pyd.vsprops"
InheritedPropertySheets=
"..\pyd.vsprops
;.\_ctypes.vsprops
"
CharacterSet=
"0"
WholeProgramOptimization=
"1"
>
...
...
@@ -179,6 +187,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM64"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -190,7 +201,7 @@
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"
..\..\Modules\_ctypes\libffi_msvc
"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"WIN32;NDEBUG;_WINDOWS;_USRDLL;_CTYPES_EXPORTS"
RuntimeLibrary=
"2"
UsePrecompiledHeader=
"0"
...
...
@@ -243,7 +254,7 @@
<Configuration
Name=
"Release|x64"
ConfigurationType=
"2"
InheritedPropertySheets=
"..\pyd.vsprops"
InheritedPropertySheets=
"..\pyd.vsprops
;.\_ctypes.vsprops
"
CharacterSet=
"0"
WholeProgramOptimization=
"1"
>
...
...
@@ -253,6 +264,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM64"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -265,7 +279,7 @@
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"
..\..\Modules\_ctypes\libffi_msvc
"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"WIN32;NDEBUG;_WINDOWS;_USRDLL;_CTYPES_EXPORTS"
RuntimeLibrary=
"2"
UsePrecompiledHeader=
"0"
...
...
@@ -318,7 +332,7 @@
<Configuration
Name=
"PGInstrument|Win32"
ConfigurationType=
"2"
InheritedPropertySheets=
"..\pyd.vsprops;..\PGInstrument.vsprops"
InheritedPropertySheets=
"..\pyd.vsprops;..\PGInstrument.vsprops
;.\_ctypes.vsprops
"
CharacterSet=
"0"
WholeProgramOptimization=
"1"
>
...
...
@@ -328,6 +342,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM64"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -339,7 +356,7 @@
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"
..\..\Modules\_ctypes\libffi_msvc
"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"WIN32;NDEBUG;_WINDOWS;_USRDLL;_CTYPES_EXPORTS"
RuntimeLibrary=
"2"
UsePrecompiledHeader=
"0"
...
...
@@ -392,7 +409,7 @@
<Configuration
Name=
"PGInstrument|x64"
ConfigurationType=
"2"
InheritedPropertySheets=
"..\pyd.vsprops;..\PGInstrument.vsprops"
InheritedPropertySheets=
"..\pyd.vsprops;..\PGInstrument.vsprops
;.\_ctypes.vsprops
"
CharacterSet=
"0"
WholeProgramOptimization=
"1"
>
...
...
@@ -402,6 +419,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM64"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -414,7 +434,7 @@
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"
..\..\Modules\_ctypes\libffi_msvc
"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"WIN32;NDEBUG;_WINDOWS;_USRDLL;_CTYPES_EXPORTS"
RuntimeLibrary=
"2"
UsePrecompiledHeader=
"0"
...
...
@@ -467,7 +487,7 @@
<Configuration
Name=
"PGUpdate|Win32"
ConfigurationType=
"2"
InheritedPropertySheets=
"..\pyd.vsprops;..\PGUpdate.vsprops"
InheritedPropertySheets=
"..\pyd.vsprops;..\PGUpdate.vsprops
;.\_ctypes.vsprops
"
CharacterSet=
"0"
WholeProgramOptimization=
"1"
>
...
...
@@ -477,6 +497,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM64"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -488,7 +511,7 @@
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"
..\..\Modules\_ctypes\libffi_msvc
"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"WIN32;NDEBUG;_WINDOWS;_USRDLL;_CTYPES_EXPORTS"
RuntimeLibrary=
"2"
UsePrecompiledHeader=
"0"
...
...
@@ -541,7 +564,7 @@
<Configuration
Name=
"PGUpdate|x64"
ConfigurationType=
"2"
InheritedPropertySheets=
"..\pyd.vsprops;..\PGUpdate.vsprops"
InheritedPropertySheets=
"..\pyd.vsprops;..\PGUpdate.vsprops
;.\_ctypes.vsprops
"
CharacterSet=
"0"
WholeProgramOptimization=
"1"
>
...
...
@@ -551,6 +574,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM64"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -563,7 +589,7 @@
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"
..\..\Modules\_ctypes\libffi_msvc
"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"WIN32;NDEBUG;_WINDOWS;_USRDLL;_CTYPES_EXPORTS"
RuntimeLibrary=
"2"
UsePrecompiledHeader=
"0"
...
...
@@ -721,6 +747,74 @@
<File
RelativePath=
"..\..\Modules\_ctypes\libffi_msvc\win32.c"
>
<FileConfiguration
Name=
"Debug|x64"
ExcludedFromBuild=
"true"
>
<Tool
Name=
"VCCLCompilerTool"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Release|x64"
ExcludedFromBuild=
"true"
>
<Tool
Name=
"VCCLCompilerTool"
/>
</FileConfiguration>
<FileConfiguration
Name=
"PGInstrument|x64"
ExcludedFromBuild=
"true"
>
<Tool
Name=
"VCCLCompilerTool"
/>
</FileConfiguration>
<FileConfiguration
Name=
"PGUpdate|x64"
ExcludedFromBuild=
"true"
>
<Tool
Name=
"VCCLCompilerTool"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\..\Modules\_ctypes\libffi_msvc\win64.asm"
>
<FileConfiguration
Name=
"Debug|Win32"
ExcludedFromBuild=
"true"
>
<Tool
Name=
"MASM64"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Release|Win32"
ExcludedFromBuild=
"true"
>
<Tool
Name=
"MASM64"
/>
</FileConfiguration>
<FileConfiguration
Name=
"PGInstrument|Win32"
ExcludedFromBuild=
"true"
>
<Tool
Name=
"MASM64"
/>
</FileConfiguration>
<FileConfiguration
Name=
"PGUpdate|Win32"
ExcludedFromBuild=
"true"
>
<Tool
Name=
"MASM64"
/>
</FileConfiguration>
</File>
</Filter>
<Filter
...
...
PCbuild8/_ctypes/_ctypes.vsprops
0 → 100644
View file @
34462388
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType=
"Visual C++"
Version=
"8.00"
Name=
"_ctypes"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"..\..\Modules\_ctypes\libffi_msvc"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
"/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
/>
</VisualStudioPropertySheet>
PCbuild8/_ctypes/masm64.rules
0 → 100644
View file @
34462388
This diff is collapsed.
Click to expand it.
PCbuild8/make_versioninfo/make_versioninfo.vcproj
View file @
34462388
...
...
@@ -90,7 +90,7 @@
<Tool
Name=
"VCPostBuildEventTool"
Description=
"Generating python_rc.h"
CommandLine=
"$(OutDir)\$(TargetFileName) > ..\..\PC\python
_rc.h
$(OutDir)\$(TargetFileName) > ..\..\PC\python
_rc_d.h
"
CommandLine=
"$(OutDir)\$(TargetFileName) > ..\..\PC\python
nt_rc.h
$(OutDir)\$(TargetFileName) > ..\..\PC\pythonnt
_rc_d.h
"
/>
</Configuration>
</Configurations>
...
...
PCbuild8/pyproject.vsprops
View file @
34462388
...
...
@@ -15,6 +15,10 @@
Name=
"VCLinkerTool"
AdditionalLibraryDirectories=
"$(OutDir)"
/>
<Tool
Name=
"VCResourceCompilerTool"
AdditionalIncludeDirectories=
"..\..\PC;..\..\Include"
/>
<UserMacro
Name=
"PyDllName"
Value=
"python25"
...
...
PCbuild8/python/python.vcproj
View file @
34462388
...
...
@@ -65,6 +65,8 @@
LinkIncremental=
"2"
GenerateDebugInformation=
"true"
SubSystem=
"1"
StackReserveSize=
"2000000"
LargeAddressAware=
"2"
TargetMachine=
"1"
/>
<Tool
...
...
@@ -140,6 +142,7 @@
LinkIncremental=
"2"
GenerateDebugInformation=
"true"
SubSystem=
"1"
StackReserveSize=
"3000000"
TargetMachine=
"17"
/>
<Tool
...
...
@@ -212,6 +215,8 @@
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"1"
StackReserveSize=
"2000000"
LargeAddressAware=
"2"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"1"
...
...
@@ -287,6 +292,7 @@
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"1"
StackReserveSize=
"3000000"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"17"
...
...
@@ -361,6 +367,8 @@
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"1"
StackReserveSize=
"2000000"
LargeAddressAware=
"2"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"1"
...
...
@@ -436,6 +444,7 @@
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"1"
StackReserveSize=
"3000000"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"17"
...
...
@@ -510,6 +519,8 @@
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"1"
StackReserveSize=
"2000000"
LargeAddressAware=
"2"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"1"
...
...
@@ -585,6 +596,7 @@
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"1"
StackReserveSize=
"3000000"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"17"
...
...
PCbuild8/pythoncore/pythoncore.vcproj
View file @
34462388
...
...
@@ -937,6 +937,10 @@
Filter=
"rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier=
"{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
<File
RelativePath=
"..\..\PC\python_nt.rc"
>
</File>
</Filter>
<Filter
Name=
"Include"
...
...
PCbuild8/pythonw/pythonw.vcproj
View file @
34462388
...
...
@@ -65,6 +65,8 @@
LinkIncremental=
"2"
GenerateDebugInformation=
"true"
SubSystem=
"2"
StackReserveSize=
"2000000"
LargeAddressAware=
"2"
TargetMachine=
"1"
/>
<Tool
...
...
@@ -140,6 +142,7 @@
LinkIncremental=
"2"
GenerateDebugInformation=
"true"
SubSystem=
"2"
StackReserveSize=
"3000000"
TargetMachine=
"17"
/>
<Tool
...
...
@@ -211,6 +214,8 @@
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"2"
StackReserveSize=
"2000000"
LargeAddressAware=
"2"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"1"
...
...
@@ -285,6 +290,7 @@
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"2"
StackReserveSize=
"3000000"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"17"
...
...
@@ -358,6 +364,8 @@
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"2"
StackReserveSize=
"2000000"
LargeAddressAware=
"2"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"1"
...
...
@@ -432,6 +440,7 @@
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"2"
StackReserveSize=
"3000000"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"17"
...
...
@@ -505,6 +514,8 @@
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"2"
StackReserveSize=
"2000000"
LargeAddressAware=
"2"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"1"
...
...
@@ -579,6 +590,7 @@
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"2"
StackReserveSize=
"3000000"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"17"
...
...
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