aboutsummaryrefslogtreecommitdiffstats
path: root/code/tools/asm
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-10-07 01:03:49 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-10-07 01:03:49 +0000
commitaae027c11a995a15038b6410eb85ea6ccc6508f5 (patch)
treeac3ad3c636e4b0258528bd016b76d0865ba643b0 /code/tools/asm
parent29d686a3c6474c3ef17169319a169fd741fb66fb (diff)
downloadioquake3-aero-aae027c11a995a15038b6410eb85ea6ccc6508f5.tar.gz
ioquake3-aero-aae027c11a995a15038b6410eb85ea6ccc6508f5.zip
* Patch from Andreas Kohn to fix q3asm build on FreeBSD
* Removal of SYSTEM variable from the lcc makefile due to problems with FreeBSD git-svn-id: svn://svn.icculus.org/quake3/trunk@147 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/tools/asm')
-rw-r--r--code/tools/asm/cmdlib.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/code/tools/asm/cmdlib.c b/code/tools/asm/cmdlib.c
index f3d8554..3f1ea3b 100644
--- a/code/tools/asm/cmdlib.c
+++ b/code/tools/asm/cmdlib.c
@@ -28,14 +28,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#ifdef WIN32
#include <direct.h>
#include <windows.h>
-#endif
-
-#ifdef __linux
-#include <unistd.h>
-#endif
-
-#ifdef NeXT
+#elif defined(NeXT)
#include <libc.h>
+#else
+#include <unistd.h>
#endif
#define BASEDIRNAME "quake" // assumed to have a 2 or 3 following