[10407] Add -o <outfile> option to genrevision.

This gives more flexibility to build systems that don't run genrevision with desired destination as working dir.
For example a build system may run:
build/tools/genrevision -o build/src/shared/revision.h
This commit is contained in:
Lynx3d 2010-08-24 19:04:58 +02:00
parent f3579fba64
commit 2260b7921f
2 changed files with 13 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10406"
#define REVISION_NR "10407"
#endif // __REVISION_NR_H__