diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2002-05-01 15:55:07 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2002-05-01 15:55:07 +0000 |
| commit | f060b88fe68ea1e6567bdb15db83dbcd0c85e7d1 (patch) | |
| tree | 715afa7f5d65bcb4f0f73eec2abe54deb9b0d73d /test/Makefile | |
| parent | a368380f805de085523a1cc719f1e21e1a596ffd (diff) | |
Added preferences.fl, removed preferences.cxx and .h
Updated VisualC project to handle .fl files and fluid dependencies
Updated test/Makefile (someone please test it...)
Removed all CRs :-)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2162 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 14cc56193..44d305271 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.19.2.7.2.34 2002/04/29 21:04:12 easysw Exp $" +# "$Id: Makefile,v 1.19.2.7.2.35 2002/05/01 15:55:06 matthiaswm Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # @@ -305,6 +305,7 @@ pixmap_browser$(EXEEXT): pixmap_browser.o $(POSTBUILD) $@ ../FL/mac.r preferences$(EXEEXT): preferences.o +preferences.cxx: preferences.fl radio$(EXEEXT): radio.o radio.cxx: radio.fl @@ -380,5 +381,5 @@ shape$(EXEEXT): shape.o # -# End of "$Id: Makefile,v 1.19.2.7.2.34 2002/04/29 21:04:12 easysw Exp $". +# End of "$Id: Makefile,v 1.19.2.7.2.35 2002/05/01 15:55:06 matthiaswm Exp $". # |
