From 333b5268c3d8a956e3dd8e8085a090b333417853 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 21 Apr 2015 12:44:46 +0000 Subject: Add FLTK version test program examples/fltk-versions.cxx. This program can be used to verify that the FLTK runtime system (ABI version) is binary compatible with the compiled and linked program. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10712 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- examples/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index def7376c9..3572f953b 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -6,6 +6,7 @@ SHELL = /bin/sh # Executables ALL = clipboard$(EXEEXT) \ + fltk-versions$(EXEEXT) \ howto-add_fd-and-popen$(EXEEXT) \ howto-browser-with-icons$(EXEEXT) \ howto-drag-and-drop$(EXEEXT) \ -- cgit v1.2.3