From 3b0ec344f0c8af11192decb3ab3c7795f83416c1 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 16 May 2011 12:14:22 +0800 Subject: [PATCH] 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 --- build/win32/Makefile.am | 2 ++ build/win32/{vs9 => }/stdint.h | 0 build/win32/{vs9 => }/unistd.h | 0 build/win32/vs9/pangoft2.vcprojin | 8 ++++---- 4 files changed, 6 insertions(+), 4 deletions(-) rename build/win32/{vs9 => }/stdint.h (100%) rename build/win32/{vs9 => }/unistd.h (100%) diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am index ea035c2..9c0d1b0 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 similarity index 100% rename from build/win32/vs9/stdint.h rename to build/win32/stdint.h diff --git a/build/win32/vs9/unistd.h b/build/win32/unistd.h similarity index 100% rename from build/win32/vs9/unistd.h rename to build/win32/unistd.h diff --git a/build/win32/vs9/pangoft2.vcprojin b/build/win32/vs9/pangoft2.vcprojin index f7c639c..91de952 100644 --- a/build/win32/vs9/pangoft2.vcprojin +++ b/build/win32/vs9/pangoft2.vcprojin @@ -28,7 +28,7 @@