]> granicus.if.org Git - python/commit
Complete revamp of PCBuild8 directory. Use subdirectories for each project under...
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 30 Apr 2007 15:17:46 +0000 (15:17 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 30 Apr 2007 15:17:46 +0000 (15:17 +0000)
commit7a0da19087bfd5e01bcada885b4d0786749b99cf
treeb297e4cfebe2fa28eaf0952cfc1765fa13f830c0
parent714e19a7bd906c46af0b8258d5d3c41cfe1b7a89
Complete revamp of PCBuild8 directory.  Use subdirectories for each project under the main pcbuild solution.  Now make extensive use of property sheets to simplify project configuration. x64 build fully supported, and the process for building PGO version (Profiler Guided Optimization) simplified. All projects are now present, except _ssl, which needs to be reimplemented.  Also, some of the projects that require external libraries need extra work to fully compile on x64.
63 files changed:
Modules/datetimemodule.c
Modules/getbuildinfo.c
PC/make_versioninfo.c
PCbuild8/PGInstrument.vsprops [new file with mode: 0644]
PCbuild8/PGUpdate.vsprops [new file with mode: 0644]
PCbuild8/Uninstal.wse [deleted file]
PCbuild8/_bsddb.vcproj [deleted file]
PCbuild8/_bsddb/_bsddb.vcproj [new file with mode: 0644]
PCbuild8/_ctypes.vcproj [deleted file]
PCbuild8/_ctypes/_ctypes.vcproj [new file with mode: 0644]
PCbuild8/_ctypes_test.vcproj [deleted file]
PCbuild8/_ctypes_test/_ctypes_test.vcproj [new file with mode: 0644]
PCbuild8/_elementtree.vcproj [deleted file]
PCbuild8/_elementtree/_elementtree.vcproj [new file with mode: 0644]
PCbuild8/_msi.vcproj [deleted file]
PCbuild8/_msi/_msi.vcproj [new file with mode: 0644]
PCbuild8/_socket.vcproj [deleted file]
PCbuild8/_socket/_socket.vcproj [new file with mode: 0644]
PCbuild8/_sqlite3.vcproj [deleted file]
PCbuild8/_sqlite3/_sqlite3.vcproj [new file with mode: 0644]
PCbuild8/_ssl.mak [deleted file]
PCbuild8/_ssl.vcproj [deleted file]
PCbuild8/_testcapi.vcproj [deleted file]
PCbuild8/_testcapi/_testcapi.vcproj [new file with mode: 0644]
PCbuild8/_tkinter.vcproj [deleted file]
PCbuild8/_tkinter/_tkinter.vcproj [new file with mode: 0644]
PCbuild8/build.bat [new file with mode: 0644]
PCbuild8/build_pgo.bat [new file with mode: 0644]
PCbuild8/build_ssl.py [deleted file]
PCbuild8/bz2.vcproj [deleted file]
PCbuild8/bz2/bz2.vcproj [new file with mode: 0644]
PCbuild8/db.build [deleted file]
PCbuild8/field3.py [deleted file]
PCbuild8/make_buildinfo/make_buildinfo.c [moved from PCbuild8/make_buildinfo.c with 65% similarity]
PCbuild8/make_buildinfo/make_buildinfo.vcproj [moved from PCbuild8/make_buildinfo.vcproj with 65% similarity]
PCbuild8/make_versioninfo.vcproj [deleted file]
PCbuild8/make_versioninfo/make_versioninfo.vcproj [new file with mode: 0644]
PCbuild8/pcbuild.sln
PCbuild8/pyd.vsprops [new file with mode: 0644]
PCbuild8/pyd_d.vsprops [new file with mode: 0644]
PCbuild8/pyexpat.vcproj [deleted file]
PCbuild8/pyexpat/pyexpat.vcproj [new file with mode: 0644]
PCbuild8/pyproject.vsprops [new file with mode: 0644]
PCbuild8/python.build [deleted file]
PCbuild8/python.iss [deleted file]
PCbuild8/python.vcproj [deleted file]
PCbuild8/python/python.vcproj [new file with mode: 0644]
PCbuild8/python20.wse [deleted file]
PCbuild8/pythoncore.vcproj [deleted file]
PCbuild8/pythoncore/getbuildinfo.vsprops [new file with mode: 0644]
PCbuild8/pythoncore/pythoncore.vcproj [new file with mode: 0644]
PCbuild8/pythonw.vcproj [deleted file]
PCbuild8/pythonw/pythonw.vcproj [new file with mode: 0644]
PCbuild8/readme.txt
PCbuild8/rmpyc.py
PCbuild8/rt.bat
PCbuild8/select.vcproj [deleted file]
PCbuild8/select/select.vcproj [new file with mode: 0644]
PCbuild8/unicodedata.vcproj [deleted file]
PCbuild8/unicodedata/unicodedata.vcproj [new file with mode: 0644]
PCbuild8/w9xpopen.vcproj [deleted file]
PCbuild8/winsound.vcproj [deleted file]
PCbuild8/winsound/winsound.vcproj [new file with mode: 0644]