diff options
author | konablend <[email protected]> | 2009-03-02 03:35:10 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-03-02 03:35:10 +0000 |
commit | 64246f1cf34a761b36de02d6564dfa552f6c9111 (patch) | |
tree | b68058f1707bd586698d2433d28f8609acdbcdd6 /make/include/main.rules | |
parent | 237081eafa3234411e138b0c9a25c701ad0c835d (diff) |
BuildSystem:
- changed HandBrakeCLI to use project.h when showing version in hblog
- changed macosx/Info.h.m4 to supply correct version; eg: MacGUI about-panel
- HandBrakeCLI hblog now displays architecture; eg: Darwin i386
- HandBrake.app about-panel now displays architecture; eg: i386
- updated all versioning to reflect project policies:
a. HB_PROJECT_VERSION now behave as old HB_VERSION
b. HB_PROJECT_BUILD now behaves as old HB_BUILD
c. dropped HB_PROJECT_VERSION_FORMAL as it is no longer referenced
- renamed HOST.proc -> HOST.machine for clarity
- renamed BUILD.proc -> BUILD.machine for clarity
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2192 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make/include/main.rules')
-rw-r--r-- | make/include/main.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/include/main.rules b/make/include/main.rules index 881c21486..b389022f3 100644 --- a/make/include/main.rules +++ b/make/include/main.rules @@ -19,7 +19,7 @@ mrproper: xclean include $(MODULES:%=$(PROJECT/)%/module.rules) -include $(PROJECT/)make/variant/$(HOST.system).rules --include $(PROJECT/)make/variant/$(HOST.system).$(BUILD.proc).rules +-include $(PROJECT/)make/variant/$(HOST.system).$(BUILD.machine).rules ############################################################################### |