diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-12-15 16:14:55 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-12-15 16:14:55 +0000 |
commit | b3b725b1e6044d29fb5f484979766d1ef8a7fa9f (patch) | |
tree | 89b271c27a71618e92bbade62b35956e22d76ee7 /src/glw | |
parent | f80220d05015c851879f4b347021f98c1690f93b (diff) |
Assorted mklib tweaks.
Added Intel icc support to mklib.
Diffstat (limited to 'src/glw')
-rw-r--r-- | src/glw/Makefile.X11 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glw/Makefile.X11 b/src/glw/Makefile.X11 index 888aebd52c..b38ef50d4c 100644 --- a/src/glw/Makefile.X11 +++ b/src/glw/Makefile.X11 @@ -46,7 +46,8 @@ targets: $(LIBDIR)/$(GLW_LIB) message # Make the library $(LIBDIR)/$(GLW_LIB): $(OBJECTS) $(TOP)/bin/mklib -o GLw -major $(MAJOR) -minor $(MINOR) \ - -patch $(TINY) $(GLW_LIB_DEPS) -install $(LIBDIR) $(OBJECTS) + -patch $(TINY) $(GLW_LIB_DEPS) -install $(LIBDIR) \ + $(MKLIB_OPTIONS) $(OBJECTS) message: |