blob: 30ea1f9f7571a146f10807367ffc5373dc4856ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PROJNAME = iup
LIBNAME = iupluaole3
OPT = YES
USE_LUA = Yes
USE_OPENGL = Yes
SRC = iuplua_olecontrol.c
INCLUDES = ../include
LDIR = ../lib/$(TEC_UNAME)
LIBS = iup iuplua3 iupole
|