merge the formfield patch from ooo-build
[ooovba.git] / writerperfect / source / filter / makefile.mk
bloba092ce27db2e19348ce41daea19f5d698bbfb058
1 PRJ=..$/..
3 PRJNAME=writerperfect
4 TARGET=filter
5 ENABLE_EXCEPTIONS=true
7 .INCLUDE : settings.mk
9 .IF "$(SYSTEM_LIBWPD)" == "YES"
10 INCPRE+=$(LIBWPD_CFLAGS)
11 .ENDIF
13 .IF "$(SYSTEM_LIBWPS)" == "YES"
14 INCPRE+=$(LIBWPS_CFLAGS)
15 .ENDIF
17 # broken but ... necessary, internal include shafted ...
18 INCPRE+= -I..
20 SLOFILES= \
21 $(SLO)$/DocumentElement.obj \
22 $(SLO)$/FontStyle.obj \
23 $(SLO)$/ListStyle.obj \
24 $(SLO)$/DocumentHandler.obj \
25 $(SLO)$/PageSpan.obj \
26 $(SLO)$/SectionStyle.obj \
27 $(SLO)$/TableStyle.obj \
28 $(SLO)$/TextRunStyle.obj \
29 $(SLO)$/DocumentCollector.obj
31 .INCLUDE : target.mk