diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:22:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:22:03 +0000 |
commit | eefd943c8b06a15fb88217a5d1c78cc7ff2c6beb (patch) | |
tree | d9c044db40c8ef4312237dfed5c2aca844b7e1af /sfx2/sdi | |
parent | 034f06990053d54568026d0953b13d97d2852d94 (diff) |
INTEGRATION: CWS vq32 (1.7.32); FILE MERGED
2006/05/20 15:44:40 vq 1.7.32.1: #i65415# Use SDI1XXXXX instead of SDIXXXXX.
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/sdi/makefile.mk b/sfx2/sdi/makefile.mk index ad4e7c23aad6..8dfc611cc312 100644 --- a/sfx2/sdi/makefile.mk +++ b/sfx2/sdi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2006-05-02 16:10:01 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:22:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,13 +43,13 @@ TARGET=sfxslots .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/util$/makefile.pmk -SDINAME=$(TARGET) -SDIEXPORT=sfx -SIDHRCNAME=sfx.hrc +SDI1NAME=$(TARGET) +SDI1EXPORT=sfx +#SIDHRCNAME=sfx.hrc unused??? # --- Files -------------------------------------------------------- -SVSDIDEPEND= \ +SVSDI1DEPEND= \ $(PRJ)$/inc$/sfxsids.hrc \ sfx.sdi \ appslots.sdi \ |