]> granicus.if.org Git - handbrake/commitdiff
Use Makefile.config to set MF_BUILD and MF_VERSION declare
authorprigaux <pri@nopapers.org>
Mon, 12 Feb 2007 08:59:39 +0000 (08:59 +0000)
committerprigaux <pri@nopapers.org>
Mon, 12 Feb 2007 08:59:39 +0000 (08:59 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2@305 b64f7644-9d1e-0410-96f1-a4d463321fa5

Makefile
Makefile.config [new file with mode: 0644]
libmediafork/Makefile

index 03ea17ef40eb3cc0845d2b87c8590660b84824fc..b4b720528f79ce3e4574df8519e843024c05c274 100644 (file)
--- 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 (file)
index 0000000..5460ad9
--- /dev/null
@@ -0,0 +1,2 @@
+MF_BUILD = $(shell date "+%Y%m%d")00
+MF_VERSION = "0.8.0b2"
index 4d176de46936d5613a38e96124002d8899176b57..2c699810a9d0c6db3be19edbc74183e560406ba3 100644 (file)
@@ -1,3 +1,5 @@
+include ../Makefile.config
+
 SYSTEM = $(shell uname -s)
 
 ifeq ($(SYSTEM),CYGWIN_NT-5.1)