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
3adfe9aa
Kaydet (Commit)
3adfe9aa
authored
Ara 31, 2007
tarafından
Christian Heimes
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Renamed PCBuild9 directory to PCBuild
üst
ce49f020
Hide whitespace changes
Inline
Side-by-side
Showing
46 changed files
with
9 additions
and
6 deletions
+9
-6
NEWS
Misc/NEWS
+3
-0
_bsddb.vcproj
PCbuild/_bsddb.vcproj
+0
-0
_ctypes.vcproj
PCbuild/_ctypes.vcproj
+0
-0
_ctypes_test.vcproj
PCbuild/_ctypes_test.vcproj
+0
-0
_elementtree.vcproj
PCbuild/_elementtree.vcproj
+0
-0
_msi.vcproj
PCbuild/_msi.vcproj
+0
-0
_socket.vcproj
PCbuild/_socket.vcproj
+0
-0
_sqlite3.vcproj
PCbuild/_sqlite3.vcproj
+0
-0
_ssl.vcproj
PCbuild/_ssl.vcproj
+0
-0
_testcapi.vcproj
PCbuild/_testcapi.vcproj
+0
-0
_tkinter.vcproj
PCbuild/_tkinter.vcproj
+0
-0
bdist_wininst.vcproj
PCbuild/bdist_wininst.vcproj
+0
-0
build.bat
PCbuild/build.bat
+0
-0
build_env.bat
PCbuild/build_env.bat
+0
-0
build_pgo.bat
PCbuild/build_pgo.bat
+0
-0
build_ssl.bat
PCbuild/build_ssl.bat
+0
-0
build_ssl.py
PCbuild/build_ssl.py
+0
-0
build_tkinter.py
PCbuild/build_tkinter.py
+0
-0
bz2.vcproj
PCbuild/bz2.vcproj
+0
-0
debug.vsprops
PCbuild/debug.vsprops
+0
-0
env.bat
PCbuild/env.bat
+0
-0
field3.py
PCbuild/field3.py
+0
-0
idle.bat
PCbuild/idle.bat
+0
-0
installer.bmp
PCbuild/installer.bmp
+0
-0
make_buildinfo.c
PCbuild/make_buildinfo.c
+0
-0
make_buildinfo.vcproj
PCbuild/make_buildinfo.vcproj
+0
-0
make_versioninfo.vcproj
PCbuild/make_versioninfo.vcproj
+0
-0
pcbuild.sln
PCbuild/pcbuild.sln
+0
-0
pginstrument.vsprops
PCbuild/pginstrument.vsprops
+0
-0
pgupdate.vsprops
PCbuild/pgupdate.vsprops
+0
-0
pyd.vsprops
PCbuild/pyd.vsprops
+0
-0
pyd_d.vsprops
PCbuild/pyd_d.vsprops
+0
-0
pyexpat.vcproj
PCbuild/pyexpat.vcproj
+0
-0
pyproject.vsprops
PCbuild/pyproject.vsprops
+0
-0
python.vcproj
PCbuild/python.vcproj
+0
-0
pythoncore.vcproj
PCbuild/pythoncore.vcproj
+0
-0
pythonw.vcproj
PCbuild/pythonw.vcproj
+0
-0
readme.txt
PCbuild/readme.txt
+6
-6
release.vsprops
PCbuild/release.vsprops
+0
-0
rmpyc.py
PCbuild/rmpyc.py
+0
-0
rt.bat
PCbuild/rt.bat
+0
-0
select.vcproj
PCbuild/select.vcproj
+0
-0
unicodedata.vcproj
PCbuild/unicodedata.vcproj
+0
-0
w9xpopen.vcproj
PCbuild/w9xpopen.vcproj
+0
-0
winsound.vcproj
PCbuild/winsound.vcproj
+0
-0
x64.vsprops
PCbuild/x64.vsprops
+0
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
3adfe9aa
...
...
@@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 1?
Core and builtins
-----------------
- Moved PCbuild/ directory for VS 2003 to PC/VS7.1 and renamed PCBuild9/
directory to PCBuild/.
- Issue #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE
and Py_REFCNT.
...
...
PCbuild
9
/_bsddb.vcproj
→
PCbuild/_bsddb.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/_ctypes.vcproj
→
PCbuild/_ctypes.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/_ctypes_test.vcproj
→
PCbuild/_ctypes_test.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/_elementtree.vcproj
→
PCbuild/_elementtree.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/_msi.vcproj
→
PCbuild/_msi.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/_socket.vcproj
→
PCbuild/_socket.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/_sqlite3.vcproj
→
PCbuild/_sqlite3.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/_ssl.vcproj
→
PCbuild/_ssl.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/_testcapi.vcproj
→
PCbuild/_testcapi.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/_tkinter.vcproj
→
PCbuild/_tkinter.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/bdist_wininst.vcproj
→
PCbuild/bdist_wininst.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/build.bat
→
PCbuild/build.bat
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/build_env.bat
→
PCbuild/build_env.bat
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/build_pgo.bat
→
PCbuild/build_pgo.bat
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/build_ssl.bat
→
PCbuild/build_ssl.bat
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/build_ssl.py
→
PCbuild/build_ssl.py
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/build_tkinter.py
→
PCbuild/build_tkinter.py
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/bz2.vcproj
→
PCbuild/bz2.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/debug.vsprops
→
PCbuild/debug.vsprops
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/env.bat
→
PCbuild/env.bat
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/field3.py
→
PCbuild/field3.py
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/idle.bat
→
PCbuild/idle.bat
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/installer.bmp
→
PCbuild/installer.bmp
Dosyayı görüntüle @
3adfe9aa
This diff was suppressed by a .gitattributes entry.
PCbuild
9
/make_buildinfo.c
→
PCbuild/make_buildinfo.c
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/make_buildinfo.vcproj
→
PCbuild/make_buildinfo.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/make_versioninfo.vcproj
→
PCbuild/make_versioninfo.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/pcbuild.sln
→
PCbuild/pcbuild.sln
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/pginstrument.vsprops
→
PCbuild/pginstrument.vsprops
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/pgupdate.vsprops
→
PCbuild/pgupdate.vsprops
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/pyd.vsprops
→
PCbuild/pyd.vsprops
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/pyd_d.vsprops
→
PCbuild/pyd_d.vsprops
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/pyexpat.vcproj
→
PCbuild/pyexpat.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/pyproject.vsprops
→
PCbuild/pyproject.vsprops
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/python.vcproj
→
PCbuild/python.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/pythoncore.vcproj
→
PCbuild/pythoncore.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/pythonw.vcproj
→
PCbuild/pythonw.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/readme.txt
→
PCbuild/readme.txt
Dosyayı görüntüle @
3adfe9aa
...
...
@@ -11,7 +11,7 @@ build the solution. Unless you are going to debug a problem in the core or
you are going to create an optimized build you want to select "Release" as
configuration.
The PCbuild
9
directory is compatible with all versions of Visual Studio from
The PCbuild directory is compatible with all versions of Visual Studio from
VS C++ Express Edition over the standard edition up to the professional
edition. However the express edition does support features like solution
folders or profile guided optimization (PGO). The missing bits and pieces
...
...
@@ -32,7 +32,7 @@ NOTE:
When using the Debug setting, the output files have a _d added to
their name: python30_d.dll, python_d.exe, parser_d.pyd, and so on.
The 32bit builds end up in the solution folder PCbuild
9
while the x64 builds
The 32bit builds end up in the solution folder PCbuild while the x64 builds
land in the amd64 subfolder. The PGI and PGO builds for profile guided
optimization end up in their own folders, too.
...
...
@@ -67,7 +67,7 @@ winsound
The following subprojects will generally NOT build out of the box. They
wrap code Python doesn't control, and you'll need to download the base
packages first and unpack them into siblings of PCbuilds's parent
directory; for example, if your PCbuild
9 is ..\dist\py3k\PCbuild9
\,
directory; for example, if your PCbuild
is ..\dist\py3k\PCbuild
\,
unpack into new subdirectories of ..\dist\.
_tkinter
...
...
@@ -85,7 +85,7 @@ _tkinter
Build with build_tkinter.py
---------------------------
The PCbuild
9
directory contains a Python script which automates all
The PCbuild directory contains a Python script which automates all
steps. Run the script in a Visual Studio 2009 command prompt with
python build_tkinter.py Win32
...
...
@@ -145,7 +145,7 @@ bz2
A custom pre-link step in the bz2 project settings should manage to
build bzip2-1.0.3\libbz2.lib by magic before bz2.pyd (or bz2_d.pyd) is
linked in PCbuild
9
\.
linked in PCbuild\.
However, the bz2 project is not smart enough to remove anything under
bzip2-1.0.3\ when you do a clean, so if you want to rebuild bzip2.lib
you need to clean up bzip2-1.0.3\ by hand.
...
...
@@ -304,7 +304,7 @@ change the "Runtime Library" from "Multi-threaded DLL (/MD)" to
Visual Studio properties
------------------------
The PCbuild
9
solution makes heavy use of Visual Studio property files
The PCbuild solution makes heavy use of Visual Studio property files
(*.vsprops). The properties can be viewed and altered in the Property
Manager (View -> Other Windows -> Property Manager).
...
...
PCbuild
9
/release.vsprops
→
PCbuild/release.vsprops
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/rmpyc.py
→
PCbuild/rmpyc.py
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/rt.bat
→
PCbuild/rt.bat
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/select.vcproj
→
PCbuild/select.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/unicodedata.vcproj
→
PCbuild/unicodedata.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/w9xpopen.vcproj
→
PCbuild/w9xpopen.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/winsound.vcproj
→
PCbuild/winsound.vcproj
Dosyayı görüntüle @
3adfe9aa
File moved
PCbuild
9
/x64.vsprops
→
PCbuild/x64.vsprops
Dosyayı görüntüle @
3adfe9aa
File moved
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