From 00ef77c2676606e5e215a369163aa01babb827da Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 11 Aug 2001 16:09:26 +0000 Subject: Add new widgets to FLUID. Add on-line help to FLUID. Change ALT shortcuts to CTRL shortcuts. Update config script to set documentation directory in config.h. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1572 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'fluid/Makefile') diff --git a/fluid/Makefile b/fluid/Makefile index 4025dc366..88dbd5de4 100644 --- a/fluid/Makefile +++ b/fluid/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.10.2.6.2.2 2001/08/02 18:08:36 easysw Exp $" +# "$Id: Makefile,v 1.10.2.6.2.3 2001/08/11 16:09:26 easysw Exp $" # # Fluid makefile for the Fast Light Tool Kit (FLTK). # @@ -51,7 +51,8 @@ include ../makeinclude $(PROGRAM) : $(OBJECTS) ../lib/$(LIBNAME) echo Linking $@... - $(CXX) $(LDFLAGS) -o $(PROGRAM) $(OBJECTS) $(LINKFLTK) $(LDLIBS) + $(CXX) $(LDFLAGS) -o $(PROGRAM) $(OBJECTS) $(LINKFLTK) $(LDLIBS) \ + $(IMAGELIBS) clean : -@ rm -f *.o $(PROGRAM) $(CLEAN) core *~ makedepend @@ -85,5 +86,5 @@ rebuild: ./fluid -c widget_panel.fl # -# End of "$Id: Makefile,v 1.10.2.6.2.2 2001/08/02 18:08:36 easysw Exp $". +# End of "$Id: Makefile,v 1.10.2.6.2.3 2001/08/11 16:09:26 easysw Exp $". # -- cgit v1.2.3