diff options
| author | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-05-17 14:37:22 +0000 |
|---|---|---|
| committer | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-05-17 14:37:22 +0000 |
| commit | 45a617930227f18bb1b50bbb7ab5f5a736b724bb (patch) | |
| tree | 9c0edc45a362b84ac5bea5905b60d7507530ee97 /win32/plugins/dfxvideo | |
| parent | 66b0d41ba3c5096e46b00bece6f503484ec2ff5d (diff) | |
| download | pcsxr-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/dfxvideo')
| -rwxr-xr-x | win32/plugins/dfxvideo/DFXVideo.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/plugins/dfxvideo/DFXVideo.vcxproj b/win32/plugins/dfxvideo/DFXVideo.vcxproj index ba39870a..300c3c49 100755 --- a/win32/plugins/dfxvideo/DFXVideo.vcxproj +++ b/win32/plugins/dfxvideo/DFXVideo.vcxproj @@ -134,7 +134,7 @@ rem copy release\DFXVideo.dll d:\emus\zinc\renderer.znc </ResourceCompile>
<Link>
<AdditionalDependencies>winmm.lib;vfw32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>.\Debug/DFXVideo.dll</OutputFile>
+ <OutputFile>$(SolutionDir)$(Configuration)\DFXVideo.dll</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<ModuleDefinitionFile>.\DFXVideo.def</ModuleDefinitionFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
|
