summaryrefslogtreecommitdiffstats
path: root/linguistic/source/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/makefile.mk')
-rwxr-xr-x[-rw-r--r--]linguistic/source/makefile.mk15
1 files changed, 11 insertions, 4 deletions
diff --git a/linguistic/source/makefile.mk b/linguistic/source/makefile.mk
index da6277db15d8..c69985405888 100644..100755
--- a/linguistic/source/makefile.mk
+++ b/linguistic/source/makefile.mk
@@ -29,7 +29,7 @@ PRJ=..
PRJNAME=linguistic
TARGET=lng
-ENABLE_EXCEPTIONS=TRUE
+ENABLE_EXCEPTIONS=sal_True
#----- Settings ---------------------------------------------------------
@@ -88,9 +88,8 @@ DEF1DES =Linguistic main DLL
.IF "$(GUI)"=="WNT"
-DEF1EXPORT1 = component_writeInfo
-DEF1EXPORT2 = component_getFactory
-DEF1EXPORT3 = component_getImplementationEnvironment
+DEF1EXPORT1 = component_getFactory
+DEF1EXPORT2 = component_getImplementationEnvironment
.ENDIF
# --- Targets ------------------------------------------------------
@@ -105,3 +104,11 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk
@echo component >> $@
@echo __CT >> $@
+
+ALLTAR : $(MISC)/lng.component
+
+$(MISC)/lng.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ lng.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt lng.component