From 81a86449ef362989eaf086344971e52a68d95973 Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 22 Oct 2008 00:04:15 +0000 Subject: [PATCH] Might as well make it generate -TFTE if its not going to work in DP anyway. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3048 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- quakec/csqctest/src/cs/system.qc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quakec/csqctest/src/cs/system.qc b/quakec/csqctest/src/cs/system.qc index 520d20644..fdcbe2fa4 100644 --- a/quakec/csqctest/src/cs/system.qc +++ b/quakec/csqctest/src/cs/system.qc @@ -15,6 +15,10 @@ #define CSQC 1 #endif +#ifndef WORKINDP +#pragma TARGET FTE +#endif + /* ==============================================================================