summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/filter/makefile.mk')
-rw-r--r--writerperfect/source/filter/makefile.mk27
1 files changed, 27 insertions, 0 deletions
diff --git a/writerperfect/source/filter/makefile.mk b/writerperfect/source/filter/makefile.mk
new file mode 100644
index 000000000000..e535d2aebbe0
--- /dev/null
+++ b/writerperfect/source/filter/makefile.mk
@@ -0,0 +1,27 @@
+PRJ=..$/..
+
+PRJNAME=writerperfect
+TARGET=filter
+ENABLE_EXCEPTIONS=true
+
+.INCLUDE : settings.mk
+
+.IF "$(SYSTEM_LIBWPD)" == "YES"
+INCPRE+=$(LIBWPD_CFLAGS) -I..
+.ELSE
+# broken but ... necessary, internal include shafted ...
+INCPRE+=-I..
+.ENDIF
+
+SLOFILES= \
+ $(SLO)$/DocumentElement.obj \
+ $(SLO)$/FontStyle.obj \
+ $(SLO)$/ListStyle.obj \
+ $(SLO)$/DocumentHandler.obj \
+ $(SLO)$/PageSpan.obj \
+ $(SLO)$/SectionStyle.obj \
+ $(SLO)$/TableStyle.obj \
+ $(SLO)$/TextRunStyle.obj \
+ $(SLO)$/DocumentCollector.obj
+
+.INCLUDE : target.mk