diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-08-23 08:10:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-08-23 08:10:56 +0000 |
commit | 08a50e5b9ad82942282ca7ecc7817a7695b10b88 (patch) | |
tree | 3bb21028ad8e2a5182f53fe2525bffa26d7e4dc2 /cli_ure | |
parent | 7407324431fbe1aa6b8bddbcf42605cab852c6ad (diff) |
#i33271#
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/native/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cli_ure/source/native/makefile.mk b/cli_ure/source/native/makefile.mk index d5cbb663a2fd..7ba42f8964ac 100644 --- a/cli_ure/source/native/makefile.mk +++ b/cli_ure/source/native/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2004-07-12 13:05:40 $ +# last change: $Author: vg $ $Date: 2004-08-23 09:10:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -141,7 +141,8 @@ SHL1STDLIBS = \ $(SALLIB) \ delayimp.lib \ advapi32.lib \ - mscoree.lib + mscoree.lib \ + Advapi32.lib SHL1VERSIONMAP = msvc.map |