summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/util/makefile.mk')
-rw-r--r--lotuswordpro/util/makefile.mk37
1 files changed, 37 insertions, 0 deletions
diff --git a/lotuswordpro/util/makefile.mk b/lotuswordpro/util/makefile.mk
new file mode 100644
index 000000000000..938cdc0c5d88
--- /dev/null
+++ b/lotuswordpro/util/makefile.mk
@@ -0,0 +1,37 @@
+PRJ=..
+PRJNAME=lwpft
+TARGET=lwpft
+VERSION=$(UPD)
+
+.INCLUDE : settings.mk
+
+LIB1TARGET= $(SLB)$/$(TARGET).lib
+LIB1FILES= \
+ $(SLB)$/filter.lib \
+ $(SLB)$/xfilter.lib
+SHL1LIBS=$(LIB1TARGET)
+SHL1STDLIBS+= \
+ $(TOOLSLIB) \
+ $(COMPHELPERLIB) \
+ $(UCBHELPERLIB) \
+ $(CPPUHELPERLIB) \
+ $(CPPULIB) \
+ $(SALLIB) \
+ $(SFXLIB) \
+ $(SOTLIB) \
+ $(VCLLIB) \
+ $(ICUUCLIB) \
+ $(ICUINLIB) \
+ $(ICULELIB) \
+ $(SVXCORELIB) \
+ $(GOODIESLIB) \
+ $(SVTOOLLIB) \
+ $(XMLOFFLIB)
+
+SHL1TARGET = $(TARGET)$(DLLPOSTFIX)
+SHL1IMPLIB = i$(SHL1TARGET)
+SHL1LIBS = $(LIB1TARGET)
+SHL1VERSIONMAP=$(TARGET).map
+DEF1NAME=$(SHL1TARGET)
+
+.INCLUDE : target.mk