summaryrefslogtreecommitdiffstats
path: root/libhb/project.h.m4
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-03-02 03:35:10 +0000
committerkonablend <[email protected]>2009-03-02 03:35:10 +0000
commit64246f1cf34a761b36de02d6564dfa552f6c9111 (patch)
treeb68058f1707bd586698d2433d28f8609acdbcdd6 /libhb/project.h.m4
parent237081eafa3234411e138b0c9a25c701ad0c835d (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 'libhb/project.h.m4')
-rw-r--r--libhb/project.h.m49
1 files changed, 8 insertions, 1 deletions
diff --git a/libhb/project.h.m4 b/libhb/project.h.m4
index 0b6af661f..73388fd39 100644
--- a/libhb/project.h.m4
+++ b/libhb/project.h.m4
@@ -18,7 +18,6 @@ dnl
<<#>>define HB_PROJECT_VERSION_MINOR __HB_version_minor
<<#>>define HB_PROJECT_VERSION_POINT __HB_version_point
<<#>>define HB_PROJECT_VERSION "__HB_version"
-<<#>>define HB_PROJECT_VERSION_FORMAL "__HB_version_formal"
<<#>>define HB_PROJECT_VERSION_HEX 0x<<>>__HB_version_hex<<>>LL
<<#>>define HB_PROJECT_BUILD __HB_build
<<#>>define HB_PROJECT_REPO_URL "__HB_repo_url"
@@ -29,6 +28,14 @@ dnl
<<#>>define HB_PROJECT_REPO_WCVERSION "__HB_repo_wcversion"
<<#>>define HB_PROJECT_REPO_OFFICIAL __HB_repo_official
<<#>>define HB_PROJECT_REPO_TYPE "__HB_repo_type"
+
+<<#>>define HB_PROJECT_BUILD_SPEC "__BUILD_spec"
+<<#>>define HB_PROJECT_BUILD_MACHINE "__BUILD_machine"
+<<#>>define HB_PROJECT_BUILD_VENDOR "__BUILD_vendor"
+<<#>>define HB_PROJECT_BUILD_SYSTEM "__BUILD_system"
+<<#>>define HB_PROJECT_BUILD_SYSTEMC "__BUILD_systemc"
+<<#>>define HB_PROJECT_BUILD_RELEASE "__BUILD_release"
+<<#>>define HB_PROJECT_BUILD_TITLE "__BUILD_title"
<<#>>define HB_PROJECT_BUILD_ARCH "__BUILD_arch"
#endif /* HB_PROJECT_PROJECT_H */