gtk2/build/win32
Chun-wei Fan de16a4e07c MSVC release builds: Ensure that /LTCG is used
MSVC 2015 changed its default link-time code generation setting to
/LTCG:incremental, which causes problems if /opt:noref is to be used,
meaning that some code will be optimized out by the linker.

Avoid this situtation here by enforcing the use of /LTCG for MSVC 2010+
builds.
2015-10-23 10:33:41 +08:00
..
crypt Fix typo in Makefile.am 2013-07-01 15:00:19 +02:00
vs9 MSVC builds: Fix "install" 2015-10-12 23:22:35 +08:00
vs10 MSVC release builds: Ensure that /LTCG is used 2015-10-23 10:33:41 +08:00
vs11 MSVC Builds: "Add" Visual Studio 2015 Projects 2015-09-15 19:59:14 +08:00
vs12 MSVC Builds: "Add" Visual Studio 2015 Projects 2015-09-15 19:59:14 +08:00
vs14 MSVC Builds: "Add" Visual Studio 2015 Projects 2015-09-15 19:59:14 +08:00
Makefile.am MSVC Builds: "Add" Visual Studio 2015 Projects 2015-09-15 19:59:14 +08:00
process-in-win32.py MSVC Builds: Apply Visual Style for Win32 Print Dialog 2014-08-07 23:02:13 +08:00