From 09244b7f1de9b0eb85744ead94b41326956bcb97 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 24 Jan 2011 00:10:19 +0800 Subject: [PATCH] Update Visual C++ 2008 Project Files Stuff -Updated README.txt file in build/win32/vs9. -Fix the gdk.vcprojin and gtk+.vsprops regarding include paths and copying of headers (missed header etc.) --- build/win32/vs9/README.txt | 11 ++++++----- build/win32/vs9/gdk.vcprojin | 2 +- build/win32/vs9/gtk+.vsprops | 3 ++- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt index 82783d330f..7802ab10e2 100644 --- a/build/win32/vs9/README.txt +++ b/build/win32/vs9/README.txt @@ -6,17 +6,18 @@ first need to use some Unix-like environment or manual work to expand the files needed, like config.h.win32.in into config.h.win32 and the .vcprojin files here into corresponding actual .vcproj files. -You will need the parts from below in the GTK+ stack: pango, atk and -glib. External dependencies are at least zlib, libpng, proxy-libintl, -fontconfig, freetype, expat. See the corresponding README.txt file in -glib for details where to unpack them. +You will need the parts from below in the GTK+ stack: gdk-pixbuf, pango, +atk and glib. External dependencies are at least zlib, libpng, +proxy-libintl, fontconfig, freetype, expat. See the corresponding +README.txt file in glib for details where to unpack them. 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 GTK+ headers into -\vs9\\include\gtk-2.0. This is then from where +\vs9\\include\gtk-3.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 +--Updated by Chun-wei Fan diff --git a/build/win32/vs9/gdk.vcprojin b/build/win32/vs9/gdk.vcprojin index 9722543185..d7bafa2f60 100644 --- a/build/win32/vs9/gdk.vcprojin +++ b/build/win32/vs9/gdk.vcprojin @@ -31,7 +31,7 @@