[RavenclawDev 386] [2046] trunk/Agents/MultiDecoder/Sphinx_Engine/Sphinx_Engine.vcproj: Fixed pre-build exe dir creation.
tk@edam.speech.cs.cmu.edu
tk at edam.speech.cs.cmu.edu
Mon Sep 17 10:46:50 EDT 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070917/804d6bfb/attachment-0001.html
-------------- next part --------------
Modified: trunk/Agents/MultiDecoder/Sphinx_Engine/Sphinx_Engine.vcproj
===================================================================
--- trunk/Agents/MultiDecoder/Sphinx_Engine/Sphinx_Engine.vcproj 2007-09-17 14:46:29 UTC (rev 2045)
+++ trunk/Agents/MultiDecoder/Sphinx_Engine/Sphinx_Engine.vcproj 2007-09-17 14:46:50 UTC (rev 2046)
@@ -26,7 +26,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Setting up directories for executable..."
- CommandLine="IF NOT EXIST ..\..\bin\nul mkdir ..\..\bin; IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
+ CommandLine="IF NOT EXIST ..\..\..\bin\x86-nt\nul mkdir ..\..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
@@ -112,6 +112,8 @@
>
<Tool
Name="VCPreBuildEventTool"
+ Description="Setting up directories for executable..."
+ CommandLine="IF NOT EXIST ..\..\..\bin\x86-nt\nul mkdir ..\..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
More information about the Ravenclaw-developers
mailing list