Compile fixes for IRIX, submitted by Randall Hopper.

This commit is contained in:
Robert Osfield
2002-04-15 21:48:43 +00:00
parent 5a0f8118b7
commit 9fd7c528f4
13 changed files with 22 additions and 36 deletions

View File

@@ -117,9 +117,9 @@ ifeq ($(OS),IRIX)
C++ = CC
DEPFLAGS = -M
INC +=
INC += -I/usr/local/include
DEF += -LANG:std -OPT:Olimit=0 \
-DEBUG:wof=1682 -DEBUG:woff=3303\
-DEBUG:woff=1682 -DEBUG:woff=3303\
-MDupdate $(MAKEDEPEND)
OPTF = -O2
DBGF = -g
@@ -130,7 +130,7 @@ ifeq ($(ARCH),64)
else
ARCHARGS = -n32
endif
LINKARGS = -LANG:std -OPT:Olimit=0
LINKARGS = -LANG:std -OPT:Olimit=0 -L/usr/local/lib32 -rpath /usr/local/lib32
DYNAMICLIBRARYLIB = -ldl
OSG_LIBS = -losgGLUT -losgDB -losgUtil -losg
FREETYPE_LIB = -lfreetype