diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:15:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:15:17 +0000 |
commit | 76e8054952130dd039e4595ece059a16fb78454a (patch) | |
tree | fe883af1543ecb9833f6608b24e7fd53b8da9242 /sc/sdi | |
parent | 8d0618480d193e6683709ab693ea4bcdb0e6cc53 (diff) |
INTEGRATION: CWS vq32 (1.8.192); FILE MERGED
2006/05/20 21:45:57 vq 1.8.192.1: #i65415# Use SDI1xxxx instead of SDIxxxx.
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/sdi/makefile.mk b/sc/sdi/makefile.mk index c591398c282a..d0944acc9576 100644 --- a/sc/sdi/makefile.mk +++ b/sc/sdi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2005-09-08 18:12:29 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:15:17 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -48,11 +48,11 @@ SVSDIINC=$(PRJ)$/source$/ui$/inc # --- Files -------------------------------------------------------- -SDINAME=$(TARGET) -SIDHRCNAME=SCSLOTS.HRC -SDIEXPORT=scalc +SDI1NAME=$(TARGET) +#SIDHRCNAME=SCSLOTS.HRC +SDI1EXPORT=scalc -SVSDIDEPEND= \ +SVSDI1DEPEND= \ scalc.sdi \ app.sdi \ auditsh.sdi \ |