diff options
-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 |