glib/build/win32/vs10
Chun-wei Fan 940b3c2250 Tidy Up the glib MSVC Project
Move the per-source define/undefine cflags into the property sheets, and
apply the cflags for the bundled PCRE sources to the PCRE sources only
2014-01-06 12:21:46 +08:00
..
.gitignore gitignore 2011-12-19 13:38:09 -05:00
gdbus.vcxproj Visual Studio Projects: Use Unix Line Endings 2013-12-27 10:50:35 +08:00
gdbus.vcxproj.filters Visual Studio Projects: Use Unix Line Endings 2013-12-27 10:50:35 +08:00
gio-querymodules.vcxproj Visual Studio Projects: Use Unix Line Endings 2013-12-27 10:50:35 +08:00
gio-querymodules.vcxproj.filters Visual Studio Projects: Use Unix Line Endings 2013-12-27 10:50:35 +08:00
gio.vcxproj.filtersin Visual Studio Projects: Cleanup Property Sheets 2013-12-27 12:25:18 +08:00
gio.vcxprojin Visual Studio Projects: Cleanup Property Sheets 2013-12-27 12:25:18 +08:00
glib-build-defines.props Tidy Up the glib MSVC Project 2014-01-06 12:21:46 +08:00
glib-compile-resources.vcxproj Visual Studio Projects: Use Unix Line Endings 2013-12-27 10:50:35 +08:00
glib-compile-resources.vcxproj.filters Visual Studio Projects: Use Unix Line Endings 2013-12-27 10:50:35 +08:00
glib-compile-schemas.vcxproj Visual Studio Projects: Use Unix Line Endings 2013-12-27 10:50:35 +08:00
glib-compile-schemas.vcxproj.filters Add VS 2010 compilation support for some utilities 2011-04-25 13:32:18 +08:00
glib-gen-srcs.props Visual Studio Projects: Cleanup Property Sheets 2013-12-27 12:25:18 +08:00
glib-genmarshal.vcxproj Visual Studio Projects: Use Unix Line Endings 2013-12-27 10:50:35 +08:00
glib-genmarshal.vcxproj.filters Visual C++ 2010 Project Files 2011-02-22 20:08:36 +08:00
glib-install.props Visual Studio Projects: Cleanup Property Sheets 2013-12-27 12:25:18 +08:00
glib-version-paths.props Visual Studio Projects: Cleanup Property Sheets 2013-12-27 12:25:18 +08:00
glib.sln Drop the testglib MSVC Projects 2014-01-06 11:22:39 +08:00
glib.vcxproj.filtersin Visual Studio Projects: Cleanup Property Sheets 2013-12-27 12:25:18 +08:00
glib.vcxprojin Tidy Up the glib MSVC Project 2014-01-06 12:21:46 +08:00
gmodule.vcxproj Visual Studio Projects: Cleanup Property Sheets 2013-12-27 12:25:18 +08:00
gmodule.vcxproj.filters Visual Studio Projects: Cleanup Property Sheets 2013-12-27 12:25:18 +08:00
gobject.vcxproj.filtersin Bug 688681: Stop using the .def file for GThread Visual C++ builds 2013-01-19 11:58:47 +08:00
gobject.vcxprojin MSVC 2010 Project Files: Split up the Property Sheets 2013-08-21 16:57:11 +08:00
gresource.vcxproj Visual Studio Projects: Use Unix Line Endings 2013-12-27 10:50:35 +08:00
gresource.vcxproj.filters Visual Studio Projects: Use Unix Line Endings 2013-12-27 10:50:35 +08:00
gsettings.vcxproj Visual Studio Projects: Use Unix Line Endings 2013-12-27 10:50:35 +08:00
gsettings.vcxproj.filters Add VS 2010 compilation support for some utilities 2011-04-25 13:32:18 +08:00
gspawn-win32-helper-console.vcxproj Visual Studio Projects: Use Unix Line Endings 2013-12-27 10:50:35 +08:00
gspawn-win32-helper-console.vcxproj.filters Visual C++ 2010 Project Files 2011-02-22 20:08:36 +08:00
gspawn-win32-helper.vcxproj Visual Studio Projects: Use Unix Line Endings 2013-12-27 10:50:35 +08:00
gspawn-win32-helper.vcxproj.filters Visual C++ 2010 Project Files 2011-02-22 20:08:36 +08:00
gthread.vcxproj Visual Studio Projects: Use Unix Line Endings 2013-12-27 10:50:35 +08:00
gthread.vcxproj.filters Bug 688681: Stop using the .def file for GThread Visual C++ builds 2013-01-19 11:58:47 +08:00
install.vcxproj Visual Studio Projects: Cleanup Property Sheets 2013-12-27 12:25:18 +08:00
Makefile.am Drop the testglib MSVC Projects 2014-01-06 11:22:39 +08:00
README.txt msvc_recommended_pragmas.h: Re-enable C4819 warnings 2012-06-20 10:19:14 +08:00

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

