From 9709dd2def24260ec2ea4fdc16e3a78fa206bbb9 Mon Sep 17 00:00:00 2001 From: ShizZy Date: Fri, 13 Sep 2013 17:46:27 -0400 Subject: added scm_rev_gen project to automatically create a header with the git revision on build --- src/common/scm_rev_gen.vcxproj | 79 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 src/common/scm_rev_gen.vcxproj (limited to 'src/common/scm_rev_gen.vcxproj') diff --git a/src/common/scm_rev_gen.vcxproj b/src/common/scm_rev_gen.vcxproj new file mode 100644 index 000000000..e1b413c56 --- /dev/null +++ b/src/common/scm_rev_gen.vcxproj @@ -0,0 +1,79 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + {69F00340-5C3D-449F-9A80-958435C6CF06} + scm_rev_gen + scm_rev_gen + + + + Utility + false + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + cscript /nologo /E:JScript "scm_rev_gen.js" + + + + + cscript /nologo /E:JScript "scm_rev_gen.js" + + + + + cscript /nologo /E:JScript "scm_rev_gen.js" + + + + + + \ No newline at end of file -- cgit v1.2.3