diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-08-16 12:08:41 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-08-16 12:08:41 +0000 |
commit | 914e154325ebb61a7a907a0d671ae4bf824e1e1e (patch) | |
tree | 8e36849a8da8239eed62539e56d9a10507a12f72 /basctl/source | |
parent | 069effa41a8a720996e35c1fcefafc814acf74e1 (diff) |
#100157# corrected library name
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/makefile.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/basctl/source/basicide/makefile.mk b/basctl/source/basicide/makefile.mk index 4836483a3e8b..5fef99316612 100644 --- a/basctl/source/basicide/makefile.mk +++ b/basctl/source/basicide/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: hjs $ $Date: 2002-08-16 10:25:52 $ +# last change: $Author: hjs $ $Date: 2002-08-16 13:08:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -143,11 +143,15 @@ ALL: \ ALLTAR $(INCCOM)$/dllname.hxx: makefile.mk -.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" +.IF "$(GUI)"=="UNX" $(RM) $@ echo \#define DLL_NAME \"libbasctl$(UPD)$(DLLPOSTFIX)$(DLLPOST)\" >$@ .ELSE +.IF "$(USE_SHELL)"!="4nt" + echo \#define DLL_NAME "basctl$(UPD)$(DLLPOSTFIX)$(DLLPOST)" >$@ +.ELSE # "$(USE_SHELL)"!="4nt" echo #define DLL_NAME "basctl$(UPD)$(DLLPOSTFIX)$(DLLPOST)" >$@ +.ENDIF # "$(USE_SHELL)"!="4nt" .ENDIF .ENDIF |