summaryrefslogtreecommitdiff
path: root/automation/util/makefile.mk
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:42:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:42:41 +0000
commitf260173fc3ef7994b96cbffd29b875adf24483a5 (patch)
tree75267af2ed78e33d0a3df7d3e86f620d1c378484 /automation/util/makefile.mk
parent4d48d2d3561ebbab8347107daf5cbef6ac99baae (diff)
INTEGRATION: CWS gh6 (1.9.8); FILE MERGED
2004/05/24 11:58:51 gh 1.9.8.2: had windows specific library also linked for gcc 2004/05/19 14:55:30 gh 1.9.8.1: #i29104#new command to access windows registry from testtool-BASIC
Diffstat (limited to 'automation/util/makefile.mk')
-rw-r--r--automation/util/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/automation/util/makefile.mk b/automation/util/makefile.mk
index a09f4c3b8270..f4295029205e 100644
--- a/automation/util/makefile.mk
+++ b/automation/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: obo $ $Date: 2004-01-20 16:17:45 $
+# last change: $Author: rt $ $Date: 2004-06-17 11:42:41 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -159,7 +159,8 @@ APP1STDLIBS+=$(CPPULIB)
.IF "$(GUI)"=="WNT"
APP1STDLIBS += \
- shell32.lib
+ shell32.lib \
+ advapi32.lib
.ENDIF # "$(GUI)"=="WNT"