blob: 16b7876fa84e0b7b6c3c15eb6f44bbd4dffe6aa2 (
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
25
26
27
28
|
PROJNAME = cd
LIBNAME = cdluacontextplus
OPT = YES
DEFINES = CD_NO_OLD_INTERFACE
SRCDIR = lua5
SRC = cdluacontextplus5.c
DEF_FILE = cdluacontextplus5.def
ifeq ($(findstring Win, $(TEC_SYSNAME)), )
# Check for XRender availability if NOT Windows
CHECK_XRENDER = Yes
endif
LIBS = cdcontextplus
ifdef USE_LUA52
LIBNAME := $(LIBNAME)52
else
USE_LUA51 = Yes
LIBNAME := $(LIBNAME)51
endif
NO_LUALINK = Yes
USE_CD = YES
USE_CDLUA = YES
CD = ..
|