diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/game/q_shared.h | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -187,7 +187,7 @@ makedirs: ctags: cd src - ctags -f tags -R * + ctags -f src/tags -R * cd .. # --object lists for each build type-- diff --git a/src/game/q_shared.h b/src/game/q_shared.h index 5b74cc67..4ff5fa52 100644 --- a/src/game/q_shared.h +++ b/src/game/q_shared.h @@ -68,9 +68,9 @@ #ifdef Q3_VM -#ifdef __linux__ -#undef __linux__ -#endif +//#ifdef __linux__ +//#undef __linux__ +//#endif #include "bg_lib.h" |