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
41a6a625
Kaydet (Commit)
41a6a625
authored
May 28, 2015
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update Windows build for 3.6
üst
7a219110
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
example.vcproj
PC/example_nt/example.vcproj
+2
-2
pyconfig.h
PC/pyconfig.h
+2
-2
python3.def
PC/python3.def
+0
-0
prepare_ssl.bat
PCbuild/prepare_ssl.bat
+2
-2
No files found.
PC/example_nt/example.vcproj
Dosyayı görüntüle @
41a6a625
...
...
@@ -39,7 +39,7 @@
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
"/export:initexample"
AdditionalDependencies=
"odbc32.lib odbccp32.lib python3
5
.lib"
AdditionalDependencies=
"odbc32.lib odbccp32.lib python3
6
.lib"
OutputFile=
".\Release/example.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
...
...
@@ -105,7 +105,7 @@
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
"/export:initexample"
AdditionalDependencies=
"odbc32.lib odbccp32.lib python3
5
_d.lib"
AdditionalDependencies=
"odbc32.lib odbccp32.lib python3
6
_d.lib"
OutputFile=
".\Debug/example_d.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
...
...
PC/pyconfig.h
Dosyayı görüntüle @
41a6a625
...
...
@@ -304,11 +304,11 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
their Makefile (other compilers are generally
taken care of by distutils.) */
# if defined(_DEBUG)
# pragma comment(lib,"python3
5
_d.lib")
# pragma comment(lib,"python3
6
_d.lib")
# elif defined(Py_LIMITED_API)
# pragma comment(lib,"python3.lib")
# else
# pragma comment(lib,"python3
5
.lib")
# pragma comment(lib,"python3
6
.lib")
# endif
/* _DEBUG */
# endif
/* _MSC_VER */
# endif
/* Py_BUILD_CORE */
...
...
PC/python3.def
Dosyayı görüntüle @
41a6a625
This diff is collapsed.
Click to expand it.
PCbuild/prepare_ssl.bat
Dosyayı görüntüle @
41a6a625
...
...
@@ -3,10 +3,10 @@ if not defined HOST_PYTHON (
if %1 EQU Debug (
shift
set HOST_PYTHON=python_d.exe
if not exist python3
5
_d.dll exit 1
if not exist python3
6
_d.dll exit 1
) ELSE (
set HOST_PYTHON=python.exe
if not exist python3
5
.dll exit 1
if not exist python3
6
.dll exit 1
)
)
%HOST_PYTHON% prepare_ssl.py %1
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