summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-03-05 00:53:40 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-03-05 00:53:40 +0000
commit3f401f4477249c4ae4d02e232f6389ae51def1d3 (patch)
tree8d1ef90a3df5f2923d0008589ed62537c32dad97 /test/Makefile
parent79c64c461d890206f3ea54e1982fce3f4d7401f3 (diff)
Add Ian's offscreen test program.
Same commit as branch-1.3, svn r11287. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11288 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 1e3699b57..e179a5714 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -70,6 +70,7 @@ CPPFILES =\
minimum.cxx \
native-filechooser.cxx \
navigation.cxx \
+ offscreen.cxx \
output.cxx \
overlay.cxx \
pack.cxx \
@@ -142,6 +143,7 @@ ALL = \
minimum$(EXEEXT) \
native-filechooser$(EXEEXT) \
navigation$(EXEEXT) \
+ offscreen$(EXEEXT) \
output$(EXEEXT) \
overlay$(EXEEXT) \
pack$(EXEEXT) \
@@ -415,6 +417,8 @@ native-filechooser$(EXEEXT): native-filechooser.o $(IMGLIBNAME)
navigation$(EXEEXT): navigation.o
+offscreen$(EXEEXT): offscreen.o
+
output$(EXEEXT): output.o $(FLLIBNAME)
echo Linking $@...
$(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ output.o $(LINKFLTKFORMS) $(LDLIBS)