diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-03 16:27:42 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-03 16:27:42 +0000 |
commit | 46266dccc05955cad9d7b876b806f1a4e53e87f9 (patch) | |
tree | 13c61d91a114a1693881928c5fd9afaea15429be /solenv/inc/tg_app.mk | |
parent | ce3d5c94984d6fd462f3e3a71cd57cd5dfbc27ae (diff) |
Made static data member automation targets more uniquely named (i.e. now they have $(PRJNAME)$(TARGET) in their name) to avoid collisions and fixed minor bugs in link script and makefile.
Diffstat (limited to 'solenv/inc/tg_app.mk')
-rw-r--r-- | solenv/inc/tg_app.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/tg_app.mk b/solenv/inc/tg_app.mk index f0775662f4ab..82d64ca307ee 100644 --- a/solenv/inc/tg_app.mk +++ b/solenv/inc/tg_app.mk @@ -3,8 +3,8 @@ #* $Workfile: tg_app.mk $ #* #* Ersterstellung XX TT.MM.JJ -#* Letzte Aenderung $Author: pluby $ $Date: 2001-03-02 06:16:03 $ -#* $Revision: 1.18 $ +#* Letzte Aenderung $Author: pluby $ $Date: 2001-03-03 17:27:42 $ +#* $Revision: 1.19 $ #* #* $Logfile: T:/solar/inc/tg_app.mkv $ #* @@ -89,7 +89,7 @@ $(APP$(TNR)TARGETN): $(APP$(TNR)OBJS) $(APP$(TNR)LIBS) \ .IF "$(OS)"=="MACOSX" @echo "------------------------------" @echo "Updating static data member initializations" - @+dmake -f $(SOLARENV)$/$(OUTPATH)$/inc/makefile.mk $(MFLAGS) $(CALLMACROS) "PRJ=$(PRJ)" "PRJNAME=$(PRJNAME)" + @+dmake -f $(SOLARENV)$/$(OUTPATH)$/inc/makefile.mk $(MFLAGS) $(CALLMACROS) "PRJ=$(PRJ)" "PRJNAME=$(PRJNAME)" "TARGET=$(TARGET)" .ENDIF @echo ------------------------------ @echo Making: $@ @@ -108,7 +108,7 @@ $(APP$(TNR)TARGETN): $(APP$(TNR)OBJS) $(APP$(TNR)LIBS) \ .IF "$(PRJNAME)"=="cppuhelper" @echo "------------------------------" @echo "Rerunning static data member initializations" - @+dmake -u -f $(SOLARENV)$/$(OUTPATH)$/inc/makefile.mk $(MFLAGS) $(CALLMACROS) "PRJ=$(PRJ)" "PRJNAME=$(PRJNAME)" + @+dmake -u -f $(SOLARENV)$/$(OUTPATH)$/inc/makefile.mk $(MFLAGS) $(CALLMACROS) "PRJ=$(PRJ)" "PRJNAME=$(PRJNAME)" "TARGET=$(TARGET)" .ENDIF .IF "$(TARGETTYPE)"=="GUI" @echo "Making: $@.app" |