summaryrefslogtreecommitdiff
path: root/automation/util
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-20 15:17:45 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-20 15:17:45 +0000
commit3228bd79de2dabcd5ae510f6256bc1e274f67d65 (patch)
tree4d9741af28bd412580ddba68970e3b46a62eff50 /automation/util
parent03ff731b3ac2f1d805c2432c937b41c0800a509b (diff)
INTEGRATION: CWS networker2 (1.8.12); FILE MERGED
2003/12/19 10:14:48 gh 1.8.12.1: #i22604#add new command GetCommonApplicationPath
Diffstat (limited to 'automation/util')
-rw-r--r--automation/util/makefile.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/automation/util/makefile.mk b/automation/util/makefile.mk
index 0dad8f61d338..a09f4c3b8270 100644
--- a/automation/util/makefile.mk
+++ b/automation/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: hr $ $Date: 2003-09-29 14:38:57 $
+# last change: $Author: obo $ $Date: 2004-01-20 16:17:45 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -157,6 +157,12 @@ APP1STDLIBS+=$(CPPULIB)
APP1STDLIBS+=$(CPPULIB)
.ENDIF
+.IF "$(GUI)"=="WNT"
+APP1STDLIBS += \
+ shell32.lib
+.ENDIF # "$(GUI)"=="WNT"
+
+
.IF "$(OS)" == "SOLARIS"
APP1STDLIBS+= -lXm