]> granicus.if.org Git - python/commit
Merging of change 55024 from the truk to release25-maint branch.
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Wed, 2 May 2007 15:55:14 +0000 (15:55 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Wed, 2 May 2007 15:55:14 +0000 (15:55 +0000)
commit55d53f0367fb4294e326a43de94334b567ae3e27
tree84c86af3538d810de8ed70c9e8be703f6251d5af
parent9aa62ff4a1e0ae8da9494b4b50b7acde6fa1adfc
Merging of change 55024 from the truk to release25-maint branch.
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/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/w9xpopen/w9xpopen.vcproj [moved from PCbuild8/make_versioninfo.vcproj with 58% similarity]
PCbuild8/winsound.vcproj [deleted file]
PCbuild8/winsound/winsound.vcproj [new file with mode: 0644]