From dc06817c5dc15b5e2d77ea626247d1cb3ae8e225 Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 19 Oct 2012 02:25:04 +0000 Subject: [PATCH] *** empty log message *** --- test/simple.mak | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 test/simple.mak diff --git a/test/simple.mak b/test/simple.mak new file mode 100644 index 00000000..3a71b9ec --- /dev/null +++ b/test/simple.mak @@ -0,0 +1,24 @@ +PROJNAME = iup +APPNAME = iupsimple +APPTYPE = CONSOLE + +ifdef GTK_DEFAULT + ifdef USE_MOTIF + # Build Motif version in Linux and BSD + APPNAME := $(APPNAME)mot + endif +else + ifdef USE_GTK + # Build GTK version in IRIX,SunOS,AIX,Win32 + APPNAME := $(APPNAME)gtk + endif +endif + +INCLUDES = ../include + +USE_IUP3 = Yes +USE_STATIC = Yes +IUP = .. + +#USE_CD = Yes +SRC += sample.c