diff options
author | Brian Paul <[email protected]> | 2004-03-26 23:57:32 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-03-26 23:57:32 +0000 |
commit | 1c8e825c2a926c65d0728f7884d61b0ba38e57a6 (patch) | |
tree | fe6246342f5ae68103a8be2194eaf87773cfdf54 /configs/irix6-n32 | |
parent | 79b372b92a42aeee11f0500fefe8fc92126e39e3 (diff) |
added GLW_SOURCES for IRIX
Diffstat (limited to 'configs/irix6-n32')
-rw-r--r-- | configs/irix6-n32 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/irix6-n32 b/configs/irix6-n32 index e0a8d917a7f..5af15f51a89 100644 --- a/configs/irix6-n32 +++ b/configs/irix6-n32 @@ -11,6 +11,8 @@ CFLAGS = -n32 -mips3 -O3 -ansi -woff 1174,1521,1552 -DUSE_XSHM CXXFLAGS = -n32 -mips3 -O3 -ansi -woff 1174,1552 MKLIB_OPTIONS = -archopt n32 +GLW_SOURCES = GLwDrawA.c GLwMDrawA.c + LIB_DIR = $(TOP)/lib32 APP_LIB_DEPS = -L$(LIB_DIR) -n32 -rpath $(LIB_DIR) -lglut -lGLU -lGL -lX11 -lXmu -lXi -lfpe -lm |