diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-07 13:19:22 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-07 13:19:22 +0000 |
| commit | b40f5fb69e109257fb2ae5658d6e6e25e5880fb5 (patch) | |
| tree | 423bf759e4d8949a18c99b64e983081b5b454c56 /fltk-config.in | |
| parent | 5c8ccb8289297c67f45f6751c4403ae8979788ec (diff) | |
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
Diffstat (limited to 'fltk-config.in')
| -rwxr-xr-x | fltk-config.in | 8 |
1 files changed, 4 insertions, 4 deletions
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 $". # |
