diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-07-13 14:36:24 +0200 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-07-13 14:36:24 +0200 |
commit | c6cfddced2a774dd34d0cf265ed0fcb4baeb19d7 (patch) | |
tree | fd4fddc6f38e9de412c95391a7f3eeb6616b553c /starmath/util | |
parent | a8f8b4275e3a0d7c16293bad74351d7890046f70 (diff) | |
parent | 5c62576e5d8af7379a57b45392d3c51c0bcd0fcc (diff) |
CWS gnumake2: resync to DEV300_m84
Diffstat (limited to 'starmath/util')
-rw-r--r-- | starmath/util/makefile.mk | 6 | ||||
-rw-r--r-- | starmath/util/sm.map | 8 | ||||
-rw-r--r-- | starmath/util/smd.map | 8 |
3 files changed, 3 insertions, 19 deletions
diff --git a/starmath/util/makefile.mk b/starmath/util/makefile.mk index dd8e59be3cde..9f803a2d0555 100644 --- a/starmath/util/makefile.mk +++ b/starmath/util/makefile.mk @@ -47,7 +47,7 @@ RESLIB1SRSFILES=\ SHL1TARGET= sm$(DLLPOSTFIX) SHL1IMPLIB= smimp -SHL1VERSIONMAP= sm.map +SHL1VERSIONMAP=$(SOLARENV)/src/component.map SHL1DEF=$(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) @@ -72,7 +72,7 @@ SHL1STDLIBS= \ SHL2TARGET= smd$(DLLPOSTFIX) SHL2IMPLIB= smdimp -SHL2VERSIONMAP= sm.map +SHL2VERSIONMAP=$(SOLARENV)/src/component.map SHL2DEF=$(MISC)$/$(SHL2TARGET).def DEF2NAME= $(SHL2TARGET) @@ -89,7 +89,7 @@ SHL2STDLIBS= \ $(SALLIB) SHL2DEPN= makefile.mk -SHL2VERSIONMAP= smd.map +SHL2VERSIONMAP=$(SOLARENV)/src/component.map SHL2OBJS= $(SLO)$/smdetect.obj \ $(SLO)$/detreg.obj \ $(SLO)$/eqnolefilehdr.obj diff --git a/starmath/util/sm.map b/starmath/util/sm.map deleted file mode 100644 index 62f014e12ba0..000000000000 --- a/starmath/util/sm.map +++ /dev/null @@ -1,8 +0,0 @@ -SM_1_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; diff --git a/starmath/util/smd.map b/starmath/util/smd.map deleted file mode 100644 index 62f014e12ba0..000000000000 --- a/starmath/util/smd.map +++ /dev/null @@ -1,8 +0,0 @@ -SM_1_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; |