summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-05-16 12:14:22 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-05-16 12:14:22 +0800
commit3b0ec344f0c8af11192decb3ab3c7795f83416c1 (patch)
treeaa2eaa1c7515cc7b7229b290787605661710f050
parentbecb5cebbf92833bb4e95db064e542c1d276d888 (diff)
downloadpango-3b0ec344f0c8af11192decb3ab3c7795f83416c1.tar.gz
Update Visual C++ support a bit
-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
-rw-r--r--build/win32/Makefile.am2
-rw-r--r--build/win32/stdint.h (renamed from build/win32/vs9/stdint.h)0
-rw-r--r--build/win32/unistd.h (renamed from build/win32/vs9/unistd.h)0
-rw-r--r--build/win32/vs9/pangoft2.vcprojin8
4 files changed, 6 insertions, 4 deletions
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am
index ea035c25..9c0d1b06 100644
--- a/build/win32/Makefile.am
+++ b/build/win32/Makefile.am
@@ -1 +1,3 @@
SUBDIRS = vs9
+
+EXTRA_DIST = stdint.h unistd.h
diff --git a/build/win32/vs9/stdint.h b/build/win32/stdint.h
index fcab43a8..fcab43a8 100644
--- a/build/win32/vs9/stdint.h
+++ b/build/win32/stdint.h
diff --git a/build/win32/vs9/unistd.h b/build/win32/unistd.h
index 8655b1d5..8655b1d5 100644
--- a/build/win32/vs9/unistd.h
+++ b/build/win32/unistd.h
diff --git a/build/win32/vs9/pangoft2.vcprojin b/build/win32/vs9/pangoft2.vcprojin
index f7c639cd..91de9520 100644
--- a/build/win32/vs9/pangoft2.vcprojin
+++ b/build/win32/vs9/pangoft2.vcprojin
@@ -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"
@@ -116,7 +116,7 @@
>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="."
+ AdditionalIncludeDirectories="..\"
PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB"
RuntimeLibrary="2"
UsePrecompiledHeader="0"