OSDN Git Service

Build system now creates cli stage area for mingw
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 28 Mar 2010 15:29:22 +0000 (15:29 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 28 Mar 2010 15:29:22 +0000 (15:29 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3177 b64f7644-9d1e-0410-96f1-a4d463321fa5

pkg/mingw/module.rules

index c092353..8d07559 100644 (file)
@@ -1,5 +1,15 @@
 pkg.create:: $(PKG.cli.zip)\r
 \r
 $(PKG.cli.zip): | $(dir $(PKG.cli.zip))\r
-$(PKG.cli.zip): $(PKG.gui.zip)\r
-       $(MV.exe) $(PKG.cli.tmp.zip) $(PKG.cli.zip)\r
+$(PKG.cli.zip): | $(STAGE.out.cli/)\r
+       $(STAGE.out.cli/)\r
+\r
+\r
+\r
+$(STAGE.out.cli/):\r
+       $(MKDIR.exe) -p $@\r
+       $(CP.exe) HandBrakeCLI.exe ./stage/cli\r
+       $(CP.exe) ../libraries/libgcc_s_sjlj-1.dll ./stage/cli\r
+       $(call STAGE.doc,$(STAGE.out.cli/))\r
+\r
+\r