summaryrefslogtreecommitdiff
path: root/iup/srcgl/config.mak
blob: 49599a585cc9cb830815d62f6a07c9c6464b6b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PROJNAME = iup
LIBNAME  = iupgl
OPT = YES

ifdef DBG
  DEFINES += IUP_ASSERT
endif  

INCLUDES = ../include ../src
LDIR = ../lib/$(TEC_UNAME)  
LIBS = iup

USE_OPENGL = Yes

ifneq ($(findstring Win, $(TEC_SYSNAME)), )
  SRC = iup_glcanvas_win.c
else
  SRC = iup_glcanvas_x.c
  USE_X11 = Yes
endif