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
8baeb110
Commit
8baeb110
authored
May 03, 2007
by
Thomas Heller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix building _ctypes.pyd for x64 / Windows.
parent
8b267b55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
139 additions
and
0 deletions
+139
-0
PCbuild8/_ctypes/_ctypes.vcproj
PCbuild8/_ctypes/_ctypes.vcproj
+139
-0
No files found.
PCbuild8/_ctypes/_ctypes.vcproj
View file @
8baeb110
...
...
@@ -16,6 +16,9 @@
/>
</Platforms>
<ToolFiles>
<DefaultToolFile
FileName=
"masm.rules"
/>
</ToolFiles>
<Configurations>
<Configuration
...
...
@@ -30,6 +33,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -62,6 +68,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
"/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
GenerateDebugInformation=
"true"
SubSystem=
"2"
TargetMachine=
"1"
...
...
@@ -104,6 +111,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -137,6 +147,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
"/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
GenerateDebugInformation=
"true"
SubSystem=
"2"
TargetMachine=
"17"
...
...
@@ -179,6 +190,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -208,6 +222,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
"/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"2"
...
...
@@ -253,6 +268,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -283,6 +301,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
"/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"2"
...
...
@@ -328,6 +347,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -357,6 +379,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
"/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"2"
...
...
@@ -402,6 +425,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -432,6 +458,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
"/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"2"
...
...
@@ -477,6 +504,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -506,6 +536,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
"/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"2"
...
...
@@ -551,6 +582,9 @@
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"MASM"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
...
...
@@ -581,6 +615,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
"/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"2"
...
...
@@ -721,6 +756,110 @@
<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=
"MASM"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Debug|x64"
>
<Tool
Name=
"VCCustomBuildTool"
CommandLine=
"ml64.exe /Zi /c /nologo /Fo $(OutDir)/win64.obj $(InputPath)
"
Outputs=
"$(OutDir)/win64.obj"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Release|Win32"
ExcludedFromBuild=
"true"
>
<Tool
Name=
"MASM"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Release|x64"
>
<Tool
Name=
"VCCustomBuildTool"
CommandLine=
"ml64.exe /c /nologo /Fo $(OutDir)/win64.obj $(InputPath)
"
Outputs=
"$(OutDir)/win64.obj"
/>
</FileConfiguration>
<FileConfiguration
Name=
"PGInstrument|Win32"
ExcludedFromBuild=
"true"
>
<Tool
Name=
"MASM"
/>
</FileConfiguration>
<FileConfiguration
Name=
"PGInstrument|x64"
>
<Tool
Name=
"VCCustomBuildTool"
CommandLine=
"ml64.exe /c /nologo /Fo $(OutDir)/win64.obj $(InputPath)
"
Outputs=
"$(OutDir)/win64.obj"
/>
</FileConfiguration>
<FileConfiguration
Name=
"PGUpdate|Win32"
ExcludedFromBuild=
"true"
>
<Tool
Name=
"MASM"
/>
</FileConfiguration>
<FileConfiguration
Name=
"PGUpdate|x64"
>
<Tool
Name=
"VCCustomBuildTool"
CommandLine=
"ml64.exe /c /nologo /Fo $(OutDir)/win64.obj $(InputPath)
"
Outputs=
"$(OutDir)/win64.obj"
/>
</FileConfiguration>
</File>
</Filter>
<Filter
...
...
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