summaryrefslogtreecommitdiffstats
path: root/pkg/mingw/module.rules
blob: efef0b4b89378453ebcb00ab7be400af68cd1d54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pkg.create.zip:: pkg.create $(PKG.cli.zip)

$(PKG.cli.zip): | $(dir $(PKG.cli.zip))
$(PKG.cli.zip): | $(STAGE.out.cli/)
	cd $(STAGE.out.cli/) && $(ZIP.exe) -r $(call fn.ABSOLUTE,$(PKG.cli.zip)) .


$(STAGE.out.cli/):
	-$(MKDIR.exe) -p $@
	$(CP.exe) HandBrakeCLI.exe $(STAGE.out.cli/)
	$(CP.exe) $(PKG.mingw.lib)/libgcc_s_sjlj-1.dll $(STAGE.out.cli/)
	$(call STAGE.doc,$(STAGE.out.cli/))