summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/aqua/makefile.mk')
-rw-r--r--fpicker/source/aqua/makefile.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/fpicker/source/aqua/makefile.mk b/fpicker/source/aqua/makefile.mk
index 10990e22d5..c3fc0ecd74 100644
--- a/fpicker/source/aqua/makefile.mk
+++ b/fpicker/source/aqua/makefile.mk
@@ -44,7 +44,7 @@ DLLPRE=
.IF "$(GUIBASE)" != "aqua"
dummy:
- @echo "Nothing to build. GUIBASE == $(GUIBASE)"
+ @echo "Nothing to build. GUIBASE == $(GUIBASE)"
.ELSE # we build for aqua
CFLAGSCXX+=$(OBJCXXFLAGS)
@@ -83,3 +83,11 @@ DEF1NAME=$(SHL1TARGET)
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
+
+ALLTAR : $(MISC)/fps_aqua.component
+
+$(MISC)/fps_aqua.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ fps_aqua.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt fps_aqua.component