]> granicus.if.org Git - python/commitdiff
Renamed PCBuild9 directory to PCBuild
authorChristian Heimes <christian@cheimes.de>
Mon, 31 Dec 2007 15:18:55 +0000 (15:18 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 31 Dec 2007 15:18:55 +0000 (15:18 +0000)
46 files changed:
Misc/NEWS
PCbuild/_bsddb.vcproj [moved from PCbuild9/_bsddb.vcproj with 100% similarity]
PCbuild/_ctypes.vcproj [moved from PCbuild9/_ctypes.vcproj with 100% similarity]
PCbuild/_ctypes_test.vcproj [moved from PCbuild9/_ctypes_test.vcproj with 100% similarity]
PCbuild/_elementtree.vcproj [moved from PCbuild9/_elementtree.vcproj with 100% similarity]
PCbuild/_msi.vcproj [moved from PCbuild9/_msi.vcproj with 100% similarity]
PCbuild/_socket.vcproj [moved from PCbuild9/_socket.vcproj with 100% similarity]
PCbuild/_sqlite3.vcproj [moved from PCbuild9/_sqlite3.vcproj with 100% similarity]
PCbuild/_ssl.vcproj [moved from PCbuild9/_ssl.vcproj with 100% similarity]
PCbuild/_testcapi.vcproj [moved from PCbuild9/_testcapi.vcproj with 100% similarity]
PCbuild/_tkinter.vcproj [moved from PCbuild9/_tkinter.vcproj with 100% similarity]
PCbuild/bdist_wininst.vcproj [moved from PCbuild9/bdist_wininst.vcproj with 100% similarity]
PCbuild/build.bat [moved from PCbuild9/build.bat with 100% similarity]
PCbuild/build_env.bat [moved from PCbuild9/build_env.bat with 100% similarity]
PCbuild/build_pgo.bat [moved from PCbuild9/build_pgo.bat with 100% similarity]
PCbuild/build_ssl.bat [moved from PCbuild9/build_ssl.bat with 100% similarity]
PCbuild/build_ssl.py [moved from PCbuild9/build_ssl.py with 100% similarity]
PCbuild/build_tkinter.py [moved from PCbuild9/build_tkinter.py with 100% similarity]
PCbuild/bz2.vcproj [moved from PCbuild9/bz2.vcproj with 100% similarity]
PCbuild/debug.vsprops [moved from PCbuild9/debug.vsprops with 100% similarity]
PCbuild/env.bat [moved from PCbuild9/env.bat with 100% similarity]
PCbuild/field3.py [moved from PCbuild9/field3.py with 100% similarity]
PCbuild/idle.bat [moved from PCbuild9/idle.bat with 100% similarity]
PCbuild/installer.bmp [moved from PCbuild9/installer.bmp with 100% similarity]
PCbuild/make_buildinfo.c [moved from PCbuild9/make_buildinfo.c with 100% similarity]
PCbuild/make_buildinfo.vcproj [moved from PCbuild9/make_buildinfo.vcproj with 100% similarity]
PCbuild/make_versioninfo.vcproj [moved from PCbuild9/make_versioninfo.vcproj with 100% similarity]
PCbuild/pcbuild.sln [moved from PCbuild9/pcbuild.sln with 100% similarity]
PCbuild/pginstrument.vsprops [moved from PCbuild9/pginstrument.vsprops with 100% similarity]
PCbuild/pgupdate.vsprops [moved from PCbuild9/pgupdate.vsprops with 100% similarity]
PCbuild/pyd.vsprops [moved from PCbuild9/pyd.vsprops with 100% similarity]
PCbuild/pyd_d.vsprops [moved from PCbuild9/pyd_d.vsprops with 100% similarity]
PCbuild/pyexpat.vcproj [moved from PCbuild9/pyexpat.vcproj with 100% similarity]
PCbuild/pyproject.vsprops [moved from PCbuild9/pyproject.vsprops with 100% similarity]
PCbuild/python.vcproj [moved from PCbuild9/python.vcproj with 100% similarity]
PCbuild/pythoncore.vcproj [moved from PCbuild9/pythoncore.vcproj with 100% similarity]
PCbuild/pythonw.vcproj [moved from PCbuild9/pythonw.vcproj with 100% similarity]
PCbuild/readme.txt [moved from PCbuild9/readme.txt with 97% similarity]
PCbuild/release.vsprops [moved from PCbuild9/release.vsprops with 100% similarity]
PCbuild/rmpyc.py [moved from PCbuild9/rmpyc.py with 100% similarity]
PCbuild/rt.bat [moved from PCbuild9/rt.bat with 100% similarity]
PCbuild/select.vcproj [moved from PCbuild9/select.vcproj with 100% similarity]
PCbuild/unicodedata.vcproj [moved from PCbuild9/unicodedata.vcproj with 100% similarity]
PCbuild/w9xpopen.vcproj [moved from PCbuild9/w9xpopen.vcproj with 100% similarity]
PCbuild/winsound.vcproj [moved from PCbuild9/winsound.vcproj with 100% similarity]
PCbuild/x64.vsprops [moved from PCbuild9/x64.vsprops with 100% similarity]

index 38545454cbe64d3e49d8376f647f7e06bba919a9..0d1e5db48ef3570ad39547f1118ade3e8fd87cae 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.
 
similarity index 100%
rename from PCbuild9/_bsddb.vcproj
rename to PCbuild/_bsddb.vcproj
similarity index 100%
rename from PCbuild9/_msi.vcproj
rename to PCbuild/_msi.vcproj
similarity index 100%
rename from PCbuild9/_ssl.vcproj
rename to PCbuild/_ssl.vcproj
similarity index 100%
rename from PCbuild9/build.bat
rename to PCbuild/build.bat
similarity index 100%
rename from PCbuild9/build_env.bat
rename to PCbuild/build_env.bat
similarity index 100%
rename from PCbuild9/build_pgo.bat
rename to PCbuild/build_pgo.bat
similarity index 100%
rename from PCbuild9/build_ssl.bat
rename to PCbuild/build_ssl.bat
similarity index 100%
rename from PCbuild9/build_ssl.py
rename to PCbuild/build_ssl.py
similarity index 100%
rename from PCbuild9/bz2.vcproj
rename to PCbuild/bz2.vcproj
similarity index 100%
rename from PCbuild9/debug.vsprops
rename to PCbuild/debug.vsprops
similarity index 100%
rename from PCbuild9/env.bat
rename to PCbuild/env.bat
similarity index 100%
rename from PCbuild9/field3.py
rename to PCbuild/field3.py
similarity index 100%
rename from PCbuild9/idle.bat
rename to PCbuild/idle.bat
similarity index 100%
rename from PCbuild9/installer.bmp
rename to PCbuild/installer.bmp
similarity index 100%
rename from PCbuild9/pcbuild.sln
rename to PCbuild/pcbuild.sln
similarity index 100%
rename from PCbuild9/pyd.vsprops
rename to PCbuild/pyd.vsprops
similarity index 100%
rename from PCbuild9/pyd_d.vsprops
rename to PCbuild/pyd_d.vsprops
similarity index 100%
rename from PCbuild9/python.vcproj
rename to PCbuild/python.vcproj
similarity index 97%
rename from PCbuild9/readme.txt
rename to PCbuild/readme.txt
index ef3b97da8842af962b307da6f05a1c2aac857cab..fe264e363ef7a16d66c90e713cf34bd5512e64ba 100644 (file)
@@ -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 PCbuild9 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 PCbuild9 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 PCbuild9 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 PCbuild9 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 PCbuild9\.
+    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 PCbuild9 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).
 
similarity index 100%
rename from PCbuild9/rmpyc.py
rename to PCbuild/rmpyc.py
similarity index 100%
rename from PCbuild9/rt.bat
rename to PCbuild/rt.bat
similarity index 100%
rename from PCbuild9/select.vcproj
rename to PCbuild/select.vcproj
similarity index 100%
rename from PCbuild9/x64.vsprops
rename to PCbuild/x64.vsprops