From f260173fc3ef7994b96cbffd29b875adf24483a5 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 17 Jun 2004 10:42:41 +0000 Subject: 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 --- automation/util/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'automation/util/makefile.mk') 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" -- cgit v1.2.3