summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-05-24 08:16:49 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-05-24 08:16:49 +0000
commit4921e88fcdd864472ea68a1aa782e838107e6e29 (patch)
treea8210baabb6ac46ee279a6898b81c053b690030f /basctl
parent01c8a432345f1ad9e7dde1e7440e575a051440a4 (diff)
win/tcsh
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/makefile.mk16
1 files changed, 3 insertions, 13 deletions
diff --git a/basctl/source/basicide/makefile.mk b/basctl/source/basicide/makefile.mk
index 0f3f4b055a31..594f61876ca1 100644
--- a/basctl/source/basicide/makefile.mk
+++ b/basctl/source/basicide/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: tbe $ $Date: 2001-11-02 13:45:10 $
+# last change: $Author: hjs $ $Date: 2002-05-24 09:16:49 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,9 +71,7 @@ PROJECTPCHSOURCE=ide_pch
# --- Settings -----------------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk
.IF "$(basicdebug)" != "" || "$(BASICDEBUG)" != ""
@@ -145,20 +143,12 @@ ALL: \
ALLTAR
$(INCCOM)$/dllname.hxx: makefile.mk
-.IF "$(GUI)"=="OS2"
- echo #define DLL_NAME "basctl$(UPD)$(DLLPOSTFIX)" >$@
-.ELSE
-.IF "$(GUI)"=="MAC"
- echo "$(HASHMARK)define DLL_NAME "basctl$(UPD)$(DLLPOSTFIX).dll"" > $@
-.ELSE
-.IF "$(GUI)"=="UNX"
+.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
$(RM) $@
echo #define DLL_NAME \"libbasctl$(UPD)$(DLLPOSTFIX)$(DLLPOST)\" >$@
.ELSE
echo #define DLL_NAME "basctl$(UPD)$(DLLPOSTFIX)$(DLLPOST)" >$@
.ENDIF
-.ENDIF
-.ENDIF
.ENDIF
.INCLUDE : target.mk