diff options
author | Thomas Benisch <tbe@openoffice.org> | 2003-09-23 09:02:53 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2003-09-23 09:02:53 +0000 |
commit | 523b47bc025a024fb4f1216ae32c98c84b62e009 (patch) | |
tree | 9f6786a8025e4e94aa46190381d3c603bbcb11e2 /scripting/source/basprov | |
parent | 199c22cd25ce79f35694b4b0a0de882d1f92115d (diff) |
#i18767# added baslibnode.obj, basmodnode.obj, basmethnode.obj
Diffstat (limited to 'scripting/source/basprov')
-rw-r--r-- | scripting/source/basprov/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/scripting/source/basprov/makefile.mk b/scripting/source/basprov/makefile.mk index 5082dbbad71f..6233768078a6 100644 --- a/scripting/source/basprov/makefile.mk +++ b/scripting/source/basprov/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: tbe $ $Date: 2003-09-16 15:23:32 $ +# last change: $Author: tbe $ $Date: 2003-09-23 10:02:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,7 +82,10 @@ DLLPRE = SLOFILES= \ $(SLO)$/basprov.obj \ - $(SLO)$/basscript.obj + $(SLO)$/basscript.obj \ + $(SLO)$/baslibnode.obj \ + $(SLO)$/basmodnode.obj \ + $(SLO)$/basmethnode.obj SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX).uno SHL1IMPLIB= i$(TARGET) |