summaryrefslogtreecommitdiff
path: root/test/fractals.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-11-29 21:24:49 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-11-29 21:24:49 +0000
commitbc925b34c3ffcc8559b26667d4a73698229d8a28 (patch)
tree99a5c98e00a70d3cbf30a356a749bc1852c676ce /test/fractals.cxx
parent02d869450d28233e9509cdc1c8034cc5e8712ef1 (diff)
Tweek makeinclude.in so that we build from .o files instead of .cxx -> .exe
Same for .fl -> .exe in test/Makefile. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1788 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/fractals.cxx')
-rw-r--r--test/fractals.cxx6
1 files changed, 3 insertions, 3 deletions
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 $".
//