From f58b1a91b37e5ad758b3d0a3d9be950e8feb5d0c Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 16 Jun 2014 11:39:32 +0000 Subject: Add ability to set custom icons for windows. STR #2816. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10197 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 5f4597bd8..4570df628 100644 --- a/test/Makefile +++ b/test/Makefile @@ -53,6 +53,7 @@ CPPFILES =\ glpuzzle.cxx \ hello.cxx \ help.cxx \ + icon.cxx \ iconize.cxx \ image.cxx \ inactive.cxx \ @@ -121,6 +122,7 @@ ALL = \ forms$(EXEEXT) \ hello$(EXEEXT) \ help$(EXEEXT) \ + icon$(EXEEXT) \ iconize$(EXEEXT) \ image$(EXEEXT) \ inactive$(EXEEXT) \ @@ -355,6 +357,8 @@ help$(EXEEXT): help.o $(IMGLIBNAME) $(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) help.o -o $@ $(LINKFLTKIMG) $(LDLIBS) $(OSX_ONLY) ../fltk-config --post $@ +icon$(EXEEXT): icon.o + iconize$(EXEEXT): iconize.o image$(EXEEXT): image.o -- cgit v1.2.3