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
32861235
Kaydet (Commit)
32861235
authored
Mar 16, 2017
tarafından
Steve Dower
Kaydeden (comit)
GitHub
Mar 16, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Takes vcruntime140.dll from the correct source. (#679)
üst
bd583ef9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
11 deletions
+6
-11
make_zip.proj
Tools/msi/make_zip.proj
+3
-6
make_pkg.proj
Tools/nuget/make_pkg.proj
+3
-5
No files found.
Tools/msi/make_zip.proj
Dosyayı görüntüle @
32861235
...
...
@@ -17,15 +17,12 @@
<CleanCommand>
rmdir /q/s "$(IntermediateOutputPath)\zip_$(ArchName)"
</CleanCommand>
<Arguments>
"$(PythonExe)" "$(MSBuildThisFileDirectory)\make_zip.py"
</Arguments>
<Arguments>
$(Arguments) -e -o "$(TargetPath)" -t "$(IntermediateOutputPath)\zip_$(ArchName)" -a $(ArchName)
</Arguments>
<Environment>
set DOC_FILENAME=python$(PythonVersion).chm
set VCREDIST_PATH=$(VS140COMNTOOLS)\..\..\VC\redist\$(Platform)\Microsoft.VC140.CRT
</Environment>
<Environment>
set DOC_FILENAME=python$(PythonVersion).chm
</Environment>
<Environment
Condition=
"Exists($(CRTRedist))"
>
$(Environment)%0D%0Aset VCREDIST_PATH=$(CRTRedist)\$(Platform)
</Environment>
</PropertyGroup>
<Target
Name=
"_Build"
>
<Exec
Command=
"setlocal
$(Environment)
$(CleanCommand)
$(Arguments)"
/>
<Exec
Command=
"setlocal%0D%0A$(Environment)%0D%0A$(CleanCommand)%0D%0A$(Arguments)"
/>
</Target>
<Target
Name=
"AfterBuild"
/>
...
...
Tools/nuget/make_pkg.proj
Dosyayı görüntüle @
32861235
...
...
@@ -34,9 +34,8 @@
<NugetArguments>
$(NugetArguments) -Version "$(NuspecVersion)"
</NugetArguments>
<NugetArguments>
$(NugetArguments) -NoPackageAnalysis -NonInteractive
</NugetArguments>
<Environment>
setlocal
set DOC_FILENAME=python$(PythonVersion).chm
set VCREDIST_PATH=$(VS140COMNTOOLS)\..\..\VC\redist\$(Platform)\Microsoft.VC140.CRT
</Environment>
<Environment>
set DOC_FILENAME=python$(PythonVersion).chm
</Environment>
<Environment
Condition=
"Exists($(CRTRedist))"
>
$(Environment)%0D%0Aset VCREDIST_PATH=$(CRTRedist)\$(Platform)
</Environment>
</PropertyGroup>
<Target
Name=
"_NugetMissing"
BeforeTargets=
"_Build"
Condition=
"!Exists($(Nuget))"
>
...
...
@@ -45,8 +44,7 @@ set VCREDIST_PATH=$(VS140COMNTOOLS)\..\..\VC\redist\$(Platform)\Microsoft.VC140.
<Target
Name=
"_Build"
>
<Exec
Command=
"$(CleanCommand)"
/>
<Exec
Command=
"$(Environment)
$(PythonArguments)"
/>
<Exec
Command=
"setlocal%0D%0A$(Environment)%0D%0A$(PythonArguments)"
/>
<Exec
Command=
"$(PipArguments)"
/>
<Exec
Command=
"$(PackageArguments)"
Condition=
"$(PackageArguments) != ''"
/>
<Exec
Command=
"$(NugetArguments)"
/>
...
...
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