Skip to content

Commit

Permalink
Build system now creates cli stage area for mingw
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3177 b64f7644-9d1e-0410-96f1-a4d463321fa5
  • Loading branch information
sr55 committed Mar 28, 2010
1 parent c90e795 commit b6d0623
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pkg/mingw/module.rules
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
pkg.create:: $(PKG.cli.zip)

$(PKG.cli.zip): | $(dir $(PKG.cli.zip))
$(PKG.cli.zip): $(PKG.gui.zip)
$(MV.exe) $(PKG.cli.tmp.zip) $(PKG.cli.zip)
$(PKG.cli.zip): | $(STAGE.out.cli/)
$(STAGE.out.cli/)



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


0 comments on commit b6d0623

Please sign in to comment.