OSDN Git Service

Build system now creates cli stage area for mingw
[handbrake-jp/handbrake-jp-git.git] / pkg / mingw / module.rules
1 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         $(STAGE.out.cli/)\r
6 \r
7 \r
8 \r
9 $(STAGE.out.cli/):\r
10         $(MKDIR.exe) -p $@\r
11         $(CP.exe) HandBrakeCLI.exe ./stage/cli\r
12         $(CP.exe) ../libraries/libgcc_s_sjlj-1.dll ./stage/cli\r
13         $(call STAGE.doc,$(STAGE.out.cli/))\r
14 \r
15 \r