Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/c_test
diff options
context:
space:
mode:
authorNick Nussbaum <nickn@seanet.com>2014-09-09 06:40:06 +0400
committerNick Nussbaum <nickn@seanet.com>2014-09-09 06:40:06 +0400
commita7d4a69a6fc9e5330f2c116a15efcabbc13da93f (patch)
treeec8655f9d6654750e9e95c282880f49e818d8d6a /c_test
parentdc0a06c6ce45b9040527235212f1f081d8f10ae9 (diff)
Fix solution to not build invalid configuration cs_test and c_test builds
Diffstat (limited to 'c_test')
-rw-r--r--c_test/c_test.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_test/c_test.vcxproj b/c_test/c_test.vcxproj
index 0833c0ea..e600631f 100644
--- a/c_test/c_test.vcxproj
+++ b/c_test/c_test.vcxproj
@@ -103,7 +103,7 @@
<AdditionalDependencies>$(SolutionDir)dll\$(Platform)\$(ConfigurationName)\libvw.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
- <Command>xcopy /y/d $(SolutionDir)dll\$(PlatformName)\$(ConfigurationName)\libvw.* $(TargetDir)</Command>
+ <Command>xcopy /y/d $(SolutionDir)dll\$(PlatformShortName)\$(ConfigurationName)\libvw.* $(TargetDir)</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">