move libco_msvc_win32.dll to dll subdirectory
This commit is contained in:
parent
7ed6eac000
commit
9f9aeb6609
|
@ -89,7 +89,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy $(TargetPath) ..\..\BizHawk.MultiClient\output"
|
||||
CommandLine="copy $(TargetPath) ..\..\BizHawk.MultiClient\output\dll"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -166,7 +166,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy $(TargetPath) ..\..\BizHawk.MultiClient\output"
|
||||
CommandLine="copy $(TargetPath) ..\..\BizHawk.MultiClient\output\dll"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
Loading…
Reference in New Issue