diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-03-28 14:23:24 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-03-28 14:23:24 +0000 |
commit | 6184460c9813daa8ea9da7f41020e43fcd139cfd (patch) | |
tree | 61c1ca20c6a77275879e916650c410e0d562f295 /tools/win | |
parent | 6397cb8d60227a26e71799be2319ab9a2e6ee07a (diff) |
use delimiter var
Diffstat (limited to 'tools/win')
-rw-r--r-- | tools/win/source/dll/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/win/source/dll/makefile.mk b/tools/win/source/dll/makefile.mk index 287d051e738b..66d7ffb16bc7 100644 --- a/tools/win/source/dll/makefile.mk +++ b/tools/win/source/dll/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: th $ $Date: 2001-07-06 13:58:07 $ +# last change: $Author: hjs $ $Date: 2002-03-28 15:23:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,7 +60,7 @@ # #************************************************************************* -PRJ=..\..\.. +PRJ=..$/..$/.. PRJNAME=TOOLS TARGET=dll |