diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-11-16 13:53:39 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-11-16 13:53:39 +0100 |
commit | be4845d61df90905cfafe6ca972cd1788e6a2e55 (patch) | |
tree | 784e85a6bd8f9b6dea905a94d1289a6cccb35548 /writerperfect/util | |
parent | f792799abf4c8c6b9f967685aec070b066644f07 (diff) |
Use the new stable libwp* releases as default
Diffstat (limited to 'writerperfect/util')
-rw-r--r-- | writerperfect/util/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/writerperfect/util/makefile.mk b/writerperfect/util/makefile.mk index 35daf5e9b3bf..9ac9e4c35cda 100644 --- a/writerperfect/util/makefile.mk +++ b/writerperfect/util/makefile.mk @@ -42,6 +42,8 @@ SHL1LIBS=$(LIB1TARGET) SHL1STDLIBS+= \ $(SOTLIB) \ $(SO2LIB) \ + $(SFXLIB) \ + $(VCLLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ $(UCBHELPERLIB) \ @@ -49,6 +51,7 @@ SHL1STDLIBS+= \ $(CPPULIB) \ $(SALLIB) \ $(XMLOFFLIB) \ + $(LIBWPG) \ $(LIBWPD) SHL1TARGET = wpft$(DLLPOSTFIX) @@ -78,6 +81,7 @@ SHL2STDLIBS+= \ $(SALLIB) \ $(XMLOFFLIB) \ $(LIBWPS) \ + $(LIBWPG) \ $(LIBWPD) SHL2TARGET = msworks$(DLLPOSTFIX) @@ -105,8 +109,8 @@ SHL3STDLIBS+= \ $(CPPULIB) \ $(SALLIB) \ $(XMLOFFLIB) \ - $(LIBWPD) \ - $(LIBWPG) + $(LIBWPG) \ + $(LIBWPD) SHL3TARGET = wpgimport$(DLLPOSTFIX) SHL3IMPLIB = i$(SHL3TARGET) |