diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 12 | ||||
| -rw-r--r-- | test/fractals.cxx | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/test/Makefile b/test/Makefile index 84b4b554f..2d59fc5e6 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.19.2.7.2.12 2001/11/24 18:07:57 easysw Exp $" +# "$Id: Makefile,v 1.19.2.7.2.13 2001/11/29 21:24:49 easysw Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # @@ -158,10 +158,10 @@ gldemos: $(GLALL) echo Generating $<... ../fluid/fluid -c $< -.fl$(EXEEXT): - echo Generating, compiling, and linking $@... - ../fluid/fluid -c $< - $(CXX) -I.. $(CXXFLAGS) $@.cxx $(LINKFLTK) $(LDLIBS) -o $@ +#.fl$(EXEEXT): +# echo Generating, compiling, and linking $@... +# ../fluid/fluid -c $< +# $(CXX) -I.. $(CXXFLAGS) $@.cxx $(LINKFLTK) $(LDLIBS) -o $@ $(ALL): ../lib/$(LIBNAME) @@ -236,5 +236,5 @@ uninstall: @echo Nothing to uninstall in test directory. # -# End of "$Id: Makefile,v 1.19.2.7.2.12 2001/11/24 18:07:57 easysw Exp $". +# End of "$Id: Makefile,v 1.19.2.7.2.13 2001/11/29 21:24:49 easysw Exp $". # diff --git a/test/fractals.cxx b/test/fractals.cxx index bbe87ea34..a351eb1e5 100644 --- a/test/fractals.cxx +++ b/test/fractals.cxx @@ -1,5 +1,5 @@ // -// "$Id: fractals.cxx,v 1.5.2.6 2001/04/30 17:17:01 easysw Exp $" +// "$Id: fractals.cxx,v 1.5.2.6.2.1 2001/11/29 21:24:49 easysw Exp $" // // Fractal drawing demo for the Fast Light Tool Kit (FLTK). // @@ -32,7 +32,7 @@ #include <FL/Fl.H> #include <FL/fl_message.H> int main(int, char**) { - fl_alert("This demo does not work without GL and GLU"); + fl_alert("This demo does not work without GL and GLU (%d)"); return 1; } #else @@ -806,5 +806,5 @@ int main(int argc, char** argv) #endif // -// End of "$Id: fractals.cxx,v 1.5.2.6 2001/04/30 17:17:01 easysw Exp $". +// End of "$Id: fractals.cxx,v 1.5.2.6.2.1 2001/11/29 21:24:49 easysw Exp $". // |
