INTEGRATION: CWS xmlfilter02 (1.1.12); FILE MERGED

2007/12/07 09:41:36 hbrinkm 1.1.12.4: debugservices.ooxml.ScannerFastTestService removed
2007/11/09 07:31:49 hbrinkm 1.1.12.3: link resourcemodel
2007/10/09 09:32:09 hbrinkm 1.1.12.2: analyze service for ooxml
2007/10/01 10:43:52 os 1.1.12.1: integration of cws writerfilter3 into cws xmlfilter02
This commit is contained in:
Oliver Bolte 2008-01-10 11:19:36 +00:00
parent cf31be4226
commit b88249dd27

View file

@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1 $
# $Revision: 1.2 $
#
# last change: $Author: hbrinkm $ $Date: 2007-02-21 13:38:10 $
# last change: $Author: obo $ $Date: 2008-01-10 12:19:36 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@ -40,12 +40,21 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
SHL1STDLIBS=$(COMPHELPERLIB)
.IF "$(GUI)"=="UNX" || "$(GUI)"=="MAC"
RESSOUREMODELLIB=-lresourcemodel
.ELIF "$(GUI)"=="WNT"
RESOURCEMODELLIB=$(LB)$/iresourcemodel.lib
.ENDIF
SHL1STDLIBS= \
$(COMPHELPERLIB) \
$(RESOURCEMODELLIB)
# --- Files --------------------------------------------------------
SLOFILES= \
$(SLO)$/OOXMLTestService.obj
$(SLO)$/OOXMLTestService.obj \
$(SLO)$/OOXMLAnalyzeService.obj
# --- Targets ------------------------------------------------------