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

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

SRC = iup_olecontrol.cpp \
			tLegacy.cpp \
			tAmbientProperties.cpp \
			tDispatch.cpp \
			tOleClientSite.cpp \
			tOleControlSite.cpp \
			tOleHandler.cpp \
			tOleInPlaceFrame.cpp \
			tOleInPlaceSite.cpp


ifneq ($(findstring cygw, $(TEC_UNAME)), )
  LIBS += uuid ole32 gdi32 oleaut32
endif