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
9c11d91b
Kaydet (Commit)
9c11d91b
authored
Tem 27, 2015
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge with 3.5
üst
639f4211
de9fb28b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
6 deletions
+13
-6
openssl.props
PCbuild/openssl.props
+4
-2
pyproject.props
PCbuild/pyproject.props
+7
-3
python.props
PCbuild/python.props
+2
-1
No files found.
PCbuild/openssl.props
Dosyayı görüntüle @
9c11d91b
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<Py_IntDir
Condition=
"'$(Py_IntDir)' == ''"
>
$(opensslDir)tmp\
</Py_IntDir>
</PropertyGroup>
<Import
Project=
"pyproject.props"
/>
<PropertyGroup
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<IntDir>
$(opensslDir)tmp\$(ArchName)_$(Configuration)\$(ProjectName)\
</IntDir>
<IntDir
Condition=
"$(Configuration) == 'PGInstrument' or $(Configuration) == 'PGUpdate'"
>
$(opensslDir)tmp\$(ArchName)\$(ProjectName)\
</IntDir>
</PropertyGroup>
<ItemGroup>
...
...
PCbuild/pyproject.props
Dosyayı görüntüle @
9c11d91b
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
TreatAsLocalProperty=
"Py_IntDir"
>
<PropertyGroup
Label=
"Globals"
>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
10.0
</VisualStudioVersion>
<OutDir>
$(BuildPath)
</OutDir>
<IntDir>
$(SolutionDir)obj\$(ArchName)_$(Configuration)\$(ProjectName)\
</IntDir>
<IntDir
Condition=
"$(Configuration) == 'PGInstrument' or $(Configuration) == 'PGUpdate'"
>
$(SolutionDir)obj\$(ArchName)\$(ProjectName)\
</IntDir>
<OutDir
Condition=
"'$(Py_OutDir)' != ''"
>
$(Py_OutDir)
</OutDir>
<OutDir
Condition=
"!HasTrailingSlash($(OutDir))"
>
$(OutDir)\
</OutDir>
<Py_IntDir
Condition=
"'$(Py_IntDir)' == ''"
>
$(SolutionDir)obj\
</Py_IntDir>
<IntDir
Condition=
"!HasTrailingSlash($(IntDir))"
>
$(IntDir)\
</IntDir>
<IntDir>
$(Py_IntDir)\$(ArchName)_$(Configuration)\$(ProjectName)\
</IntDir>
<IntDir
Condition=
"$(Configuration) == 'PGInstrument' or $(Configuration) == 'PGUpdate'"
>
$(Py_IntDir)\$(ArchName)_PGO\$(ProjectName)\
</IntDir>
<TargetName
Condition=
"'$(TargetName)' == ''"
>
$(ProjectName)
</TargetName>
<TargetName>
$(TargetName)$(PyDebugExt)
</TargetName>
<GenerateManifest>
false
</GenerateManifest>
...
...
PCbuild/python.props
Dosyayı görüntüle @
9c11d91b
...
...
@@ -26,7 +26,8 @@
<PySourcePath
Condition=
"!HasTrailingSlash($(PySourcePath))"
>
$(PySourcePath)\
</PySourcePath>
<!-- Directory where build outputs are put -->
<BuildPath
Condition=
"'$(BuildPath)' == ''"
>
$(PySourcePath)PCBuild\$(ArchName)\
</BuildPath>
<BuildPath
Condition=
"'$(PyBuildPath)' == ''"
>
$(PySourcePath)PCBuild\$(ArchName)\
</BuildPath>
<BuildPath
Condition=
"'$(PyBuildPath)' != ''"
>
$(PyBuildPath)
</BuildPath>
<BuildPath
Condition=
"!HasTrailingSlash($(BuildPath))"
>
$(BuildPath)\
</BuildPath>
<!-- Directories of external projects. tcltk is handled in tcltk.props -->
...
...
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