summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-11-27 05:15:47 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-11-27 05:15:47 +0000
commitf9f2de35726988a6fd9d3b226dc683c394c1d65c (patch)
tree054094fa077dba15d389e69427c1866c670de245 /test/Makefile
parent0ca7b126e76c1fe88a55ffaff7b68fd941eb0530 (diff)
Fix a resize issue with X11.
Add missing Id keywords to input_choice. Add sudoku to demo program. Add on-line help to sudoku game, and put all of the cells in the main window so that the keyboard navigation is sane. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4659 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index e31c8d45a..bfd08215b 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -335,8 +335,9 @@ subwindow$(EXEEXT): subwindow.o
sudoku$(EXEEXT): sudoku.o
echo Linking $@...
- $(CXX) -I.. $(CXXFLAGS) sudoku.o -o $@ $(LINKFLTK) $(LDLIBS)
+ $(CXX) -I.. $(CXXFLAGS) sudoku.o -o $@ $(LINKFLTKIMG) $(LDLIBS)
$(CP) sudoku$(EXEEXT) sudoku.app/Contents/MacOS
+ $(POSTBUILD) $@ ../FL/mac.r
symbols$(EXEEXT): symbols.o