OSDN Git Service

BuildSystem: added OSX packaging support.
authorkonablend <konablend@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 16 Jun 2009 18:26:04 +0000 (18:26 +0000)
committerkonablend <konablend@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 16 Jun 2009 18:26:04 +0000 (18:26 +0000)
commitc8085bac96210f579540e401193e569934ca66a9
treefb4f83fbc62659cbd468e8aed8210c137a282186
parent666d9bd995bb0f56f10029326c9cddbda7a2281c
BuildSystem: added OSX packaging support.
- target is 'make pkg.create' which must be done after a normal build. No dependency checks are performed.
- at least 1 package for all platforms is always produced: .tar.bz2
- darwin builds with Xcode add 2 packages: CLI.dmg and GUI.dmg
- darwin builds sans Xcode add 1 package: CLI.dmg

git-svn-id: svn://localhost/HandBrake/trunk@2542 b64f7644-9d1e-0410-96f1-a4d463321fa5
make/include/main.defs
pkg/darwin/module.defs [new file with mode: 0644]
pkg/darwin/module.rules [new file with mode: 0644]
pkg/module.defs [new file with mode: 0644]
pkg/module.rules [new file with mode: 0644]