blob: 319568a8243adbdf6b5e62cf71142a9c60b730a9 (
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
|
APPNAME = simple
#SRC = simple.c simple_led.c iupmain.c
SRC = teste.cpp
#DBG = Yes
USE_CD=Yes
USE_IUP=Yes
simple_led.c: simple.led
ledc -f simple_loadled -o simple_led.c simple.led
USE_STATIC = Yes
#IUP = ../../../iup
#CD = ../..
USE_IM = Yes
#ifneq ($(findstring Win, $(TEC_SYSNAME)), )
# LIBS = cdpdflib cdgdiplus gdiplus
#else
# SLIB = $(CD)/lib/$(TEC_UNAME)/libcdpdflib.a $(CD)/lib/$(TEC_UNAME)/libcdxrender.a
# LIBS = Xrender Xft
#endif
|