summaryrefslogtreecommitdiff
path: root/im/src/imlua5.mak
blob: 554b7010e8e7a614e384fe338638018a503f375d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PROJNAME = im
LIBNAME = imlua51

OPT = YES

LOHDIR = lua5/loh
SRC = lua5/imlua.c lua5/imlua_aux.c lua5/imlua_convert.c lua5/imlua_file.c lua5/imlua_image.c lua5/imlua_palette.c lua5/imlua_util.c
DEF_FILE = lua5/imlua.def

SRCLUA = lua5/im_image.lua lua5/im_convert.lua
SRCLUADIR = lua5

INCLUDES = lua5

USE_IM = YES
USE_LUA51 = YES
NO_LUALINK = Yes
IM = ..