summaryrefslogtreecommitdiff
path: root/iup/srcole/config.mak
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2010-06-15 00:59:57 -0700
committerPixel <pixel@nobis-crew.org>2010-06-15 00:59:57 -0700
commiteed0eb6a476d54ce19aeff137984aa981d9e3976 (patch)
tree807891636efd2f87dcbd261e971216269973ae07 /iup/srcole/config.mak
parentccc8261e4d48de89da4ddfe7b55e378ae0cd6f47 (diff)
Upgrading to iup 3.1
Diffstat (limited to 'iup/srcole/config.mak')
-rwxr-xr-xiup/srcole/config.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/iup/srcole/config.mak b/iup/srcole/config.mak
index af0ef50..b1f223e 100755
--- a/iup/srcole/config.mak
+++ b/iup/srcole/config.mak
@@ -15,3 +15,8 @@ SRC = iup_olecontrol.cpp \
tOleHandler.cpp \
tOleInPlaceFrame.cpp \
tOleInPlaceSite.cpp
+
+
+ifneq ($(findstring cygw, $(TEC_UNAME)), )
+ LIBS += uuid ole32 gdi32 oleaut32
+endif