iup-stack/cd/src/cdim.mak

19 lines
230 B
Makefile
Raw Normal View History

2023-02-20 16:44:45 +00:00
PROJNAME = cd
LIBNAME = cdim
OPT = YES
SRC = drv/cdim.c
INCLUDES = .
USE_IM = YES
USE_CD = YES
CD = ..
DEPENDDIR = dep
ifneq ($(findstring MacOS, $(TEC_UNAME)), )
ifneq ($(TEC_SYSMINOR), 4)
BUILD_DYLIB=Yes
endif
endif