diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-08-09 17:58:57 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-08-09 17:58:57 +0000 |
commit | 32e8cc3fde141afb755f24b50b9e49e4d275edf3 (patch) | |
tree | 5cee514deef17f6d3f7d3c33d4cef79a1bf07fde /shell | |
parent | 37ea92f4552b9f44aedb37f7dcd7b9f54209f4b8 (diff) |
#100000# keep it shell independent
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/win32/makefile.mk b/shell/source/win32/makefile.mk index 5bb1c3c40802..03170b44c4a3 100644 --- a/shell/source/win32/makefile.mk +++ b/shell/source/win32/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: tra $ $Date: 2001-05-07 14:43:08 $ +# last change: $Author: hjs $ $Date: 2002-08-09 18:58:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,7 +86,7 @@ SHL1STDLIBS=$(CPPULIB)\ $(SALLIB)\ shell32.lib -SHL1LIBS=$(SOLARLIBDIR)\shell9x.lib +SHL1LIBS=$(SOLARLIBDIR)$/shell9x.lib SHL1DEPN= SHL1IMPLIB=i$(SHL1TARGET) |