Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
scuri committed Oct 19, 2012
1 parent 76dcb50 commit dc06817
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions 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

0 comments on commit dc06817

Please sign in to comment.