summaryrefslogtreecommitdiff
path: root/win32/plugins/dfsound
diff options
context:
space:
mode:
authorSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-05-17 14:37:22 +0000
committerSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-05-17 14:37:22 +0000
commit45a617930227f18bb1b50bbb7ab5f5a736b724bb (patch)
tree9c0edc45a362b84ac5bea5905b60d7507530ee97 /win32/plugins/dfsound
parent66b0d41ba3c5096e46b00bece6f503484ec2ff5d (diff)
downloadpcsxr-45a617930227f18bb1b50bbb7ab5f5a736b724bb.tar.gz
Win32: Build place DLLs to solution dir (where pcsxr.exe is)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84775 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/plugins/dfsound')
-rwxr-xr-xwin32/plugins/dfsound/DFSound.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/plugins/dfsound/DFSound.vcxproj b/win32/plugins/dfsound/DFSound.vcxproj
index fa405d39..ebc87986 100755
--- a/win32/plugins/dfsound/DFSound.vcxproj
+++ b/win32/plugins/dfsound/DFSound.vcxproj
@@ -129,7 +129,7 @@
</ResourceCompile>
<Link>
<AdditionalDependencies>dsound.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>.\Debug/DFSound.dll</OutputFile>
+ <OutputFile>$(SolutionDir)$(Configuration)\DFSound.dll</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<ModuleDefinitionFile>.\DFSound.def</ModuleDefinitionFile>
<GenerateDebugInformation>true</GenerateDebugInformation>