summaryrefslogtreecommitdiff
path: root/src/imlua_avi.mak
blob: e870be5de4f513e2cca3ec64b798802325d4e141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PROJNAME = im
LIBNAME = imlua_avi
DEF_FILE = imlua_avi.def

OPT = YES

SRCDIR = lua5

SRC = imlua_avi.c

LIBS = im_avi

INCLUDES = lua5

ifdef USE_LUA52
  LIBNAME := $(LIBNAME)52
else
  USE_LUA51 = Yes
  LIBNAME := $(LIBNAME)51
endif

USE_IMLUA = Yes
NO_LUALINK = Yes
IM = ..