Skip to content

Commit

Permalink
Use OutDir, which is correct for all configurations and all platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 7, 2013
1 parent 76a7d92 commit 6e3b715
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions VisualC/showimage/showimage_VS2008.vcproj
Expand Up @@ -101,7 +101,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Copy DLLs"
CommandLine="copy $(SolutionDir)\external\lib\x86\*.* $(SolutionDir)$(ConfigurationName)\"
CommandLine="copy $(SolutionDir)\external\lib\x86\*.* $(OutDir)"
/>
</Configuration>
<Configuration
Expand Down Expand Up @@ -188,7 +188,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Copy DLLs"
CommandLine="copy $(SolutionDir)\external\lib\x64\*.* $(SolutionDir)$(PlatformName)\$(ConfigurationName)\"
CommandLine="copy $(SolutionDir)\external\lib\x64\*.* $(OutDir)"
/>
</Configuration>
<Configuration
Expand Down Expand Up @@ -275,7 +275,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Copy DLLs"
CommandLine="copy $(SolutionDir)\external\lib\x86\*.* $(SolutionDir)$(ConfigurationName)\"
CommandLine="copy $(SolutionDir)\external\lib\x86\*.* $(OutDir)"
/>
</Configuration>
<Configuration
Expand Down Expand Up @@ -361,7 +361,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Copy DLLs"
CommandLine="copy $(SolutionDir)\external\lib\x64\*.* $(SolutionDir)$(PlatformName)\$(ConfigurationName)\"
CommandLine="copy $(SolutionDir)\external\lib\x64\*.* $(OutDir)"
/>
</Configuration>
</Configurations>
Expand Down

0 comments on commit 6e3b715

Please sign in to comment.