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/peopsxgl/gpuPeopsOpenGL.vcxproj | |
| 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/peopsxgl/gpuPeopsOpenGL.vcxproj')
| -rwxr-xr-x | win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj b/win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj index 4b8be0bf..c1e4ef23 100755 --- a/win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj +++ b/win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj @@ -81,7 +81,7 @@ </ResourceCompile>
<Link>
<AdditionalDependencies>opengl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>.\Debug/gpuPeopsOpenGL.dll</OutputFile>
+ <OutputFile>$(SolutionDir)$(Configuration)\gpuPeopsOpenGL.dll</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<ModuleDefinitionFile>.\gpuPeopsOpenGL.def</ModuleDefinitionFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
|
