aboutsummaryrefslogtreecommitdiff
path: root/Mkfiles/vc10/genversion/genversion.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'Mkfiles/vc10/genversion/genversion.vcxproj')
-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>