gtk2/build/win32
Chun-wei Fan 48c93fb347 MSVC 2008 Builds: Speed Up Release Builds
Use the /MP compiler option, where the build time for release builds can
be cut down by quite a bit.  This will however cause a brief warning with
debug builds due to the use of /Gm, but the code will otherwise build
normally.  Unlike the Visual Studio 2010+ builds, we can't use /d2Zi+ as
Visual Studio 2008 does not support that, so we can't get a better
debugging experience for release builds here.
2015-03-03 18:40:32 +08:00
..
crypt Fix typo in Makefile.am 2013-07-01 15:00:19 +02:00
vs9 MSVC 2008 Builds: Speed Up Release Builds 2015-03-03 18:40:32 +08:00
vs10 MSVC Builds: Update icon-browser Projects 2015-03-03 14:08:51 +08:00
vs11 MSVC Builds: Rename "install" Projects 2015-02-04 13:06:16 +08:00
vs12 MSVC Builds: Rename "install" Projects 2015-02-04 13:06:16 +08:00
Makefile.am MSVC Builds: Add Script to Generate gtk-win32.rc 2014-08-04 13:34:15 +08:00
process-in-win32.py MSVC Builds: Apply Visual Style for Win32 Print Dialog 2014-08-07 23:02:13 +08:00