OSDN Git Service

Remove libgcc.....dll as it is no longer required in the WinCli build
[handbrake-jp/handbrake-jp-git.git] / pkg / mingw / module.rules
1 pkg.create.zip:: pkg.create $(PKG.cli.zip)\r
2 \r
3 $(PKG.cli.zip): | $(dir $(PKG.cli.zip))\r
4 $(PKG.cli.zip): | $(STAGE.out.cli/)\r
5         cd $(STAGE.out.cli/) && $(ZIP.exe) -r $(call fn.ABSOLUTE,$(PKG.cli.zip)) .\r
6 \r
7 \r
8 $(STAGE.out.cli/):\r
9         -$(MKDIR.exe) -p $@\r
10         $(CP.exe) HandBrakeCLI.exe $(STAGE.out.cli/)\r
11         $(call STAGE.doc,$(STAGE.out.cli/))\r
12 \r
13 \r