diff options
author | Brian Paul <[email protected]> | 2003-12-15 16:14:55 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-12-15 16:14:55 +0000 |
commit | b3b725b1e6044d29fb5f484979766d1ef8a7fa9f (patch) | |
tree | 89b271c27a71618e92bbade62b35956e22d76ee7 /src/glut | |
parent | f80220d05015c851879f4b347021f98c1690f93b (diff) |
Assorted mklib tweaks.
Added Intel icc support to mklib.
Diffstat (limited to 'src/glut')
-rw-r--r-- | src/glut/glx/Makefile.X11 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/glx/Makefile.X11 b/src/glut/glx/Makefile.X11 index 0ef132d451c..89b920bea9e 100644 --- a/src/glut/glx/Makefile.X11 +++ b/src/glut/glx/Makefile.X11 @@ -103,7 +103,7 @@ targets: $(LIBDIR)/$(GLUT_LIB) $(LIBDIR)/$(GLUT_LIB): $(OBJECTS) $(TOP)/bin/mklib -o glut -major $(GLUT_MAJOR) -minor $(GLUT_MINOR) \ -patch $(GLUT_TINY) $(GLUT_LIB_DEPS) -install $(LIBDIR) \ - $(OBJECTS) + $(MKLIB_OPTIONS) $(OBJECTS) include $(TOP)/Make-config |