iup-stack/iup/srcledc/config.mak

17 lines
232 B
Makefile
Executable File

PROJNAME = iup
APPNAME = ledc
APPTYPE = console
OPT = YES
INCLUDES = .
SRC = lex.yy.c y.tab.c ledc.c
ifeq ($(TEC_UNAME), vc8)
ifdef DBG
#debug info not working for vc8 linker
define DBG
endef
endif
endif