diff options
author | Stephan Schäfer <ssa@openoffice.org> | 2001-05-11 15:37:03 +0000 |
---|---|---|
committer | Stephan Schäfer <ssa@openoffice.org> | 2001-05-11 15:37:03 +0000 |
commit | bacd7a12e8b5bcb66630ff0bcc1d5d86f4dfffa0 (patch) | |
tree | 5313517b38d8e54f7f3159320277611e42c33f21 /sfx2/util | |
parent | 9be078c09a6de1e040fac7e7af74f85b8f98a25a (diff) |
added shell32.lib
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index 63ca7673d94c..d12798af11f0 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: mba $ $Date: 2001-05-04 08:19:03 $ +# last change: $Author: ssa $ $Date: 2001-05-11 16:37:03 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -173,7 +173,8 @@ SHL1STDLIBS+=\ .IF "$(GUI)"=="WNT" SHL1STDLIBS+=\ - advapi32.lib + advapi32.lib \ + shell32.lib .ENDIF |