diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-12 10:11:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-12 10:11:49 +0000 |
commit | 284597025ba381052d9acf8e82f6b3669da17523 (patch) | |
tree | 2a20c546b853db99bb0aad27b0a0cc23bc3a1ab9 /starmath/util/makefile.mk | |
parent | 630f9c2d03dfbc6544717e2448ecae8b7eaf5891 (diff) |
INTEGRATION: CWS os65 (1.15.64); FILE MERGED
2005/06/29 11:53:32 tl 1.15.64.1: #i46175# added check for MathType version
Diffstat (limited to 'starmath/util/makefile.mk')
-rw-r--r-- | starmath/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/starmath/util/makefile.mk b/starmath/util/makefile.mk index 5482403ba255..3e64df7ac036 100644 --- a/starmath/util/makefile.mk +++ b/starmath/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: kz $ $Date: 2005-01-18 15:40:03 $ +# last change: $Author: kz $ $Date: 2005-07-12 11:11:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -124,7 +124,8 @@ SHL2STDLIBS= \ SHL2DEPN= makefile.mk SHL2VERSIONMAP= smd.map SHL2OBJS= $(SLO)$/smdetect.obj \ - $(SLO)$/detreg.obj + $(SLO)$/detreg.obj \ + $(SLO)$/eqnolefilehdr.obj SHL1DEPN= makefile.mk SHL1LIBS= $(SLB)$/starmath.lib |