diff options
author | Christian Lippka <christian.lippka@oracle.com> | 2010-10-05 13:53:45 +0200 |
---|---|---|
committer | Christian Lippka <christian.lippka@oracle.com> | 2010-10-05 13:53:45 +0200 |
commit | f208c330c098a4618ae7db74f6a4be33695d70f0 (patch) | |
tree | 1856d7e69731fcee506d42e397772eb94f930112 /sdext | |
parent | a2741b57796cb13b6d68272f53bdf6943eab6969 (diff) | |
parent | 5ced781694d7cd4795ff0912a9ed17587af66f79 (diff) |
impress201: rebase m89
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/minimizer/makefile.mk | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | sdext/source/pdfimport/makefile.mk | 2 | ||||
-rw-r--r-- | sdext/source/presenter/makefile.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/minimizer/makefile.mk b/sdext/source/minimizer/makefile.mk index 969a0cb1f248..41581199fb54 100644 --- a/sdext/source/minimizer/makefile.mk +++ b/sdext/source/minimizer/makefile.mk @@ -76,7 +76,7 @@ SHL1DEPN= SHL1IMPLIB= i$(SHL1TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def -SHL1VERSIONMAP=$(SOLARENV)/src/component.map +SHL1VERSIONMAP=$(SOLARENV)/src/reg-component.map SHL1RPATH= OXT DEF1NAME= $(SHL1TARGET) diff --git a/sdext/source/pdfimport/makefile.mk b/sdext/source/pdfimport/makefile.mk index 8a7f7de20e18..84440862cbb5 100755..100644 --- a/sdext/source/pdfimport/makefile.mk +++ b/sdext/source/pdfimport/makefile.mk @@ -90,7 +90,7 @@ SHL1STDLIBS=\ SHL1DEPN= SHL1IMPLIB= i$(SHL1TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def -SHL1VERSIONMAP=$(SOLARENV)/src/component.map +SHL1VERSIONMAP=$(SOLARENV)/src/reg-component.map SHL1RPATH=OXT DEF1NAME=$(SHL1TARGET) diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk index a26cf54b3694..997d43054d3b 100644 --- a/sdext/source/presenter/makefile.mk +++ b/sdext/source/presenter/makefile.mk @@ -108,7 +108,7 @@ SHL1DEPN= SHL1IMPLIB= i$(SHL1TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def -SHL1VERSIONMAP=$(SOLARENV)/src/component.map +SHL1VERSIONMAP=$(SOLARENV)/src/reg-component.map SHL1RPATH= OXT DEF1NAME= $(SHL1TARGET) |