Added POSTBUILD changes for fltk-config.in which I forgot earlier

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5730 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2007-03-06 19:13:54 +00:00
parent 11a15d83a2
commit 5add80de70

View File

@ -271,6 +271,11 @@ if test -n "$compile"; then
$CXX $ARCHFLAGS $includes $CXXFLAGS $debug -o $prog $compile $LDSTATIC
fi
if test -n "$post" -a "$POSTBUILD" != ":"; then
echo $POSTBUILD $post $includedir/FL/mac.r
$POSTBUILD $post $includedir/FL/mac.r
fi
if test "$echo_cflags" = "yes"; then
echo $includes $CFLAGS
fi