Please refer to the following GNOME Live! page for more detailed
instructions on building GLib and its dependencies with Visual C++:

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

This VS10 solution and the projects it includes are intented to be used
in a GLib source tree unpacked from a tarball. In a git checkout you
first need to use some Unix-like environment or run build/win32/setup.py, 
which will do the work for you:

$python build/win32/setup.py --perl path_to_your_perl.exe

for more usage on this script, run
$python build/win32/setup.py -h/--help

The required dependencies are zlib, proxy-libintl and LibFFI. Fetch the latest
proxy-libintl-dev and zlib-dev zipfiles from
http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ for 32-bit
builds, and correspondingly
http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ for 64-bit
builds.

One may wish to build his/her own ZLib-It is recommended that ZLib is
built using the win32/Makefile.msc makefile with VS10 with the ASM routines
to avoid linking problems-see win32/Makefile.msc in ZLib for more details.

For LibFFI, please get version 3.0.10 or later, as Visual C++ build support
was added in the 3.0.10 release series.  Please see the README file that
comes with the LibFFI source package for more details on how to build LibFFI
on Visual C++-please note that the mozilla-build package from Mozilla is needed
in order to build LibFFI on Windows.

One may optionally use his/her own PCRE installation by selecting the
(BuildType)_ExtPCRE configuration, but please note the PCRE must be built
with VS10 with unicode support using the /MD (release) or /MDd (debug)
runtime option which corresponds to your GLib build flavour (release, debug).
(These are the defaults set by CMAKE, which is used in recent versions of PCRE.)
Not doing so will most probably result in unexpected crashes in 
your programs due to the use of different CRTs.  If using a static PCRE
build, add PCRE_STATIC to the "preprocessor definitions".
Note that one may still continue to build with the bundled PCRE by selecting
the (BuildType) configuration.

Set up the source tree as follows under some arbitrary top
folder <root>:

<root>\<this-glib-source-tree>
<root>\vs10\<PlatformName>

*this* file you are now reading is thus located at
<root>\<this-glib-source-tree>\build\win32\vs10\README.

<PlatformName> is either Win32 or x64, as in VS10 project files.

You should unpack the proxy-libintl-dev zip file into
<root>\vs10\<PlatformName>, so that for instance libintl.h end up at
<root>\vs10\<PlatformName>\include\libintl.h.

For LibFFI, one should also put the generated ffi.h and ffitarget.h
into <root>\vs10\<PlatformName>\include\ and the compiled static libffi.lib
(or copy libffi-convenience.lib into libffi.lib) into 
<root>\vs10\<PlatformName>\lib\.

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 GLib headers into
<root>\vs10\<PlatformName>\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.

Note: If you see C4819 warnings and you are compiling GLib on a DBCS
(Chinese/Korean/Japanese) version of Windows, you may need to switch
to an English locale in Control Panel->Region and Languages->System->
Change System Locale, reboot and rebuild to ensure GLib, Pango, GDK-Pixbuf,
ATK and GTK+ is built correctly.  This is due to a bug in Visual C++ running
on DBCS locales.

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