diff options
| author | Pierre Ossman <ossman@cendio.se> | 2014-06-16 11:39:32 +0000 |
|---|---|---|
| committer | Pierre Ossman <ossman@cendio.se> | 2014-06-16 11:39:32 +0000 |
| commit | f58b1a91b37e5ad758b3d0a3d9be950e8feb5d0c (patch) | |
| tree | ca7ebd90423d4d9267da62703e282f79a9793131 /test/Makefile | |
| parent | 332dc1b7acfedbf80b71cc6f538a14f24d435df3 (diff) | |
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
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
