mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-15 19:52:19 +00:00
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:
parent
28e672ab40
commit
49c0d5d271
@ -102,7 +102,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy "$(SolutionDir)\src\3rdparty\vld\*.*" "$(TargetDir)""
|
CommandLine="copy "$(SolutionDir)\src\3rdparty\vld\*.*" "$(TargetDir)"
xcopy /y /s "$(SolutionDir)\data" "$(TargetDir)""
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -187,6 +187,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
|
CommandLine="xcopy /y /s "$(SolutionDir)\data" "$(TargetDir)""
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
Loading…
Reference in New Issue
Block a user