From d607693123ce3f128d36f7bfd0bdc6a858ef9305 Mon Sep 17 00:00:00 2001 From: click Date: Tue, 18 May 2010 00:17:14 +0200 Subject: Add proper use of precompiled headers on linux - this removes an approx 50% reduction of total compiletime --HG-- branch : trunk --- src/game/pchlinux.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/game/pchlinux.cpp (limited to 'src/game/pchlinux.cpp') diff --git a/src/game/pchlinux.cpp b/src/game/pchlinux.cpp new file mode 100644 index 00000000000..e588392689e --- /dev/null +++ b/src/game/pchlinux.cpp @@ -0,0 +1 @@ +#include "pchdef.h" \ No newline at end of file -- cgit v1.2.3