Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
856bf9a4
Kaydet (Commit)
856bf9a4
authored
Şub 14, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add build support for AMD64.
üst
cffcfed1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
899 additions
and
21 deletions
+899
-21
NEWS
Misc/NEWS
+2
-0
_bsddb.vcproj
PCbuild/_bsddb.vcproj
+62
-0
_elementtree.vcproj
PCbuild/_elementtree.vcproj
+61
-0
_socket.vcproj
PCbuild/_socket.vcproj
+61
-0
_ssl.vcproj
PCbuild/_ssl.vcproj
+13
-0
_testcapi.vcproj
PCbuild/_testcapi.vcproj
+59
-0
_tkinter.vcproj
PCbuild/_tkinter.vcproj
+62
-0
bz2.vcproj
PCbuild/bz2.vcproj
+65
-0
make_buildinfo.c
PCbuild/make_buildinfo.c
+5
-4
pcbuild.sln
PCbuild/pcbuild.sln
+0
-0
pyexpat.vcproj
PCbuild/pyexpat.vcproj
+61
-0
python.vcproj
PCbuild/python.vcproj
+64
-0
pythoncore.vcproj
PCbuild/pythoncore.vcproj
+81
-2
pythonw.vcproj
PCbuild/pythonw.vcproj
+62
-0
readme.txt
PCbuild/readme.txt
+7
-0
select.vcproj
PCbuild/select.vcproj
+62
-0
unicodedata.vcproj
PCbuild/unicodedata.vcproj
+59
-0
winsound.vcproj
PCbuild/winsound.vcproj
+60
-0
msi.py
Tools/msi/msi.py
+7
-8
msilib.py
Tools/msi/msilib.py
+33
-7
msisupport.mak
Tools/msi/msisupport.mak
+13
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
856bf9a4
...
...
@@ -699,6 +699,8 @@ Library
Build
-----
-
Build
support
for
Win64
-
AMD64
was
added
.
-
Patch
#
1428494
:
Prefer
linking
against
ncursesw
over
ncurses
library
.
-
Patch
#
881820
:
look
for
openpty
and
forkpty
also
in
libbsd
.
...
...
PCbuild/_bsddb.vcproj
Dosyayı görüntüle @
856bf9a4
...
...
@@ -183,6 +183,68 @@
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
<Configuration
Name=
"ReleaseAMD64|Win32"
OutputDirectory=
"."
IntermediateDirectory=
"amd64-temp-release\_bsddb"
ConfigurationType=
"2"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"FALSE"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
" /USECL:MS_OPTERON"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl\amd64;{MSSDKPATH}\include\Win64\crt\amd64;{MSSDKPATH}\include\Win64\crt\amd64\sys;{MSSDKPATH}\include\Win64\mfc\amd64;..\Include;..\PC;"..\..\db-4.2.52\build_win32""
PreprocessorDefinitions=
"NDEBUG;WIN32;_WINDOWS"
StringPooling=
"TRUE"
BasicRuntimeChecks=
"0"
RuntimeLibrary=
"2"
BufferSecurityCheck=
"FALSE"
EnableFunctionLevelLinking=
"TRUE"
UsePrecompiledHeader=
"2"
WarningLevel=
"3"
SuppressStartupBanner=
"TRUE"
Detect64BitPortabilityProblems=
"TRUE"
DebugInformationFormat=
"3"
CompileAs=
"0"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
AdditionalDependencies=
"..\..\db-4.2.52\build_win32\Release_static\libdb42s.lib"
OutputFile=
"./_bsddb.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
IgnoreDefaultLibraryNames=
"msvcrt"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./_bsddb.pdb"
SubSystem=
"2"
BaseAddress=
"0x1e180000"
ImportLibrary=
".\./_bsddb.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebDeploymentTool"
/>
<Tool
Name=
"VCManagedWrapperGeneratorTool"
/>
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
</Configurations>
<References>
</References>
...
...
PCbuild/_elementtree.vcproj
Dosyayı görüntüle @
856bf9a4
...
...
@@ -181,6 +181,67 @@
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
<Configuration
Name=
"ReleaseAMD64|Win32"
OutputDirectory=
"."
IntermediateDirectory=
"amd64-temp-release\_elementtree"
ConfigurationType=
"2"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"FALSE"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
" /USECL:MS_OPTERON"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl\amd64;{MSSDKPATH}\include\Win64\crt\amd64;{MSSDKPATH}\include\Win64\crt\amd64\sys;{MSSDKPATH}\include\Win64\mfc\amd64;..\Include,..\PC,..\Modules\expat"
PreprocessorDefinitions=
"NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;USE_PYEXPAT_CAPI;XML_STATIC;HAVE_MEMMOVE"
StringPooling=
"TRUE"
BasicRuntimeChecks=
"0"
RuntimeLibrary=
"2"
BufferSecurityCheck=
"FALSE"
EnableFunctionLevelLinking=
"TRUE"
UsePrecompiledHeader=
"2"
WarningLevel=
"3"
SuppressStartupBanner=
"TRUE"
Detect64BitPortabilityProblems=
"TRUE"
DebugInformationFormat=
"3"
CompileAs=
"0"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
AdditionalDependencies=
"odbccp32.lib"
OutputFile=
"./_elementtree.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./_elementtree.pdb"
SubSystem=
"2"
BaseAddress=
"0x1D100000"
ImportLibrary=
".\./_elementtree.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebDeploymentTool"
/>
<Tool
Name=
"VCManagedWrapperGeneratorTool"
/>
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
</Configurations>
<References>
</References>
...
...
PCbuild/_socket.vcproj
Dosyayı görüntüle @
856bf9a4
...
...
@@ -180,6 +180,67 @@
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
<Configuration
Name=
"ReleaseAMD64|Win32"
OutputDirectory=
"."
IntermediateDirectory=
"amd64-temp-release\_socket"
ConfigurationType=
"2"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"FALSE"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
" /USECL:MS_OPTERON"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl\amd64;{MSSDKPATH}\include\Win64\crt\amd64;{MSSDKPATH}\include\Win64\crt\amd64\sys;{MSSDKPATH}\include\Win64\mfc\amd64;..\Include,..\PC"
PreprocessorDefinitions=
"NDEBUG;WIN32;_WINDOWS"
StringPooling=
"TRUE"
BasicRuntimeChecks=
"0"
RuntimeLibrary=
"2"
BufferSecurityCheck=
"FALSE"
EnableFunctionLevelLinking=
"TRUE"
UsePrecompiledHeader=
"2"
WarningLevel=
"3"
SuppressStartupBanner=
"TRUE"
Detect64BitPortabilityProblems=
"TRUE"
DebugInformationFormat=
"3"
CompileAs=
"0"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
AdditionalDependencies=
"ws2_32.lib"
OutputFile=
"./_socket.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./_socket.pdb"
SubSystem=
"2"
BaseAddress=
"0x1e1D0000"
ImportLibrary=
".\./_socket.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebDeploymentTool"
/>
<Tool
Name=
"VCManagedWrapperGeneratorTool"
/>
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
</Configurations>
<References>
</References>
...
...
PCbuild/_ssl.vcproj
Dosyayı görüntüle @
856bf9a4
...
...
@@ -50,6 +50,19 @@
ReBuildCommandLine=
"python build_ssl.py -a"
Output=
"_ssl.pyd"
/>
</Configuration>
<Configuration
Name=
"ReleaseAMD64|Win32"
OutputDirectory=
"."
IntermediateDirectory=
"amd64-temp-release\_ssl"
ConfigurationType=
"0"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"FALSE"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"python build_ssl.py"
ReBuildCommandLine=
"python build_ssl.py -a"
Output=
"_ssl.pyd"
/>
</Configuration>
</Configurations>
<References>
</References>
...
...
PCbuild/_testcapi.vcproj
Dosyayı görüntüle @
856bf9a4
...
...
@@ -175,6 +175,65 @@
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
<Configuration
Name=
"ReleaseAMD64|Win32"
OutputDirectory=
"."
IntermediateDirectory=
"amd64-temp-release\_testcapi"
ConfigurationType=
"2"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"FALSE"
CharacterSet=
"2"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
" /USECL:MS_OPTERON"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl\amd64;{MSSDKPATH}\include\Win64\crt\amd64;{MSSDKPATH}\include\Win64\crt\amd64\sys;{MSSDKPATH}\include\Win64\mfc\amd64;..\Include,..\PC"
PreprocessorDefinitions=
"WIN32;NDEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"
StringPooling=
"TRUE"
BasicRuntimeChecks=
"0"
RuntimeLibrary=
"2"
BufferSecurityCheck=
"FALSE"
EnableFunctionLevelLinking=
"TRUE"
UsePrecompiledHeader=
"2"
WarningLevel=
"3"
SuppressStartupBanner=
"TRUE"
Detect64BitPortabilityProblems=
"TRUE"
DebugInformationFormat=
"3"
CompileAs=
"0"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
OutputFile=
"./_testcapi.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
ProgramDatabaseFile=
".\./_testcapi.pdb"
BaseAddress=
"0x1e1F0000"
ImportLibrary=
".\./_testcapi.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebDeploymentTool"
/>
<Tool
Name=
"VCManagedWrapperGeneratorTool"
/>
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
</Configurations>
<References>
</References>
...
...
PCbuild/_tkinter.vcproj
Dosyayı görüntüle @
856bf9a4
...
...
@@ -183,6 +183,68 @@
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
<Configuration
Name=
"ReleaseAMD64|Win32"
OutputDirectory=
"."
IntermediateDirectory=
"amd64-temp-release\_tkinter"
ConfigurationType=
"2"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"FALSE"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
" /USECL:MS_OPTERON"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl\amd64;{MSSDKPATH}\include\Win64\crt\amd64;{MSSDKPATH}\include\Win64\crt\amd64\sys;{MSSDKPATH}\include\Win64\mfc\amd64;..\..\tcltk\include,..\Include,..\PC"
PreprocessorDefinitions=
"NDEBUG;WIN32;_WINDOWS;WITH_APPINIT"
StringPooling=
"TRUE"
BasicRuntimeChecks=
"0"
RuntimeLibrary=
"2"
BufferSecurityCheck=
"FALSE"
EnableFunctionLevelLinking=
"TRUE"
UsePrecompiledHeader=
"2"
WarningLevel=
"3"
SuppressStartupBanner=
"TRUE"
Detect64BitPortabilityProblems=
"TRUE"
DebugInformationFormat=
"3"
CompileAs=
"0"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
AdditionalDependencies=
"..\..\tcltk\lib\tk84.lib ..\..\tcltk\lib\tcl84.lib odbccp32.lib"
OutputFile=
"./_tkinter.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
AdditionalLibraryDirectories=
""
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./_tkinter.pdb"
SubSystem=
"2"
BaseAddress=
"0x1e190000"
ImportLibrary=
".\./_tkinter.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebDeploymentTool"
/>
<Tool
Name=
"VCManagedWrapperGeneratorTool"
/>
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
</Configurations>
<References>
</References>
...
...
PCbuild/bz2.vcproj
Dosyayı görüntüle @
856bf9a4
...
...
@@ -179,6 +179,71 @@ nmake /nologo /f makefile.msc lib
Name=
"VCPreLinkEventTool"
CommandLine=
"cd ..\..\bzip2-1.0.2
nmake /nologo /f makefile.msc lib
"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebDeploymentTool"
/>
<Tool
Name=
"VCManagedWrapperGeneratorTool"
/>
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
<Configuration
Name=
"ReleaseAMD64|Win32"
OutputDirectory=
"."
IntermediateDirectory=
"amd64-temp-release\bz2"
ConfigurationType=
"2"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"FALSE"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
" /USECL:MS_OPTERON"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl\amd64;{MSSDKPATH}\include\Win64\crt\amd64;{MSSDKPATH}\include\Win64\crt\amd64\sys;{MSSDKPATH}\include\Win64\mfc\amd64;..\Include,..\PC,..\..\bzip2-1.0.2"
PreprocessorDefinitions=
"NDEBUG;WIN32;_WINDOWS"
StringPooling=
"TRUE"
BasicRuntimeChecks=
"0"
RuntimeLibrary=
"2"
BufferSecurityCheck=
"FALSE"
EnableFunctionLevelLinking=
"TRUE"
UsePrecompiledHeader=
"2"
WarningLevel=
"3"
SuppressStartupBanner=
"TRUE"
Detect64BitPortabilityProblems=
"TRUE"
DebugInformationFormat=
"3"
CompileAs=
"0"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
AdditionalDependencies=
"..\..\bzip2-1.0.2\libbz2.lib"
OutputFile=
"./bz2.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
IgnoreDefaultLibraryNames=
"libc"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./bz2.pdb"
SubSystem=
"2"
BaseAddress=
"0x1D170000"
ImportLibrary=
".\./bz2.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
CommandLine=
"cd ..\..\bzip2-1.0.2
nmake /nologo /f makefile.msc lib
"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
...
...
PCbuild/make_buildinfo.c
Dosyayı görüntüle @
856bf9a4
...
...
@@ -58,15 +58,16 @@ int main(int argc, char*argv[])
}
if
(
strcmp
(
argv
[
1
],
"Release"
)
==
0
)
{
strcat
(
command
,
"-MD "
);
//strcpy(targetdir, "x86-temp-debug");
}
else
if
(
strcmp
(
argv
[
1
],
"Debug"
)
==
0
)
{
strcat
(
command
,
"-D_DEBUG -MDd "
);
//strcpy(targetdir, "x86-temp-release");
}
else
if
(
strcmp
(
argv
[
1
],
"ReleaseItanium"
))
{
else
if
(
strcmp
(
argv
[
1
],
"ReleaseItanium"
)
==
0
)
{
strcat
(
command
,
"-MD /USECL:MS_ITANIUM "
);
}
else
if
(
strcmp
(
argv
[
1
],
"ReleaseAMD64"
)
==
0
)
{
strcat
(
command
,
"-MD "
);
//strcpy(targetdir, "ia64-temp-release
");
strcat
(
command
,
"-MD /USECL:MS_OPTERON
"
);
}
else
{
fprintf
(
stderr
,
"unsupported configuration %s
\n
"
,
argv
[
1
]);
...
...
PCbuild/pcbuild.sln
Dosyayı görüntüle @
856bf9a4
This diff is collapsed.
Click to expand it.
PCbuild/pyexpat.vcproj
Dosyayı görüntüle @
856bf9a4
...
...
@@ -180,6 +180,67 @@
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
<Configuration
Name=
"ReleaseAMD64|Win32"
OutputDirectory=
"."
IntermediateDirectory=
"amd64-temp-release\pyexpat"
ConfigurationType=
"2"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"FALSE"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
" /USECL:MS_OPTERON"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl\amd64;{MSSDKPATH}\include\Win64\crt\amd64;{MSSDKPATH}\include\Win64\crt\amd64\sys;{MSSDKPATH}\include\Win64\mfc\amd64;..\Include,..\PC,..\Modules\expat"
PreprocessorDefinitions=
"NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE"
StringPooling=
"TRUE"
BasicRuntimeChecks=
"0"
RuntimeLibrary=
"2"
BufferSecurityCheck=
"FALSE"
EnableFunctionLevelLinking=
"TRUE"
UsePrecompiledHeader=
"2"
WarningLevel=
"3"
SuppressStartupBanner=
"TRUE"
Detect64BitPortabilityProblems=
"TRUE"
DebugInformationFormat=
"3"
CompileAs=
"0"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
AdditionalDependencies=
"odbccp32.lib"
OutputFile=
"./pyexpat.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./pyexpat.pdb"
SubSystem=
"2"
BaseAddress=
"0x1D100000"
ImportLibrary=
".\./pyexpat.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebDeploymentTool"
/>
<Tool
Name=
"VCManagedWrapperGeneratorTool"
/>
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
</Configurations>
<References>
</References>
...
...
PCbuild/python.vcproj
Dosyayı görüntüle @
856bf9a4
...
...
@@ -191,6 +191,70 @@
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
<Configuration
Name=
"ReleaseAMD64|Win32"
OutputDirectory=
"."
IntermediateDirectory=
"amd64-temp-release\python"
ConfigurationType=
"1"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"FALSE"
CharacterSet=
"2"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
" /USECL:MS_OPTERON"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl\amd64;{MSSDKPATH}\include\Win64\crt\amd64;{MSSDKPATH}\include\Win64\crt\amd64\sys;{MSSDKPATH}\include\Win64\mfc\amd64;..\Include,..\PC"
PreprocessorDefinitions=
"WIN32;NDEBUG;_CONSOLE"
StringPooling=
"TRUE"
BasicRuntimeChecks=
"0"
RuntimeLibrary=
"2"
BufferSecurityCheck=
"FALSE"
EnableFunctionLevelLinking=
"TRUE"
UsePrecompiledHeader=
"2"
WarningLevel=
"3"
SuppressStartupBanner=
"TRUE"
Detect64BitPortabilityProblems=
"TRUE"
DebugInformationFormat=
"3"
CompileAs=
"0"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
AdditionalDependencies=
"odbccp32.lib"
OutputFile=
".\./python.exe"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./python.pdb"
SubSystem=
"1"
StackReserveSize=
"2000000"
BaseAddress=
"0x1d000000"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"NDEBUG"
Culture=
"1033"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebDeploymentTool"
/>
<Tool
Name=
"VCManagedWrapperGeneratorTool"
/>
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
</Configurations>
<References>
</References>
...
...
PCbuild/pythoncore.vcproj
Dosyayı görüntüle @
856bf9a4
...
...
@@ -58,7 +58,7 @@
<Tool
Name=
"VCPreLinkEventTool"
Description=
"generate buildinfo"
CommandLine=
"make_buildinfo.exe $
{ConfigurationName}
"
/>
CommandLine=
"make_buildinfo.exe $
(ConfigurationName)
"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"NDEBUG"
...
...
@@ -185,7 +185,74 @@
<Tool
Name=
"VCPreLinkEventTool"
Description=
"generate buildinfo"
CommandLine=
"make_buildinfo.exe ${ConfigurationName}"
/>
CommandLine=
"make_buildinfo.exe $(ConfigurationName)"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"NDEBUG"
Culture=
"1033"
AdditionalIncludeDirectories=
"..\Include"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebDeploymentTool"
/>
<Tool
Name=
"VCManagedWrapperGeneratorTool"
/>
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
<Configuration
Name=
"ReleaseAMD64|Win32"
OutputDirectory=
"./."
IntermediateDirectory=
".\amd64-temp-release\pythoncore"
ConfigurationType=
"2"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"FALSE"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
"/Zm200 /USECL:MS_OPTERON /VSEXTCOMP_VERBOSE"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl\amd64;{MSSDKPATH}\include\Win64\crt\amd64;{MSSDKPATH}\include\Win64\crt\amd64\sys;{MSSDKPATH}\include\Win64\mfc\amd64;..\Include,..\PC"
PreprocessorDefinitions=
"NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT"
StringPooling=
"TRUE"
BasicRuntimeChecks=
"0"
RuntimeLibrary=
"2"
BufferSecurityCheck=
"FALSE"
EnableFunctionLevelLinking=
"TRUE"
UsePrecompiledHeader=
"2"
WarningLevel=
"3"
SuppressStartupBanner=
"TRUE"
Detect64BitPortabilityProblems=
"TRUE"
DebugInformationFormat=
"3"
CompileAs=
"0"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
AdditionalDependencies=
"getbuildinfo.o"
OutputFile=
"./python25.dll"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
IgnoreDefaultLibraryNames=
"libc"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./python25.pdb"
SubSystem=
"2"
BaseAddress=
"0x1e000000"
ImportLibrary=
".\./python25.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
Description=
"generate buildinfo"
CommandLine=
"make_buildinfo.exe $(ConfigurationName)"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"NDEBUG"
...
...
@@ -262,6 +329,12 @@
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"..\Modules\zlib"
/>
</FileConfiguration>
<FileConfiguration
Name=
"ReleaseAMD64|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"..\Modules\zlib"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\Modules\zlib\zutil.c"
>
...
...
@@ -509,6 +582,12 @@
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"..\Python"
/>
</FileConfiguration>
<FileConfiguration
Name=
"ReleaseAMD64|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"..\Python"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\Python\importdl.c"
>
...
...
PCbuild/pythonw.vcproj
Dosyayı görüntüle @
856bf9a4
...
...
@@ -183,6 +183,68 @@
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
<Configuration
Name=
"ReleaseAMD64|Win32"
OutputDirectory=
"."
IntermediateDirectory=
"amd64-temp-release\pythonw"
ConfigurationType=
"1"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"FALSE"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
" /USECL:MS_OPTERON"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl\amd64;{MSSDKPATH}\include\Win64\crt\amd64;{MSSDKPATH}\include\Win64\crt\amd64\sys;{MSSDKPATH}\include\Win64\mfc\amd64;..\Include,..\PC"
PreprocessorDefinitions=
"WIN32;NDEBUG;_WINDOWS"
StringPooling=
"TRUE"
BasicRuntimeChecks=
"0"
RuntimeLibrary=
"2"
BufferSecurityCheck=
"FALSE"
EnableFunctionLevelLinking=
"TRUE"
UsePrecompiledHeader=
"2"
WarningLevel=
"3"
SuppressStartupBanner=
"TRUE"
Detect64BitPortabilityProblems=
"TRUE"
DebugInformationFormat=
"3"
CompileAs=
"0"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
OutputFile=
".\./pythonw.exe"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./pythonw.pdb"
SubSystem=
"2"
StackReserveSize=
"2000000"
BaseAddress=
"0x1d000000"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"NDEBUG"
Culture=
"1033"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebDeploymentTool"
/>
<Tool
Name=
"VCManagedWrapperGeneratorTool"
/>
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
</Configurations>
<References>
</References>
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
856bf9a4
...
...
@@ -280,6 +280,13 @@ The Itanium build has seen little testing. The SDK compiler reports a lot
of warnings about conversion from size_t to int, which will be fixed in
future Python releases.
Building for AMD64
------------------
The build process for the ReleaseAMD64 configuration is very similar
to the Itanium configuration; make sure you use the latest version of
vsextcomp.
YOUR OWN EXTENSION DLLs
-----------------------
If you want to create your own extension module DLL, there's an example
...
...
PCbuild/select.vcproj
Dosyayı görüntüle @
856bf9a4
...
...
@@ -183,6 +183,68 @@
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
<Configuration
Name=
"ReleaseAMD64|Win32"
OutputDirectory=
"."
IntermediateDirectory=
"amd64-temp-release\select"
ConfigurationType=
"2"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"FALSE"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
" /USECL:MS_OPTERON"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl\amd64;{MSSDKPATH}\include\Win64\crt\amd64;{MSSDKPATH}\include\Win64\crt\amd64\sys;{MSSDKPATH}\include\Win64\mfc\amd64;..\Include,..\PC,..\..\select113"
PreprocessorDefinitions=
"NDEBUG;WIN32;_WINDOWS"
StringPooling=
"TRUE"
BasicRuntimeChecks=
"0"
RuntimeLibrary=
"2"
BufferSecurityCheck=
"FALSE"
EnableFunctionLevelLinking=
"TRUE"
UsePrecompiledHeader=
"2"
WarningLevel=
"3"
SuppressStartupBanner=
"TRUE"
Detect64BitPortabilityProblems=
"TRUE"
DebugInformationFormat=
"3"
CompileAs=
"0"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
AdditionalDependencies=
"wsock32.lib"
OutputFile=
"./select.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
IgnoreDefaultLibraryNames=
"libc"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./select.pdb"
SubSystem=
"2"
BaseAddress=
"0x1D110000"
ImportLibrary=
".\./select.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebDeploymentTool"
/>
<Tool
Name=
"VCManagedWrapperGeneratorTool"
/>
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
</Configurations>
<References>
</References>
...
...
PCbuild/unicodedata.vcproj
Dosyayı görüntüle @
856bf9a4
...
...
@@ -175,6 +175,65 @@
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
<Configuration
Name=
"ReleaseAMD64|Win32"
OutputDirectory=
"."
IntermediateDirectory=
"amd64-temp-release\unicodedata"
ConfigurationType=
"2"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"FALSE"
CharacterSet=
"2"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
" /USECL:MS_OPTERON"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl\amd64;{MSSDKPATH}\include\Win64\crt\amd64;{MSSDKPATH}\include\Win64\crt\amd64\sys;{MSSDKPATH}\include\Win64\mfc\amd64;..\Include,..\PC"
PreprocessorDefinitions=
"WIN32;NDEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"
StringPooling=
"TRUE"
BasicRuntimeChecks=
"0"
RuntimeLibrary=
"2"
BufferSecurityCheck=
"FALSE"
EnableFunctionLevelLinking=
"TRUE"
UsePrecompiledHeader=
"2"
WarningLevel=
"3"
SuppressStartupBanner=
"TRUE"
Detect64BitPortabilityProblems=
"TRUE"
DebugInformationFormat=
"3"
CompileAs=
"0"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
OutputFile=
"./unicodedata.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
ProgramDatabaseFile=
".\./unicodedata.pdb"
BaseAddress=
"0x1D120000"
ImportLibrary=
".\./unicodedata.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebDeploymentTool"
/>
<Tool
Name=
"VCManagedWrapperGeneratorTool"
/>
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
</Configurations>
<References>
</References>
...
...
PCbuild/winsound.vcproj
Dosyayı görüntüle @
856bf9a4
...
...
@@ -178,6 +178,66 @@
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
<Configuration
Name=
"ReleaseAMD64|Win32"
OutputDirectory=
"."
IntermediateDirectory=
"amd64-temp-release\winsound"
ConfigurationType=
"2"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"FALSE"
CharacterSet=
"2"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
" /USECL:MS_OPTERON"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl\amd64;{MSSDKPATH}\include\Win64\crt\amd64;{MSSDKPATH}\include\Win64\crt\amd64\sys;{MSSDKPATH}\include\Win64\mfc\amd64;..\Include,..\PC"
PreprocessorDefinitions=
"WIN32;NDEBUG;_WINDOWS;_USRDLL;WINSOUND_EXPORTS"
StringPooling=
"TRUE"
BasicRuntimeChecks=
"0"
RuntimeLibrary=
"2"
BufferSecurityCheck=
"FALSE"
EnableFunctionLevelLinking=
"TRUE"
UsePrecompiledHeader=
"2"
WarningLevel=
"3"
SuppressStartupBanner=
"TRUE"
Detect64BitPortabilityProblems=
"TRUE"
DebugInformationFormat=
"3"
CompileAs=
"0"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
AdditionalDependencies=
"winmm.lib"
OutputFile=
"./winsound.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
ProgramDatabaseFile=
".\./winsound.pdb"
BaseAddress=
"0x1D160000"
ImportLibrary=
".\./winsound.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebDeploymentTool"
/>
<Tool
Name=
"VCManagedWrapperGeneratorTool"
/>
<Tool
Name=
"VCAuxiliaryManagedWrapperGeneratorTool"
/>
</Configuration>
</Configurations>
<References>
</References>
...
...
Tools/msi/msi.py
Dosyayı görüntüle @
856bf9a4
...
...
@@ -8,8 +8,6 @@ from win32com.client import constants
from
distutils.spawn
import
find_executable
# Settings can be overridden in config.py below
# 1 for Itanium build
msilib
.
Win64
=
0
# 0 for official python.org releases
# 1 for intermediate releases by anybody, with
# a new product code for every package.
...
...
@@ -129,7 +127,6 @@ pythondll_uuid = {
"25"
:
"{2e41b118-38bd-4c1b-a840-6977efd1b911}"
}
[
major
+
minor
]
# Build the mingw import library, libpythonXY.a
# This requires 'nm' and 'dlltool' executables on your PATH
def
build_mingw_lib
(
lib_file
,
def_file
,
dll_file
,
mingw_lib
):
...
...
@@ -176,6 +173,12 @@ mingw_lib = os.path.join(srcdir, "PCBuild", "libpython%s%s.a" % (major, minor))
have_mingw
=
build_mingw_lib
(
lib_file
,
def_file
,
dll_file
,
mingw_lib
)
# Determine the target architechture
dll_path
=
os
.
path
.
join
(
srcdir
,
"PCBuild"
,
dll_file
)
msilib
.
set_arch_from_file
(
dll_path
)
if
msilib
.
pe_type
(
dll_path
)
!=
msilib
.
pe_type
(
"msisupport.dll"
):
raise
SystemError
,
"msisupport.dll for incorrect architecture"
if
testpackage
:
ext
=
'px'
testprefix
=
'x'
...
...
@@ -205,11 +208,7 @@ def build_database():
# schema represents the installer 2.0 database schema.
# sequence is the set of standard sequences
# (ui/execute, admin/advt/install)
if
msilib
.
Win64
:
w64
=
".ia64"
else
:
w64
=
""
db
=
msilib
.
init_database
(
"python-
%
s
%
s.msi"
%
(
full_current_version
,
w64
),
db
=
msilib
.
init_database
(
"python-
%
s
%
s.msi"
%
(
full_current_version
,
msilib
.
arch_ext
),
schema
,
ProductName
=
"Python "
+
full_current_version
,
ProductCode
=
product_code
,
ProductVersion
=
current_version
,
...
...
Tools/msi/msilib.py
Dosyayı görüntüle @
856bf9a4
...
...
@@ -5,15 +5,13 @@ import win32com.client.gencache
import
win32com.client
import
pythoncom
,
pywintypes
from
win32com.client
import
constants
import
re
,
string
,
os
,
sets
,
glob
,
popen2
,
sys
,
_winreg
import
re
,
string
,
os
,
sets
,
glob
,
popen2
,
sys
,
_winreg
,
struct
try
:
basestring
except
NameError
:
basestring
=
(
str
,
unicode
)
Win64
=
0
# Partially taken from Wine
datasizemask
=
0x00ff
type_valid
=
0x0100
...
...
@@ -311,10 +309,7 @@ def init_database(name, schema,
si
.
SetProperty
(
PID_TITLE
,
"Installation Database"
)
si
.
SetProperty
(
PID_SUBJECT
,
ProductName
)
si
.
SetProperty
(
PID_AUTHOR
,
Manufacturer
)
if
Win64
:
si
.
SetProperty
(
PID_TEMPLATE
,
"Intel64;1033"
)
else
:
si
.
SetProperty
(
PID_TEMPLATE
,
"Intel;1033"
)
si
.
SetProperty
(
PID_TEMPLATE
,
msi_type
)
si
.
SetProperty
(
PID_REVNUMBER
,
gen_uuid
())
si
.
SetProperty
(
PID_WORDCOUNT
,
2
)
# long file names, compressed, original media
si
.
SetProperty
(
PID_PAGECOUNT
,
200
)
...
...
@@ -647,3 +642,34 @@ class Dialog:
def
checkbox
(
self
,
name
,
x
,
y
,
w
,
h
,
attr
,
prop
,
text
,
next
):
return
self
.
control
(
name
,
"CheckBox"
,
x
,
y
,
w
,
h
,
attr
,
prop
,
text
,
next
,
None
)
def
pe_type
(
path
):
header
=
open
(
path
)
.
read
(
1000
)
# offset of PE header is at offset 0x3c; 1-based
pe_offset
=
struct
.
unpack
(
"<i"
,
header
[
0x3c
:
0x40
])[
0
]
-
1
assert
header
[
pe_offset
:
pe_offset
+
4
]
==
"PE
\0\0
"
machine
=
struct
.
unpack
(
"<H"
,
header
[
pe_offset
+
4
:
pe_offset
+
6
])[
0
]
return
machine
def
set_arch_from_file
(
path
):
global
msi_type
,
Win64
,
arch_ext
machine
=
pe_type
(
path
)
if
machine
==
0x14c
:
# i386
msi_type
=
"Intel"
Win64
=
0
arch_ext
=
''
elif
machine
==
0x200
:
# Itanium
msi_type
=
"Intel64"
Win64
=
1
arch_ext
=
'.ia64'
elif
machine
==
0x8664
:
# AMD64
msi_type
=
"x64"
Win64
=
1
arch_ext
=
'.amd64'
else
:
raise
ValueError
,
"Unsupported architecture"
msi_type
+=
";1033"
Tools/msi/msisupport.mak
Dosyayı görüntüle @
856bf9a4
!IF "$(CPU)" == ""
# VS environment
# /OPT: REF and ICF are added by VS.NET by default
# NOWIN98 saves 7k of executable size, at the expense of some
# slowdown on Win98
...
...
@@ -10,3 +13,13 @@ msisupport.dll: msisupport.obj
msisupport.obj: msisupport.c
cl /O2 /D WIN32 /D NDEBUG /D _WINDOWS /MT /W3 /c msisupport.c
!ELSE
# SDK environment: assume all options are already correct
msisupport.dll: msisupport.obj
link.exe /OUT:msisupport.dll /INCREMENTAL:NO /NOLOGO /DLL msisupport.obj msi.lib kernel32.lib
msisupport.obj: msisupport.c
cl /O2 /D WIN32 /D NDEBUG /D _WINDOWS /MD /W3 /GS- /c msisupport.c
!ENDIF
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