From bd433afef712ac9c734949667503f1795eb361c8 Mon Sep 17 00:00:00 2001 From: tma Date: Sat, 22 Sep 2007 20:32:11 +0000 Subject: * Move the conditional compilation of bg_lib.c from the Makefile to cpp in order to force dependency generation on bg_lib.* * Make testing USE_ defines more consistent git-svn-id: svn://svn.icculus.org/quake3/trunk@1186 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/q_shared.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'code/qcommon') diff --git a/code/qcommon/q_shared.h b/code/qcommon/q_shared.h index 559f99f..9959f27 100644 --- a/code/qcommon/q_shared.h +++ b/code/qcommon/q_shared.h @@ -92,11 +92,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA **********************************************************************/ -#ifdef Q3_VM - #include "../game/bg_lib.h" -#else +#ifndef Q3_VM #include #include -- cgit v1.2.3