From a31b1723b3369e2cd9493faecc946f17d547a524 Mon Sep 17 00:00:00 2001 From: prigaux Date: Mon, 12 Feb 2007 08:59:39 +0000 Subject: [PATCH] Use Makefile.config to set MF_BUILD and MF_VERSION declare git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2@305 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- Makefile | 3 +-- Makefile.config | 2 ++ libmediafork/Makefile | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 Makefile.config diff --git a/Makefile b/Makefile index 03ea17ef4..b4b720528 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ -MF_BUILD = $(shell date "+%Y%m%d")00 -MF_VERSION = "0.8.0b2" +include Makefile.config SYSTEM = $(shell uname -s) diff --git a/Makefile.config b/Makefile.config new file mode 100644 index 000000000..5460ad9b7 --- /dev/null +++ b/Makefile.config @@ -0,0 +1,2 @@ +MF_BUILD = $(shell date "+%Y%m%d")00 +MF_VERSION = "0.8.0b2" diff --git a/libmediafork/Makefile b/libmediafork/Makefile index 4d176de46..2c699810a 100644 --- a/libmediafork/Makefile +++ b/libmediafork/Makefile @@ -1,3 +1,5 @@ +include ../Makefile.config + SYSTEM = $(shell uname -s) ifeq ($(SYSTEM),CYGWIN_NT-5.1) -- 2.40.0