diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-03-06 08:39:55 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-03-06 08:39:55 +0000 |
commit | 6542f97fd8bd4298b9e1ca14e79bb333b1ad3282 (patch) | |
tree | c08c282bc5b259252a6db5aa5d1b0821b459a4fd /xmlscript/test | |
parent | 8bd2ff4d71f3a03093e0d77490fd3ccb5e86ee2c (diff) |
use import lib macro
Diffstat (limited to 'xmlscript/test')
-rw-r--r-- | xmlscript/test/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/test/makefile.mk b/xmlscript/test/makefile.mk index 3368730ebf3f..00efcebf8cbd 100644 --- a/xmlscript/test/makefile.mk +++ b/xmlscript/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: dbo $ $Date: 2001-02-21 20:49:29 $ +# last change: $Author: dbo $ $Date: 2001-03-06 09:39:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,7 +92,7 @@ APP1STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) \ $(SALLIB) \ - ixcr$(UPD)$(DLLPOSTFIX).lib + $(XMLSCRIPTLIB) APP1DEF= $(MISC)$/imexp.def |