Moved locales to data subdir and added post-build event to copy them to the bin directory during the build.

This commit is contained in:
bjorn.olievier 2008-09-12 19:25:08 +00:00
parent 28e672ab40
commit 49c0d5d271
3 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="copy &quot;$(SolutionDir)\src\3rdparty\vld\*.*&quot; &quot;$(TargetDir)&quot;"
CommandLine="copy &quot;$(SolutionDir)\src\3rdparty\vld\*.*&quot; &quot;$(TargetDir)&quot;&#x0D;&#x0A;xcopy /y /s &quot;$(SolutionDir)\data&quot; &quot;$(TargetDir)&quot;"
/>
</Configuration>
<Configuration
@ -187,6 +187,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="xcopy /y /s &quot;$(SolutionDir)\data&quot; &quot;$(TargetDir)&quot;"
/>
</Configuration>
</Configurations>