diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-03-28 15:30:43 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-03-28 15:30:43 +0000 |
commit | c2027ceceedc30a951dc912bc4d400aeed6f88b7 (patch) | |
tree | a70a25aa695397629efb1ee0fde00c32546d3c54 /sd/sdi/makefile.mk | |
parent | a20581424b2fe72b5049687d6000b12bd2e94818 (diff) |
#98396#: new slot export
Diffstat (limited to 'sd/sdi/makefile.mk')
-rw-r--r-- | sd/sdi/makefile.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sd/sdi/makefile.mk b/sd/sdi/makefile.mk index 56665e2a31dd..fc2aa3295291 100644 --- a/sd/sdi/makefile.mk +++ b/sd/sdi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:48:29 $ +# last change: $Author: mba $ $Date: 2002-03-28 16:29:03 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,8 +65,8 @@ PRJ=.. PRJNAME=sd TARGET=sdslots TARGET2=sdgslots -SDI1EXPORT=sdnew -SDI2EXPORT=sdnew +SDI1EXPORT=sdraw +SDI2EXPORT=sdraw SVSDIINC=$(PRJ)$/source$/ui$/inc # --- Settings ----------------------------------------------------- @@ -85,7 +85,6 @@ SIDHRCNAME=SDSLOTS.HRC SVSDI1DEPEND= \ $(SOLARINCXDIR)$/ofa.ilb \ sdraw.sdi \ - sdnew.sdi \ app.sdi \ _docsh.sdi \ docshell.sdi \ @@ -102,7 +101,6 @@ SVSDI1DEPEND= \ SVSDI2DEPEND= \ $(SOLARINCXDIR)$/ofa.ilb \ sdraw.sdi \ - sdnew.sdi \ app.sdi \ _docsh.sdi \ grdocsh.sdi \ |