From e8fe89ba18149b3e322c7d1497da7eb1656d6c84 Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 21 Oct 2005 23:42:57 +0000 Subject: [PATCH] This is a cheap way to get the mingl target compiling again. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1529 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/bothdefs.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engine/common/bothdefs.h b/engine/common/bothdefs.h index adc746304..318c4a9fb 100644 --- a/engine/common/bothdefs.h +++ b/engine/common/bothdefs.h @@ -193,6 +193,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #undef Q2SERVER #undef Q3SERVER #undef WEBSERVER + + //this is regretable, but the csqc/ssqc needs a cleanup to move common builtins to a common c file. + #undef CSQC_DAT + #undef MENU_DAT #endif //remove any options that depend upon GL.