From aea80f7bb6237c43106f4448c38224e2611f260b Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 26 Oct 2010 02:32:02 +0000 Subject: Added example howto for making a button with text over an image. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7740 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- examples/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 82f737e6e..b7756a599 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -2,6 +2,7 @@ include ../makeinclude ALL = howto-add_fd-and-popen$(EXEEXT) \ howto-parse-args$(EXEEXT) \ + howto-text-over-image-button$(EXEEXT) \ tabs-simple$(EXEEXT) \ tree-simple$(EXEEXT) \ wizard-simple$(EXEEXT) @@ -9,9 +10,6 @@ ALL = howto-add_fd-and-popen$(EXEEXT) \ # default target -- build everything default: $(ALL) -tabs-simple$(EXEEXT): tabs-simple.cxx - fltk-config --compile tabs-simple.cxx - # clean everything clean: $(RM) $(ALL) -- cgit v1.2.3