gtk2/build/win32/vs10
Chun-wei Fan ee2dc51d7a Update Demos Visual Studio Projects
Improve optimization, by re-enabling WholeProgramOptimization but changing
the linker optimization to not drop items that are not referenced in code
(such as compiled gresource sources that are not directly referenced in
code, as they are still needed for the demos to run properly).
2013-09-26 19:53:41 +08:00
..
broadwayd.vcxproj Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
broadwayd.vcxproj.filters Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gailutil.vcxproj Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gailutil.vcxproj.filters Added VS projects for a11y and libgail-util 2011-07-14 11:53:36 +08:00
gdk-broadway.vcxproj Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gdk-broadway.vcxproj.filters Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gdk-win32.vcxproj Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gdk-win32.vcxproj.filters Update gdk-win32 Visual C++ projects 2012-04-06 00:24:34 +08:00
gdk.vcxproj.filtersin Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gdk.vcxprojin MSVC Builds: Fix Build of Introspection Files 2013-08-28 14:27:02 +08:00
gengir.vcxproj Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gtk3-demo-application.vcxproj Update Demos Visual Studio Projects 2013-09-26 19:53:41 +08:00
gtk3-demo-application.vcxproj.filters Add Visual Studio project for gtk3-demo-application 2013-02-22 13:09:50 +08:00
gtk3-demo.vcxproj Update Demos Visual Studio Projects 2013-09-26 19:53:41 +08:00
gtk3-demo.vcxproj.filters Update gtk3-demo Visual C++ Projects 2013-07-19 18:32:38 +08:00
gtk-build-defines.props Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gtk-copy-gdk-broadway.props MSVC Builds: Fix Build of Introspection Files 2013-08-28 14:27:02 +08:00
gtk-gengir.props MSVC Builds: Fix gengir Projects 2013-09-10 15:51:55 +08:00
gtk-ignore-broadway.props Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gtk-install-bin.props Update Visual Studio Property Sheets 2013-08-15 21:45:27 +08:00
gtk-install-headers-data.props MSVC Builds: "Install" gtklistboxrowaccessible.h 2013-09-22 22:10:28 +08:00
gtk-version-paths.props Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gtk.vcxproj.filtersin Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gtk.vcxprojin Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gtk+.sln Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gtka11y.vcxproj.filtersin Redo Completion of Visual Studio projects for gtka11y 2013-02-21 15:48:04 +08:00
gtka11y.vcxprojin Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gtkprebuild-broadway.props Add Visual Studio 2010 Build Support for Broadway 2013-08-02 17:05:57 +08:00
gtkprebuild.props Clean up Property Sheets a bit 2013-08-15 21:48:22 +08:00
install.vcxproj Visual C++ Builds: Fix "install" Projects 2013-09-05 14:33:22 +08:00
Makefile.am MSVC Builds: Fix Build of Introspection Files 2013-08-28 14:27:02 +08:00
README.txt Update README.win32 and Visual C++ Readme.txt's 2011-08-31 14:28:47 +08:00

Please do not compile this package (GTK+) in paths that contain
spaces in them-as strange problems may occur during compilation or during
the use of the library.

A more detailed outline for instructions on building the GTK+ with Visual
C++ can be found in the following GNOME Live! page:

https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack

This VS10 solution and the projects it includes are intented to be used
in a GTK+ source tree unpacked from a tarball. In a git checkout you
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
.vcxprojin and .vcxproj.filtersin files here into corresponding actual
.vcxproj and vcxproj.filters files.

You will need the parts from below in the GTK+ stack: GDK-Pixbuf, Pango,
ATK and GLib.  External dependencies are at least Cairo
(with Cairo-GObject support, meaning Cairo 1.10.x or later), zlib, libpng,
gettext-runtime, fontconfig*, freetype*, expat*.  See the 
build/win32/vs10/README.txt file in glib for details where to unpack them.

It is recommended that one builds the dependencies with VS10 as far as
possible, especially those from and using the GTK+ stack (i.e. GLib,
Cairo, ATK, Pango, GDK-Pixbuf), so that crashes caused by mixing calls
to different CRTs can be kept at a minimum.

zlib, libpng, and Cairo do contain support for compiling under VS10
using VS project files and/or makefiles at this time of writing, For the
GTK+ stack, VS10 project files are either available under
$(srcroot)/build/vs10 in the case of GLib (stable/unstable), ATK
(stable/unstable) and GDK-Pixbuf (unstable), and should be in the next
unstable version of Pango.  There is no known official VS10 build
support for fontconfig (along with freetype and expat) and
gettext-runtime, so please use the binaries from: 

ftp://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ (32 bit)
ftp://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ (64 bit)

Unzip the binaries obtained from ftp.gnome.org in <root>\vs10\<PlatformName>,
and build the following, if not already done so: 

Note: put the resulting zlib, libpng, pcre and Cairo files as follows:
 .dll files: <root>\vs10\<PlatformName>\bin
 .lib files: <root>\vs10\<PlatformName>\lib
 .h files: <root>\vs10\<PlatformName>\include

The recommended build order for these dependencies:
(first unzip any dependent binaries downloaded from the ftp.gnome.org
 as described in the README.txt file in the build/win32/vs10 folder)
-zlib
-libpng
-(for GDK-Pixbuf, if not using GDI+) IJG JPEG
-(for GDK-Pixbuf, if not using GDI+) libtiff
 [libtiff requires zlib and IJG JPEG]
-(for GDK-Pixbuf, if not using GDI+) jasper [jpeg-2000 library]
-(optional for GLib) PCRE (version 8.12 or later, use of CMake to
  build PCRE is recommended-see build/win32/vs10/README.txt of GLib)
-GLib **
-Cairo (inclusive of Cairo-GObject)
-ATK**
-Pango**
-GDK-Pixbuf**
(note the last 3 dependencies are not interdependent, so the last 3
 dependencies can be built in any order)

The "install" project will copy build results and headers into their
appropriate location under <root>\vs10\<PlatformName>. For instance,
built DLLs go into <root>\vs10\<PlatformName>\bin, built LIBs into
<root>\vs10\<PlatformName>\lib and GTK+ headers into
<root>\vs10\<PlatformName>\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.

*About the dependencies marked with *: These dependencies are optional
 as those are not compulsory components for building and running GTK+
 itself, but note that they are needed for people running and building
 GIMP or those who need complex script support via fontconfig.  They
 are referred to by components in Cairo and Pango mainly.
 Decide whether you need fontconfig support prior to building Cairo
 and Pango.

**:Put the sources of the packages marked with ** in <root>\<package-
    source-tree>, and build with VS10 from there.

--Tor Lillqvist <tml@iki.fi>
--Updated by Chun-wei Fan <fanc999@yahoo.com.tw>