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
888dcc32
Kaydet (Commit)
888dcc32
authored
Kas 19, 2013
tarafından
Christian Heimes
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly.
üst
6715828d
2658dd7c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
7 deletions
+14
-7
NEWS
Misc/NEWS
+3
-0
python3.mak
PC/python3.mak
+5
-1
python3dll.vcxproj
PCbuild/python3dll.vcxproj
+6
-6
No files found.
Misc/NEWS
Dosyayı görüntüle @
888dcc32
...
@@ -298,6 +298,9 @@ Tests
...
@@ -298,6 +298,9 @@ Tests
Build
Build
-----
-----
- Add workaround for VS 2010 nmake clean issue. VS 2010 doesn'
t
set
up
PATH
for
nmake
.
exe
correctly
.
-
Issue
#
19550
:
Implement
Windows
installer
changes
of
PEP
453
(
ensurepip
).
-
Issue
#
19550
:
Implement
Windows
installer
changes
of
PEP
453
(
ensurepip
).
-
Issue
#
19520
:
Fix
compiler
warning
in
the
_sha3
module
on
32
bit
Windows
.
-
Issue
#
19520
:
Fix
compiler
warning
in
the
_sha3
module
on
32
bit
Windows
.
...
...
PC/python3.mak
Dosyayı görüntüle @
888dcc32
...
@@ -5,6 +5,10 @@ $(OutDir)python34stub.lib: python34stub.def
...
@@ -5,6 +5,10 @@ $(OutDir)python34stub.lib: python34stub.def
lib /def:python34stub.def /out:$(OutDir)python34stub.lib /MACHINE:$(MACHINE)
lib /def:python34stub.def /out:$(OutDir)python34stub.lib /MACHINE:$(MACHINE)
clean:
clean:
del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python34stub.lib $(OutDir)python3.exp $(OutDir)python34stub.exp
IF EXIST $(OutDir)python3.dll del $(OutDir)python3.dll
IF EXIST $(OutDir)python3.lib del $(OutDir)python3.lib
IF EXIST $(OutDir)python34stub.lib del $(OutDir)python34stub.lib
IF EXIST $(OutDir)python3.exp del $(OutDir)python3.exp
IF EXIST $(OutDir)python34stub.exp del $(OutDir)python34stub.exp
rebuild: clean $(OutDir)python3.dll
rebuild: clean $(OutDir)python3.dll
PCbuild/python3dll.vcxproj
Dosyayı görüntüle @
888dcc32
...
@@ -99,7 +99,7 @@ nmake /f python3.mak MACHINE=x86 OutDir=$(OutDir)</NMakeBuildCommandLine>
...
@@ -99,7 +99,7 @@ nmake /f python3.mak MACHINE=x86 OutDir=$(OutDir)</NMakeBuildCommandLine>
<NMakeReBuildCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
cd $(ProjectDir)\..\PC
<NMakeReBuildCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
cd $(ProjectDir)\..\PC
nmake /f python3.mak MACHINE=x86 OutDir=$(OutDir) rebuild
</NMakeReBuildCommandLine>
nmake /f python3.mak MACHINE=x86 OutDir=$(OutDir) rebuild
</NMakeReBuildCommandLine>
<NMakeCleanCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
cd $(ProjectDir)\..\PC
<NMakeCleanCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
cd $(ProjectDir)\..\PC
nmake
/f python3.mak MACHINE=x86 OutDir=$(OutDir) clean
</NMakeCleanCommandLine>
"$(VSInstallDir)\VC\bin\nmake.exe"
/f python3.mak MACHINE=x86 OutDir=$(OutDir) clean
</NMakeCleanCommandLine>
<NMakeOutput
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(OutDir)python3.dll
</NMakeOutput>
<NMakeOutput
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(OutDir)python3.dll
</NMakeOutput>
<NMakePreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(NMakePreprocessorDefinitions)
</NMakePreprocessorDefinitions>
<NMakePreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(NMakePreprocessorDefinitions)
</NMakePreprocessorDefinitions>
<NMakeIncludeSearchPath
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(NMakeIncludeSearchPath)
</NMakeIncludeSearchPath>
<NMakeIncludeSearchPath
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(NMakeIncludeSearchPath)
</NMakeIncludeSearchPath>
...
@@ -111,7 +111,7 @@ nmake /f python3.mak MACHINE=x64 OutDir=$(OutDir)</NMakeBuildCommandLine>
...
@@ -111,7 +111,7 @@ nmake /f python3.mak MACHINE=x64 OutDir=$(OutDir)</NMakeBuildCommandLine>
<NMakeReBuildCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
cd $(ProjectDir)\..\PC
<NMakeReBuildCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
cd $(ProjectDir)\..\PC
nmake /f python3.mak MACHINE=x64 OutDir=$(OutDir) rebuild
</NMakeReBuildCommandLine>
nmake /f python3.mak MACHINE=x64 OutDir=$(OutDir) rebuild
</NMakeReBuildCommandLine>
<NMakeCleanCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
cd $(ProjectDir)\..\PC
<NMakeCleanCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
cd $(ProjectDir)\..\PC
nmake
/f python3.mak MACHINE=x64 OutDir=$(OutDir) clean
</NMakeCleanCommandLine>
"$(VSInstallDir)\VC\bin\nmake.exe"
/f python3.mak MACHINE=x64 OutDir=$(OutDir) clean
</NMakeCleanCommandLine>
<NMakeOutput
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(OutDir)python3.dll
</NMakeOutput>
<NMakeOutput
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(OutDir)python3.dll
</NMakeOutput>
<NMakePreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(NMakePreprocessorDefinitions)
</NMakePreprocessorDefinitions>
<NMakePreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(NMakePreprocessorDefinitions)
</NMakePreprocessorDefinitions>
<NMakeIncludeSearchPath
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(NMakeIncludeSearchPath)
</NMakeIncludeSearchPath>
<NMakeIncludeSearchPath
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(NMakeIncludeSearchPath)
</NMakeIncludeSearchPath>
...
@@ -123,7 +123,7 @@ nmake /f python3.mak MACHINE=x86 OutDir=$(OutDir)</NMakeBuildCommandLine>
...
@@ -123,7 +123,7 @@ nmake /f python3.mak MACHINE=x86 OutDir=$(OutDir)</NMakeBuildCommandLine>
<NMakeReBuildCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"
>
cd $(ProjectDir)\..\PC
<NMakeReBuildCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"
>
cd $(ProjectDir)\..\PC
nmake /f python3.mak MACHINE=x86 OutDir=$(OutDir) rebuild
</NMakeReBuildCommandLine>
nmake /f python3.mak MACHINE=x86 OutDir=$(OutDir) rebuild
</NMakeReBuildCommandLine>
<NMakeCleanCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"
>
cd $(ProjectDir)\..\PC
<NMakeCleanCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"
>
cd $(ProjectDir)\..\PC
nmake
/f python3.mak MACHINE=x86 OutDir=$(OutDir) clean
</NMakeCleanCommandLine>
"$(VSInstallDir)\VC\bin\nmake.exe"
/f python3.mak MACHINE=x86 OutDir=$(OutDir) clean
</NMakeCleanCommandLine>
<NMakeOutput
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"
>
$(OutDir)python3.dll
</NMakeOutput>
<NMakeOutput
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"
>
$(OutDir)python3.dll
</NMakeOutput>
<NMakePreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"
>
$(NMakePreprocessorDefinitions)
</NMakePreprocessorDefinitions>
<NMakePreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"
>
$(NMakePreprocessorDefinitions)
</NMakePreprocessorDefinitions>
<NMakeIncludeSearchPath
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"
>
$(NMakeIncludeSearchPath)
</NMakeIncludeSearchPath>
<NMakeIncludeSearchPath
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"
>
$(NMakeIncludeSearchPath)
</NMakeIncludeSearchPath>
...
@@ -135,7 +135,7 @@ nmake /f python3.mak MACHINE=x64 OutDir=$(OutDir)</NMakeBuildCommandLine>
...
@@ -135,7 +135,7 @@ nmake /f python3.mak MACHINE=x64 OutDir=$(OutDir)</NMakeBuildCommandLine>
<NMakeReBuildCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|x64'"
>
cd $(ProjectDir)\..\PC
<NMakeReBuildCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|x64'"
>
cd $(ProjectDir)\..\PC
nmake /f python3.mak MACHINE=x64 OutDir=$(OutDir) rebuild
</NMakeReBuildCommandLine>
nmake /f python3.mak MACHINE=x64 OutDir=$(OutDir) rebuild
</NMakeReBuildCommandLine>
<NMakeCleanCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|x64'"
>
cd $(ProjectDir)\..\PC
<NMakeCleanCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|x64'"
>
cd $(ProjectDir)\..\PC
nmake
/f python3.mak MACHINE=x64 OutDir=$(OutDir) clean
</NMakeCleanCommandLine>
"$(VSInstallDir)\VC\bin\nmake.exe"
/f python3.mak MACHINE=x64 OutDir=$(OutDir) clean
</NMakeCleanCommandLine>
<NMakeOutput
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|x64'"
>
$(OutDir)python3.dll
</NMakeOutput>
<NMakeOutput
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|x64'"
>
$(OutDir)python3.dll
</NMakeOutput>
<NMakePreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|x64'"
>
$(NMakePreprocessorDefinitions)
</NMakePreprocessorDefinitions>
<NMakePreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|x64'"
>
$(NMakePreprocessorDefinitions)
</NMakePreprocessorDefinitions>
<NMakeIncludeSearchPath
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|x64'"
>
$(NMakeIncludeSearchPath)
</NMakeIncludeSearchPath>
<NMakeIncludeSearchPath
Condition=
"'$(Configuration)|$(Platform)'=='PGInstrument|x64'"
>
$(NMakeIncludeSearchPath)
</NMakeIncludeSearchPath>
...
@@ -147,7 +147,7 @@ nmake /f python3.mak MACHINE=x86 OutDir=$(OutDir)</NMakeBuildCommandLine>
...
@@ -147,7 +147,7 @@ nmake /f python3.mak MACHINE=x86 OutDir=$(OutDir)</NMakeBuildCommandLine>
<NMakeReBuildCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"
>
cd $(ProjectDir)\..\PC
<NMakeReBuildCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"
>
cd $(ProjectDir)\..\PC
nmake /f python3.mak MACHINE=x86 OutDir=$(OutDir) rebuild
</NMakeReBuildCommandLine>
nmake /f python3.mak MACHINE=x86 OutDir=$(OutDir) rebuild
</NMakeReBuildCommandLine>
<NMakeCleanCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"
>
cd $(ProjectDir)\..\PC
<NMakeCleanCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"
>
cd $(ProjectDir)\..\PC
nmake
/f python3.mak MACHINE=x86 OutDir=$(OutDir) clean
</NMakeCleanCommandLine>
"$(VSInstallDir)\VC\bin\nmake.exe"
/f python3.mak MACHINE=x86 OutDir=$(OutDir) clean
</NMakeCleanCommandLine>
<NMakeOutput
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"
>
$(OutDir)python3.dll
</NMakeOutput>
<NMakeOutput
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"
>
$(OutDir)python3.dll
</NMakeOutput>
<NMakePreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"
>
$(NMakePreprocessorDefinitions)
</NMakePreprocessorDefinitions>
<NMakePreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"
>
$(NMakePreprocessorDefinitions)
</NMakePreprocessorDefinitions>
<NMakeIncludeSearchPath
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"
>
$(NMakeIncludeSearchPath)
</NMakeIncludeSearchPath>
<NMakeIncludeSearchPath
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"
>
$(NMakeIncludeSearchPath)
</NMakeIncludeSearchPath>
...
@@ -159,7 +159,7 @@ nmake /f python3.mak MACHINE=x64 OutDir=$(OutDir)</NMakeBuildCommandLine>
...
@@ -159,7 +159,7 @@ nmake /f python3.mak MACHINE=x64 OutDir=$(OutDir)</NMakeBuildCommandLine>
<NMakeReBuildCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|x64'"
>
cd $(ProjectDir)\..\PC
<NMakeReBuildCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|x64'"
>
cd $(ProjectDir)\..\PC
nmake /f python3.mak MACHINE=x64 OutDir=$(OutDir) rebuild
</NMakeReBuildCommandLine>
nmake /f python3.mak MACHINE=x64 OutDir=$(OutDir) rebuild
</NMakeReBuildCommandLine>
<NMakeCleanCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|x64'"
>
cd $(ProjectDir)\..\PC
<NMakeCleanCommandLine
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|x64'"
>
cd $(ProjectDir)\..\PC
nmake
/f python3.mak MACHINE=x64 OutDir=$(OutDir) clean
</NMakeCleanCommandLine>
"$(VSInstallDir)\VC\bin\nmake.exe"
/f python3.mak MACHINE=x64 OutDir=$(OutDir) clean
</NMakeCleanCommandLine>
<NMakeOutput
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|x64'"
>
$(OutDir)python3.dll
</NMakeOutput>
<NMakeOutput
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|x64'"
>
$(OutDir)python3.dll
</NMakeOutput>
<NMakePreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|x64'"
>
$(NMakePreprocessorDefinitions)
</NMakePreprocessorDefinitions>
<NMakePreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|x64'"
>
$(NMakePreprocessorDefinitions)
</NMakePreprocessorDefinitions>
<NMakeIncludeSearchPath
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|x64'"
>
$(NMakeIncludeSearchPath)
</NMakeIncludeSearchPath>
<NMakeIncludeSearchPath
Condition=
"'$(Configuration)|$(Platform)'=='PGUpdate|x64'"
>
$(NMakeIncludeSearchPath)
</NMakeIncludeSearchPath>
...
...
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