diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-29 21:04:13 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-29 21:04:13 +0000 |
| commit | 80c5b70c439e0135adc890e5bd4fe88e365cfa29 (patch) | |
| tree | b7a57d9e09a0bdbf50265662ffc73aeaa5ae57a8 /test/Makefile | |
| parent | bc0389efbca1f11671f944549df18f243e8b53a0 (diff) | |
Add preferences demo.
Change all reference to matthiasmm.com to fltk.org.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2137 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index ac110f549..14cc56193 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.19.2.7.2.33 2002/04/29 14:32:13 easysw Exp $" +# "$Id: Makefile,v 1.19.2.7.2.34 2002/04/29 21:04:12 easysw Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # @@ -74,6 +74,7 @@ CPPFILES =\ pack.cxx \ pixmap_browser.cxx \ pixmap.cxx \ + preferences.cxx \ radio.cxx \ resizebox.cxx \ resize.cxx \ @@ -130,6 +131,7 @@ ALL = \ pack$(EXEEXT) \ pixmap$(EXEEXT) \ pixmap_browser$(EXEEXT) \ + preferences$(EXEEXT) \ radio$(EXEEXT) \ resize$(EXEEXT) \ resizebox$(EXEEXT) \ @@ -302,6 +304,8 @@ pixmap_browser$(EXEEXT): pixmap_browser.o $(CXX) -I.. $(CXXFLAGS) pixmap_browser.o -o $@ $(LINKFLTK) $(IMAGELIBS) $(LDLIBS) $(POSTBUILD) $@ ../FL/mac.r +preferences$(EXEEXT): preferences.o + radio$(EXEEXT): radio.o radio.cxx: radio.fl @@ -376,5 +380,5 @@ shape$(EXEEXT): shape.o # -# End of "$Id: Makefile,v 1.19.2.7.2.33 2002/04/29 14:32:13 easysw Exp $". +# End of "$Id: Makefile,v 1.19.2.7.2.34 2002/04/29 21:04:12 easysw Exp $". # |
