From b33312110dddaaeabf566f23861e94d9685935f9 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 11 Apr 2011 10:06:25 +0200 Subject: gbuildize lotuswordpro --- lotuswordpro/util/lwpft.map | 7 ------ lotuswordpro/util/makefile.mk | 51 ------------------------------------------- 2 files changed, 58 deletions(-) delete mode 100644 lotuswordpro/util/lwpft.map delete mode 100644 lotuswordpro/util/makefile.mk (limited to 'lotuswordpro/util') diff --git a/lotuswordpro/util/lwpft.map b/lotuswordpro/util/lwpft.map deleted file mode 100644 index 368fd93401e9..000000000000 --- a/lotuswordpro/util/lwpft.map +++ /dev/null @@ -1,7 +0,0 @@ -UDK_3_0_0 { - global: - component_getImplementationEnvironment; - component_getFactory; - local: - *; -}; diff --git a/lotuswordpro/util/makefile.mk b/lotuswordpro/util/makefile.mk deleted file mode 100644 index b150cc6736dd..000000000000 --- a/lotuswordpro/util/makefile.mk +++ /dev/null @@ -1,51 +0,0 @@ -PRJ=.. -PRJNAME=lotuswordpro -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 - -ALLTAR : $(MISC)/lwpfilter.component $(MISC)/qa_lwpfilter.component - -$(MISC)/lwpfilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - lwpfilter.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt lwpfilter.component - -$(MISC)/qa_lwpfilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - lwpfilter.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_INBUILD_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt lwpfilter.component -- cgit