From: Tor Lillqvist Date: Thu, 4 Feb 2010 17:57:38 +0000 (+0200) Subject: Further work on VS9 project files X-Git-Tag: 2.23.3~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=762e18d8cebf907e51aed14298525048f7c9e015;p=platform%2Fupstream%2Fglib.git Further work on VS9 project files --- diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt index 86620ec..662cb2a 100644 --- a/build/win32/vs9/README.txt +++ b/build/win32/vs9/README.txt @@ -15,15 +15,23 @@ builds. Set up the source tree as follows under some arbitrary top folder : \glib\ -\glib\dependencies\\proxy-libintl +\vs9\ *this* file you are now reading is thus located at \glib\\build\win32\vs9\README. is either Win32 or x64, as in VS9 project files. -\glib\dependencies\\proxy-libintl contains the -unpacked proxy-libintl zip file, so that for instance libintl.h is at -\glib\dependencies\\proxy-libintl\include\libintl.h. +You should unpack the proxy-libintl-dev zip file into +\vs9\, so that for instance libintl.h end up at +\vs9\\include\libintl.h. + +The "install" project will copy build results and headers into their +appropriate location under \vs9\. For instance, +built DLLs go into \vs9\\bin, built LIBs into +\vs9\\lib and GLib headers into +\vs9\\include\glib-2.0. This is then from where +project files higher in the stack are supposed to look for them, not +from a specific GLib source tree. --Tor Lillqvist diff --git a/build/win32/vs9/glib.vsprops b/build/win32/vs9/glib.vsprops index 75006d4..5a9c092 100644 --- a/build/win32/vs9/glib.vsprops +++ b/build/win32/vs9/glib.vsprops @@ -8,14 +8,14 @@ > + diff --git a/build/win32/vs9/install.vcproj b/build/win32/vs9/install.vcproj index 94c28dc..6f30f58 100644 --- a/build/win32/vs9/install.vcproj +++ b/build/win32/vs9/install.vcproj @@ -22,7 +22,7 @@