From b40f5fb69e109257fb2ae5658d6e6e25e5880fb5 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 7 Oct 2002 13:19:22 +0000 Subject: Documentation updates. Bump version to 1.1.1. Fix "no change" button in FLUID. Set dirty flag when changing nodes in Fl_Preferences. Add the extra include dir options when doing "fltk-config --compile foo.cxx". git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2659 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fltk-config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fltk-config.in') diff --git a/fltk-config.in b/fltk-config.in index f36d2c6fc..45abf7151 100755 --- a/fltk-config.in +++ b/fltk-config.in @@ -1,6 +1,6 @@ #! /bin/sh # -# "$Id: fltk-config.in,v 1.12.2.14 2002/07/14 17:03:30 easysw Exp $" +# "$Id: fltk-config.in,v 1.12.2.15 2002/10/07 13:19:21 easysw Exp $" # # FLTK configuration utility. # @@ -242,8 +242,8 @@ if test -n "$compile"; then post=$prog - echo $CXX $CXXFLAGS $debug -o $prog $compile $LDSTATIC - $CXX $CXXFLAGS $debug -o $prog $compile $LDSTATIC + echo $CXX $includes $CXXFLAGS $debug -o $prog $compile $LDSTATIC + $CXX $includes $CXXFLAGS $debug -o $prog $compile $LDSTATIC fi if test -n "$post" -a "$POSTBUILD" != ":"; then @@ -292,5 +292,5 @@ if test "$echo_libs" = "yes"; then fi # -# End of "$Id: fltk-config.in,v 1.12.2.14 2002/07/14 17:03:30 easysw Exp $". +# End of "$Id: fltk-config.in,v 1.12.2.15 2002/10/07 13:19:21 easysw Exp $". # -- cgit v1.2.3