Update Visual C++ support a bit
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 16 May 2011 04:14:22 +0000 (12:14 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 16 May 2011 04:14:22 +0000 (12:14 +0800)
-Move the stub unistd.h and stdint.h required up a level to ease the
 addition of Visual C++ 2010 support
-Dist the Visual C++-stub unistd.h and stdint.h
-Update the pangoft2 project again to reflect the change in the location
 of the Visual C++-stub headers

build/win32/Makefile.am
build/win32/stdint.h [moved from build/win32/vs9/stdint.h with 100% similarity]
build/win32/unistd.h [moved from build/win32/vs9/unistd.h with 100% similarity]
build/win32/vs9/pangoft2.vcprojin

index ea035c2..9c0d1b0 100644 (file)
@@ -1 +1,3 @@
 SUBDIRS = vs9
+
+EXTRA_DIST = stdint.h unistd.h
index f7c639c..91de952 100644 (file)
@@ -28,7 +28,7 @@
                        <Tool
                                Name="VCCLCompilerTool"
                                Optimization="0"
-                               AdditionalIncludeDirectories="."
+                               AdditionalIncludeDirectories="..\"
                                PreprocessorDefinitions="_DEBUG;$(PangoDefines);HAVE_GLIB"
                                MinimalRebuild="true"
                                BasicRuntimeChecks="3"
@@ -57,7 +57,7 @@
                        >
                        <Tool
                                Name="VCCLCompilerTool"
-                               AdditionalIncludeDirectories="."
+                               AdditionalIncludeDirectories="..\"
                                PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB"
                                RuntimeLibrary="2"
                                UsePrecompiledHeader="0"
@@ -87,7 +87,7 @@
                        <Tool
                                Name="VCCLCompilerTool"
                                Optimization="0"
-                               AdditionalIncludeDirectories="."
+                               AdditionalIncludeDirectories="..\"
                                PreprocessorDefinitions="_DEBUG;$(PangoDefines);HAVE_GLIB"
                                MinimalRebuild="true"
                                BasicRuntimeChecks="3"
                        >
                        <Tool
                                Name="VCCLCompilerTool"
-                               AdditionalIncludeDirectories="."
+                               AdditionalIncludeDirectories="..\"
                                PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB"
                                RuntimeLibrary="2"
                                UsePrecompiledHeader="0"