diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-11-18 18:37:55 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-11-18 18:37:55 +0100 |
| commit | efe3ea711529c1eef820fb598de313e97da65c72 (patch) | |
| tree | 9844bef6f867a0fdf36e1348e438e4d7841580a7 /test/Makefile | |
| parent | d446059766f9560a34735cd04beac319d1fb0858 (diff) | |
Add Fl_Grid based dialog demo program
This is a new test program for Fl_Grid based layout and a proof of
concept for a future dialog class based on Fl_Grid.
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 2646ab188..af1cdf717 100644 --- a/test/Makefile +++ b/test/Makefile @@ -78,6 +78,7 @@ CPPFILES =\ glut_test.cxx \ grid_alignment \ grid_buttons \ + grid_dialog \ grid_login \ hello.cxx \ help_dialog.cxx \ @@ -168,6 +169,7 @@ ALL = \ forms$(EXEEXT) \ grid_alignment$(EXEEXT) \ grid_buttons$(EXEEXT) \ + grid_dialog$(EXEEXT) \ grid_login$(EXEEXT) \ hello$(EXEEXT) \ help_dialog$(EXEEXT) \ @@ -452,6 +454,8 @@ grid_alignment$(EXEEXT): grid_alignment.o grid_buttons$(EXEEXT): grid_buttons.o +grid_dialog$(EXEEXT): grid_dialog.o + grid_login$(EXEEXT): grid_login.o hello$(EXEEXT): hello.o |
