diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:23:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:23:04 +0000 |
commit | 740a2537e9a668b34875e4f722b03088e6ad74f0 (patch) | |
tree | 1e624d7dcdd16bc090b4db00f367153f38310566 /basctl | |
parent | f26a9d34739d11875fb2345463ba92d1f2acbf3b (diff) |
INTEGRATION: CWS vq32 (1.5.80); FILE MERGED
2006/05/20 21:42:08 vq 1.5.80.1: #i65415# Use SDI1xxxx instead of SDIxxxx.
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/sdi/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/basctl/sdi/makefile.mk b/basctl/sdi/makefile.mk index 01213d565..06f034a8e 100644 --- a/basctl/sdi/makefile.mk +++ b/basctl/sdi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-07 19:53:10 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:23:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,12 +43,12 @@ TARGET=basslots .INCLUDE : settings.mk -SDINAME=$(TARGET) -SDIEXPORT=basctl +SDI1NAME=$(TARGET) +SDI1EXPORT=basctl # --- Files -------------------------------------------------------- -SVSDIDEPEND= \ +SVSDI1DEPEND= \ $(SOLARINCXDIR)$/svxslots.ilb \ baside.sdi |