From e0c6ce9b198a7b3c8d2745e14761a811df29413a Mon Sep 17 00:00:00 2001
From: Ian Bell <IBell@...>
Date: Mon, 29 Oct 2012 20:01:01 +0000
Subject: [PATCH] Fix x64 prebuild event
Fixed the build event for x64 to create the version files
Signed-off-by: Ian Bell <IBell@...>
---
mama/c_cpp/src/c/mamac.vcproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mama/c_cpp/src/c/mamac.vcproj b/mama/c_cpp/src/c/mamac.vcproj
index 44b47b7..744ba2b 100644
--- a/mama/c_cpp/src/c/mamac.vcproj
+++ b/mama/c_cpp/src/c/mamac.vcproj
@@ -109,7 +109,7 @@
>
<Tool
Name="VCPreBuildEventTool"
- CommandLine=""
+ CommandLine="$(InputDir)\generateMamaVersion.bat $(InputDir)"
/>
<Tool
Name="VCCustomBuildTool"
--
1.7.10.msysgit.1