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
82029ac1
Kaydet (Commit)
82029ac1
authored
Haz 12, 2016
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #27186: add Include/osmodule.h to the proper build rules
üst
2518fa83
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
Makefile.pre.in
Makefile.pre.in
+1
-0
pythoncore.vcxproj
PCbuild/pythoncore.vcxproj
+2
-2
pythoncore.vcxproj.filters
PCbuild/pythoncore.vcxproj.filters
+4
-2
No files found.
Makefile.pre.in
Dosyayı görüntüle @
82029ac1
...
...
@@ -943,6 +943,7 @@ PYTHON_HEADERS= \
$(srcdir)
/Include/objimpl.h
\
$(OPCODE_H)
\
$(srcdir)
/Include/osdefs.h
\
$(srcdir)
/Include/osmodule.h
\
$(srcdir)
/Include/patchlevel.h
\
$(srcdir)
/Include/pgen.h
\
$(srcdir)
/Include/pgenheaders.h
\
...
...
PCbuild/pythoncore.vcxproj
Dosyayı görüntüle @
82029ac1
...
...
@@ -124,6 +124,7 @@
<ClInclude
Include=
"..\Include\odictobject.h"
/>
<ClInclude
Include=
"..\Include\opcode.h"
/>
<ClInclude
Include=
"..\Include\osdefs.h"
/>
<ClInclude
Include=
"..\Include\osmodule.h"
/>
<ClInclude
Include=
"..\Include\parsetok.h"
/>
<ClInclude
Include=
"..\Include\patchlevel.h"
/>
<ClInclude
Include=
"..\Include\pgen.h"
/>
...
...
@@ -417,4 +418,4 @@
<Target
Name=
"_WarnAboutToolset"
BeforeTargets=
"PrepareForBuild"
Condition=
"$(PlatformToolset) != 'v140'"
>
<Warning
Text=
"Toolset $(PlatformToolset) is not used for official builds. Your build may have errors or incompatibilities."
/>
</Target>
</Project>
\ No newline at end of file
</Project>
PCbuild/pythoncore.vcxproj.filters
Dosyayı görüntüle @
82029ac1
...
...
@@ -177,6 +177,9 @@
<ClInclude
Include=
"..\Include\osdefs.h"
>
<Filter>
Include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\Include\osmodule.h"
>
<Filter>
Include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\Include\parsetok.h"
>
<Filter>
Include
</Filter>
</ClInclude>
...
...
@@ -983,4 +986,4 @@
<Filter>
Resource Files
</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
\ No newline at end of file
</Project>
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