summaryrefslogtreecommitdiff
path: root/src/imlua3.mak
blob: 2515aea20c9db41d717ebb712cd548eabd48df3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PROJNAME = im
LIBNAME = imlua3
OPT = YES

SRC = im_lua3.c

USE_LUA = Yes
#Do NOT use USE_CD because we use no CD functions, only headers are used.
INCLUDES = $(CD)/include

USE_IM = Yes
IM = ..

ifneq ($(findstring MacOS, $(TEC_UNAME)), )
  ifneq ($(TEC_SYSMINOR), 4)
    BUILD_DYLIB=Yes
  endif
endif