mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 03:14:30 +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
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy "$(SolutionDir)\src\3rdparty\vld\*.*" "$(TargetDir)""
|
||||
CommandLine="copy "$(SolutionDir)\src\3rdparty\vld\*.*" "$(TargetDir)"
xcopy /y /s "$(SolutionDir)\data" "$(TargetDir)""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@ -187,6 +187,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="xcopy /y /s "$(SolutionDir)\data" "$(TargetDir)""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
Loading…
Reference in New Issue
Block a user