summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrianGladman <riemannic@gmail.com>2011-10-31 18:38:16 +0000
committerBrianGladman <riemannic@gmail.com>2011-10-31 18:38:16 +0000
commit827922d98d2f76347c8d884ec66276ad0e2b35e5 (patch)
tree00229c7561e84af384ce4efcb5aa13ae1c1fb834
parentd0084dc8525bdd2f241d6478a46014b418e41128 (diff)
downloadyasm-827922d98d2f76347c8d884ec66276ad0e2b35e5.tar.gz
Add prebuild step for yasm-verssion.h
-rw-r--r--Mkfiles/vc10/genversion/genversion.vcxproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/Mkfiles/vc10/genversion/genversion.vcxproj b/Mkfiles/vc10/genversion/genversion.vcxproj
index e8d7c2eb..24526587 100644
--- a/Mkfiles/vc10/genversion/genversion.vcxproj
+++ b/Mkfiles/vc10/genversion/genversion.vcxproj
@@ -74,7 +74,9 @@
<Command>run.bat "$(TargetPath)"</Command>
</PostBuildEvent>
<PreBuildEvent>
- <Command>..\..\..\YASM-VERSION-GEN.bat</Command>
+ <Command>cd ..\..\..\
+YASM-VERSION-GEN.bat
+</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -104,7 +106,9 @@
<Command>run.bat "$(TargetPath)"</Command>
</PostBuildEvent>
<PreBuildEvent>
- <Command>..\..\..\YASM-VERSION-GEN.bat</Command>
+ <Command>cd ..\..\..\
+YASM-VERSION-GEN.bat
+</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>