From b4c0bea5281c49e5c13550452c78f4ead3964595 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristj=C3=A1n=20Valur=20J=C3=B3nsson?= Date: Sat, 5 May 2007 08:32:03 +0000 Subject: [PATCH] Merging changes 55092, 55101,55120 from trunk, making PCBuild8 solution up to date. --- PCbuild8/_ctypes/_ctypes.vcproj | 128 +++++++- PCbuild8/_ctypes/_ctypes.vsprops | 15 + PCbuild8/_ctypes/masm64.rules | 305 ++++++++++++++++++ .../make_versioninfo/make_versioninfo.vcproj | 2 +- PCbuild8/pyproject.vsprops | 4 + PCbuild8/python/python.vcproj | 12 + PCbuild8/pythoncore/pythoncore.vcproj | 4 + PCbuild8/pythonw/pythonw.vcproj | 12 + 8 files changed, 464 insertions(+), 18 deletions(-) create mode 100644 PCbuild8/_ctypes/_ctypes.vsprops create mode 100644 PCbuild8/_ctypes/masm64.rules diff --git a/PCbuild8/_ctypes/_ctypes.vcproj b/PCbuild8/_ctypes/_ctypes.vcproj index 36877edf97..85ca24bbee 100644 --- a/PCbuild8/_ctypes/_ctypes.vcproj +++ b/PCbuild8/_ctypes/_ctypes.vcproj @@ -16,12 +16,15 @@ /> + + @@ -42,7 +48,7 @@ + @@ -117,7 +125,7 @@ @@ -179,6 +187,9 @@ + @@ -190,7 +201,7 @@ /> @@ -253,6 +264,9 @@ + @@ -265,7 +279,7 @@ /> @@ -328,6 +342,9 @@ + @@ -339,7 +356,7 @@ /> @@ -402,6 +419,9 @@ + @@ -414,7 +434,7 @@ /> @@ -477,6 +497,9 @@ + @@ -488,7 +511,7 @@ /> @@ -551,6 +574,9 @@ + @@ -563,7 +589,7 @@ /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PCbuild8/_ctypes/masm64.rules b/PCbuild8/_ctypes/masm64.rules new file mode 100644 index 0000000000..d25d86c534 --- /dev/null +++ b/PCbuild8/_ctypes/masm64.rules @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PCbuild8/make_versioninfo/make_versioninfo.vcproj b/PCbuild8/make_versioninfo/make_versioninfo.vcproj index 95daa07add..6e51944065 100644 --- a/PCbuild8/make_versioninfo/make_versioninfo.vcproj +++ b/PCbuild8/make_versioninfo/make_versioninfo.vcproj @@ -90,7 +90,7 @@ diff --git a/PCbuild8/pyproject.vsprops b/PCbuild8/pyproject.vsprops index 7a1e96adbf..8f3d70675a 100644 --- a/PCbuild8/pyproject.vsprops +++ b/PCbuild8/pyproject.vsprops @@ -15,6 +15,10 @@ Name="VCLinkerTool" AdditionalLibraryDirectories="$(OutDir)" /> + + +