blob: 3d65c48139cdff95a98ee6766534935d65fc33f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PROJNAME = iup
LIBNAME = iupluagl3
OPT = YES
USE_LUA = Yes
USE_OPENGL = Yes
SRC = iuplua_glcanvas.c
INCLUDES = ../include
LDIR = ../lib/$(TEC_UNAME)
LIBS = iup iuplua3 iupgl
|