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