CWS-TOOLING: integrate CWS l10nframework01

This commit is contained in:
Ivo Hinkelmann 2009-09-16 11:45:54 +00:00
parent 236fe0666b
commit c552e9a4f4
2 changed files with 7 additions and 3 deletions

View file

@ -41,7 +41,7 @@ SVSDIINC=$(PRJ)$/source$/ui$/inc
# --- Files --------------------------------------------------------
.IF "$(L10N_framework)"==""
SDI1NAME=$(TARGET)
#SIDHRCNAME=SCSLOTS.HRC
SDI1EXPORT=scalc
@ -67,6 +67,7 @@ SVSDI1DEPEND= \
pgbrksh.sdi \
scslots.hrc \
$(INC)$/sc.hrc
.ENDIF
# --- Targets -------------------------------------------------------

View file

@ -45,7 +45,7 @@ DLLPRE =
dummy:
@echo "not building vba..."
.ENDIF
.IF "$(L10N_framework)"==""
INCPRE=$(INCCOM)$/$(TARGET)
# ------------------------------------------------------------------
@ -135,11 +135,13 @@ SLOFILES= \
$(SLO)$/vbaspinbutton.obj \
$(SLO)$/vbaimage.obj \
$(SLO)$/service.obj
.ENDIF
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.IF "$(L10N_framework)"==""
ALLTAR : \
$(MISC)$/$(TARGET).don \
@ -149,3 +151,4 @@ $(MISC)$/$(TARGET).don : $(SOLARBINDIR)$/oovbaapi.rdb
+$(CPPUMAKER) -O$(INCCOM)$/$(TARGET) -BUCR $(SOLARBINDIR)$/oovbaapi.rdb -X$(SOLARBINDIR)$/types.rdb && echo > $@
echo $@
.ENDIF