summaryrefslogtreecommitdiff
path: root/test/im_view.mak
blob: 6d4e8f724448e20dc7b372a2969e97ff006bfc87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
APPNAME = im_view

LINKER = g++

SRC = im_view.c

USE_CD = Yes
USE_IUPCONTROLS = Yes
USE_IUP = Yes
USE_IM = Yes

IM = ..
IMINC := $(IM)/include
IMLIB := $(IM)/lib/$(TEC_UNAME)

USE_STATIC = Yes