summaryrefslogtreecommitdiff
path: root/fpicker/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/util/makefile.mk')
-rw-r--r--fpicker/util/makefile.mk17
1 files changed, 16 insertions, 1 deletions
diff --git a/fpicker/util/makefile.mk b/fpicker/util/makefile.mk
index c249e4259e..39fb318377 100644
--- a/fpicker/util/makefile.mk
+++ b/fpicker/util/makefile.mk
@@ -58,7 +58,9 @@ SHL1STDLIBS= $(COMMON_LIBS) \
$(OLEAUT32LIB)\
$(COMDLG32LIB)\
$(KERNEL32LIB)\
- $(UUIDLIB)
+ $(UUIDLIB)\
+ Delayimp.lib\
+ /DELAYLOAD:shell32.dll
SHL1DEPN=
SHL1IMPLIB=i$(SHL1TARGET)
@@ -100,3 +102,16 @@ DEF2EXPORTFILE= exports.dxp
.INCLUDE : target.mk
+ALLTAR : $(MISC)/fop.component $(MISC)/fps.component
+
+$(MISC)/fop.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ fop.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt fop.component
+
+$(MISC)/fps.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ fps.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt fps.component