22 lines
294 B
Makefile
Executable File
22 lines
294 B
Makefile
Executable File
PROJNAME = iup
|
|
LIBNAME = iupim
|
|
OPT = YES
|
|
|
|
USE_IM = Yes
|
|
|
|
ifdef DBG
|
|
DEFINES += IUP_ASSERT
|
|
endif
|
|
|
|
INCLUDES = ../include ../src
|
|
LDIR = ../lib/$(TEC_UNAME)
|
|
LIBS = iup
|
|
|
|
SRC = iup_im.c
|
|
|
|
ifneq ($(findstring MacOS, $(TEC_UNAME)), )
|
|
ifneq ($(TEC_SYSMINOR), 4)
|
|
BUILD_DYLIB=Yes
|
|
endif
|
|
endif
|