diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-02 14:58:57 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-02 14:58:57 +0000 |
commit | 7bdec5ebea956342916b1311ccaa9192d91eece8 (patch) | |
tree | 561743523070968bc774b870008d3be24bf25c88 /starmath/source/makefile.mk | |
parent | 99ac902c7b1e6054120cb75709da8e619ea28539 (diff) |
INTEGRATION: CWS ivo05 (1.21.58); FILE MERGED
2004/09/21 14:28:47 ihi 1.21.58.1: #i34404# included src files are now merged
Diffstat (limited to 'starmath/source/makefile.mk')
-rw-r--r-- | starmath/source/makefile.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/starmath/source/makefile.mk b/starmath/source/makefile.mk index 3a204900c869..7cda97cceaee 100644 --- a/starmath/source/makefile.mk +++ b/starmath/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: kz $ $Date: 2004-05-19 09:04:13 $ +# last change: $Author: pjunck $ $Date: 2004-11-02 15:58:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -141,6 +141,9 @@ LIB1OBJFILES = \ CDEFS+=-DUSE_POLYGON .ENDIF +LOCALIZE_ME = menu_tmpl.src + + .INCLUDE : target.mk $(INCCOM)$/dllname.hxx: makefile.mk @@ -157,3 +160,6 @@ $(INCCOM)$/dllname.hxx: makefile.mk $(SRS)$/smres.srs: $(SOLARINCDIR)$/svx$/globlmn.hrc + +$(SRS)$/$(SRS2NAME).srs : $(LOCALIZE_ME_DEST) + |