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
59b24010
Kaydet (Commit)
59b24010
authored
Haz 23, 2013
tarafından
Christian Heimes
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add _stat module to VS project file -- this time with the GUI instead of manually.
üst
c44ff863
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
pythoncore.vcxproj
PCbuild/pythoncore.vcxproj
+3
-2
pythoncore.vcxproj.filters
PCbuild/pythoncore.vcxproj.filters
+3
-0
No files found.
PCbuild/pythoncore.vcxproj
Dosyayı görüntüle @
59b24010
...
@@ -501,6 +501,7 @@
...
@@ -501,6 +501,7 @@
<ClCompile
Include=
"..\Modules\_pickle.c"
/>
<ClCompile
Include=
"..\Modules\_pickle.c"
/>
<ClCompile
Include=
"..\Modules\_randommodule.c"
/>
<ClCompile
Include=
"..\Modules\_randommodule.c"
/>
<ClCompile
Include=
"..\Modules\_sre.c"
/>
<ClCompile
Include=
"..\Modules\_sre.c"
/>
<ClCompile
Include=
"..\Modules\_stat.c"
/>
<ClCompile
Include=
"..\Modules\_struct.c"
/>
<ClCompile
Include=
"..\Modules\_struct.c"
/>
<ClCompile
Include=
"..\Modules\_weakref.c"
/>
<ClCompile
Include=
"..\Modules\_weakref.c"
/>
<ClCompile
Include=
"..\Modules\arraymodule.c"
/>
<ClCompile
Include=
"..\Modules\arraymodule.c"
/>
...
@@ -525,7 +526,6 @@
...
@@ -525,7 +526,6 @@
<ClCompile
Include=
"..\Modules\sha256module.c"
/>
<ClCompile
Include=
"..\Modules\sha256module.c"
/>
<ClCompile
Include=
"..\Modules\sha512module.c"
/>
<ClCompile
Include=
"..\Modules\sha512module.c"
/>
<ClCompile
Include=
"..\Modules\signalmodule.c"
/>
<ClCompile
Include=
"..\Modules\signalmodule.c"
/>
<ClCompile
Include=
"..\Modules\_stat.c"
/>
<ClCompile
Include=
"..\Modules\symtablemodule.c"
/>
<ClCompile
Include=
"..\Modules\symtablemodule.c"
/>
<ClCompile
Include=
"..\Modules\_threadmodule.c"
/>
<ClCompile
Include=
"..\Modules\_threadmodule.c"
/>
<ClCompile
Include=
"..\Modules\timemodule.c"
/>
<ClCompile
Include=
"..\Modules\timemodule.c"
/>
...
@@ -679,4 +679,4 @@
...
@@ -679,4 +679,4 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
PCbuild/pythoncore.vcxproj.filters
Dosyayı görüntüle @
59b24010
...
@@ -919,6 +919,9 @@
...
@@ -919,6 +919,9 @@
<Filter>
PC
</Filter>
<Filter>
PC
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\Objects\namespaceobject.c"
/>
<ClCompile
Include=
"..\Objects\namespaceobject.c"
/>
<ClCompile
Include=
"..\Modules\_stat.c"
>
<Filter>
Modules
</Filter>
</ClCompile>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ResourceCompile
Include=
"..\PC\python_nt.rc"
>
<ResourceCompile
Include=
"..\PC\python_nt.rc"
>
...
...
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