diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2003-09-19 07:54:10 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2003-09-19 07:54:10 +0000 |
commit | 38d329f01fe6e6d45a3a28685f61252041d43695 (patch) | |
tree | 688048519868ffd20cf5eda30e102729b188376c /starmath/util | |
parent | 495f53c8b40170a05ff95e8573131fba599c6cab (diff) |
INTEGRATION: CWS fwkq1 (1.10.26); FILE MERGED
2003/09/12 15:43:35 mba 1.10.26.2: #112213#: check readonly state of Medium
2003/07/15 06:27:02 mba 1.10.26.1: #110843#: get rid of factories
Diffstat (limited to 'starmath/util')
-rw-r--r-- | starmath/util/makefile.mk | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/starmath/util/makefile.mk b/starmath/util/makefile.mk index 7e97a0aa01db..1e1e9e6e0f36 100644 --- a/starmath/util/makefile.mk +++ b/starmath/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: vg $ $Date: 2003-04-24 12:59:36 $ +# last change: $Author: rt $ $Date: 2003-09-19 08:54:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -106,6 +106,28 @@ SHL1STDLIBS= \ $(CPPULIB) \ $(SALLIB) +SHL2TARGET= smd$(UPD)$(DLLPOSTFIX) +SHL2IMPLIB= smdimp +SHL2VERSIONMAP= sm.map +SHL2DEF=$(MISC)$/$(SHL2TARGET).def +DEF2NAME= $(SHL2TARGET) + +SHL2STDLIBS= \ + $(SFX2LIB) \ + $(SVTOOLLIB) \ + $(SVLLIB) \ + $(VCLLIB) \ + $(TOOLSLIB) \ + $(UCBHELPERLIB) \ + $(CPPUHELPERLIB) \ + $(CPPULIB) \ + $(SALLIB) + +SHL2DEPN= makefile.mk +SHL2VERSIONMAP= smd.map +SHL2OBJS= $(SLO)$/smdetect.obj \ + $(SLO)$/detreg.obj + SHL1DEPN= makefile.mk SHL1LIBS= $(SLB)$/starmath.lib |