0ad/source/pch
Yves fd3d335265 Sacrifices a goat to the gods of insanity.
Fixes random crashes on Windows due to differences of STL types on the
binary level between different static libraries.
The differences are caused by the definition of _HAS_ITERATOR_DEBUGGING
and _SECURE_SCL in lib/precompiled.h.
All our engine static libs use precompiled headers but we didn't use
them for tinygettext because they aren't needed (except for these two
defines).
I've decided to add precompiled headers to tinygettext too instead of
just copying these defines. That should cause less headaches in the
future.

This was SVN commit r14983.
2014-04-24 20:05:48 +00:00
..
atlas Add GPL header 2009-04-18 17:00:33 +00:00
engine Be a bit more robust to build environment changes. 2011-07-15 13:22:48 +00:00
glooxwrapper glooxwrapper by Philip to support building gloox on Windows. 2013-11-07 19:38:09 +00:00
graphics Add GPL header 2009-04-18 17:00:33 +00:00
gui More build fixes for FreeBSD. 2012-01-31 00:06:56 +00:00
lobby Multiplayer lobby based on the XmPP protocol. Special thanks to Philip, alpha123, scythetwirler, and anyone else who has helped build, debug or test the lobby. 2013-11-07 20:07:24 +00:00
lowlevel Add GPL header 2009-04-18 17:00:33 +00:00
network # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
scriptinterface # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
simulation2 # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
test Add GPL header 2009-04-18 17:00:33 +00:00
tinygettext Sacrifices a goat to the gods of insanity. 2014-04-24 20:05:48 +00:00