diff options
| -rw-r--r-- | configure.in | 6 | ||||
| -rw-r--r-- | makefiles/makeinclude.mingw | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 17485df08..a31ed17ba 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl -*- sh -*- dnl the "configure" script is made from this by running GNU "autoconf" dnl -dnl "$Id: configure.in,v 1.33.2.31.2.73 2002/06/24 19:49:45 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.74 2002/06/25 13:36:27 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -335,7 +335,7 @@ fi dnl Define OS-specific stuff... HLINKS= -POSTBUILD=true +POSTBUILD=: THREADS= case $uname in @@ -748,5 +748,5 @@ dnl Make sure the fltk-config script is executable... chmod +x fltk-config dnl -dnl End of "$Id: configure.in,v 1.33.2.31.2.73 2002/06/24 19:49:45 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.74 2002/06/25 13:36:27 easysw Exp $". dnl diff --git a/makefiles/makeinclude.mingw b/makefiles/makeinclude.mingw index 805692d15..16df828c5 100644 --- a/makefiles/makeinclude.mingw +++ b/makefiles/makeinclude.mingw @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.mingw,v 1.1.2.3.2.6 2002/05/24 14:50:20 easysw Exp $" +# "$Id: makeinclude.mingw,v 1.1.2.3.2.7 2002/06/25 13:36:27 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @@ -57,7 +57,7 @@ srcdir = . CXX = g++ CC = gcc MAKEDEPEND = $(CXX) -M -POSTBUILD = echo +POSTBUILD = rem # flags for C++ compiler: CFLAGS = -Wall -O2 -DWIN32 @@ -108,5 +108,5 @@ THREADS =threads $(CXX) -I.. $(CXXFLAGS) $< -c # -# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.6 2002/05/24 14:50:20 easysw Exp $". +# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.7 2002/06/25 13:36:27 easysw Exp $". # |
