Index: makefile.mk =================================================================== RCS file: /cvs/graphics/sd/sdi/makefile.mk,v retrieving revision 1.3 diff -u -r1.3 makefile.mk --- makefile.mk 25 Aug 2003 15:13:57 -0000 1.3 +++ makefile.mk 22 Oct 2003 14:20:11 -0000 @@ -64,9 +64,7 @@ PRJNAME=sd TARGET=sdslots -TARGET2=sdgslots -SDI1EXPORT=sdraw -SDI2EXPORT=sdraw +SDIEXPORT=sdraw SVSDIINC=$(PRJ)$/source$/ui$/inc # --- Settings ----------------------------------------------------- @@ -76,11 +74,10 @@ # --- Files -------------------------------------------------------- -SDI1NAME=$(TARGET) -SDI2NAME=$(TARGET2) +SDINAME=$(TARGET) SIDHRCNAME=SDSLOTS.HRC -SVSDI1DEPEND= \ +SVSDIDEPEND= \ $(SOLARINCXDIR)$/ofa.ilb \ sdraw.sdi \ app.sdi \ @@ -91,22 +88,6 @@ drgrfob.sdi \ _drvwsh.sdi \ drviewsh.sdi \ - outlnvsh.sdi \ - slidvish.sdi \ - sdslots.hrc \ - $(PRJ)$/inc$/app.hrc - -SVSDI2DEPEND= \ - $(SOLARINCXDIR)$/ofa.ilb \ - sdraw.sdi \ - app.sdi \ - _docsh.sdi \ - grdocsh.sdi \ - drtxtob.sdi \ - drbezob.sdi \ - drgrfob.sdi \ - _drvwsh.sdi \ - grviewsh.sdi \ outlnvsh.sdi \ slidvish.sdi \ sdslots.hrc \