aboutsummaryrefslogtreecommitdiff
path: root/src/game/pchlinux.cpp
diff options
context:
space:
mode:
authorclick <none@none>2010-05-18 00:17:14 +0200
committerclick <none@none>2010-05-18 00:17:14 +0200
commitd607693123ce3f128d36f7bfd0bdc6a858ef9305 (patch)
tree8d8068a11fa7383e45517639f2dbc58ec4e7dcf3 /src/game/pchlinux.cpp
parenteba819ae7984edeaeab1e3331884a22481dba52f (diff)
Add proper use of precompiled headers on linux - this removes an approx 50% reduction of total compiletime
--HG-- branch : trunk
Diffstat (limited to 'src/game/pchlinux.cpp')
-rw-r--r--src/game/pchlinux.cpp1
1 files changed, 1 insertions, 0 deletions
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