summaryrefslogtreecommitdiff
path: root/lotuswordpro/util
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-04-11 10:06:25 +0200
committerDavid Tardon <dtardon@redhat.com>2011-04-14 16:14:11 +0200
commitb33312110dddaaeabf566f23861e94d9685935f9 (patch)
tree7203dac5f25e503eedeeb003e2ac1549c8d4a469 /lotuswordpro/util
parent0b6042a8ec28610156f02375bc30cceebdac168f (diff)
gbuildize lotuswordpro
Diffstat (limited to 'lotuswordpro/util')
-rw-r--r--lotuswordpro/util/lwpft.map7
-rw-r--r--lotuswordpro/util/makefile.mk51
2 files changed, 0 insertions, 58 deletions
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