mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Added ICC-Linux PCH support in Premake. (It's much more like the MSVC approach than the GCC one.)
Passed --have-std to CxxTest so it always adds the same code before including precompiled.h, so that the PCH is usable. This was SVN commit r4736.
This commit is contained in:
@@ -1 +1,8 @@
|
||||
// Got to be consistent with what the rest of the source files do before
|
||||
// including precompiled.h, so that the PCH works correctly
|
||||
#ifndef CXXTEST_RUNNING
|
||||
#define CXXTEST_RUNNING
|
||||
#endif
|
||||
#define _CXXTEST_HAVE_STD
|
||||
|
||||
#include "precompiled.h"
|
||||
|
||||
Reference in New Issue
Block a user