OSDN Git Service

MinGW:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 28 Mar 2010 14:39:50 +0000 (14:39 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 28 Mar 2010 14:39:50 +0000 (14:39 +0000)
- Initial checkin of some files for making CLI zip packages. This isn't functional yet but hopefully will be later. Also having to checkin a required dll which will be copied into the package.

git-svn-id: svn://localhost/HandBrake/trunk@3176 b64f7644-9d1e-0410-96f1-a4d463321fa5

libraries/libgcc_s_sjlj-1.dll [new file with mode: 0644]
pkg/mingw/module.defs [new file with mode: 0644]
pkg/mingw/module.rules [new file with mode: 0644]

diff --git a/libraries/libgcc_s_sjlj-1.dll b/libraries/libgcc_s_sjlj-1.dll
new file mode 100644 (file)
index 0000000..b86e5df
Binary files /dev/null and b/libraries/libgcc_s_sjlj-1.dll differ
diff --git a/pkg/mingw/module.defs b/pkg/mingw/module.defs
new file mode 100644 (file)
index 0000000..f71e24e
--- /dev/null
@@ -0,0 +1,9 @@
+PKG.cli.zip = $(PKG.out/)$(HB.name)-$(HB.version)-Win_CLI.zip\r
+\r
+PKG.cli.tmp.zip = $(PKG.out/)$(HB.name)-$(HB.version)-Win_CLI.tmp.zip\r
+\r
+STAGE.out.cli/ = $(STAGE.out/)cli/\r
+\r
+###############################################################################\r
+\r
+BUILD.out += $(PKG.cli.zip)\r
diff --git a/pkg/mingw/module.rules b/pkg/mingw/module.rules
new file mode 100644 (file)
index 0000000..c092353
--- /dev/null
@@ -0,0 +1,5 @@
+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