From 5804ce5f84c6abfe0283212bedeb690e2d6d1a9f Mon Sep 17 00:00:00 2001 From: Zangetsu38 Date: Sun, 28 Jun 2015 18:09:28 +0200 Subject: [PATCH] Remove -x64 on exe because now it is useless --- rpcs3/rpcs3.vcxproj | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rpcs3/rpcs3.vcxproj b/rpcs3/rpcs3.vcxproj index 24f977e5a7..9cc7ac418d 100644 --- a/rpcs3/rpcs3.vcxproj +++ b/rpcs3/rpcs3.vcxproj @@ -57,13 +57,13 @@ .\;..\wxWidgets\include;..\SDL-1.3.0-5538\include;..\SDL_image-1.2.10;..\pthreads-2.8.0;..\;..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\x86_64\Include;.\OpenAL\include;$(IncludePath);..\asmjit\src\asmjit $(SolutionDir)bin\ ..\libs\$(Configuration)\;$(LibraryPath) - $(ProjectName)-$(PlatformShortName)-dbg + $(ProjectName)-dbg .\;..\wxWidgets\include;..\SDL-1.3.0-5538\include;..\SDL_image-1.2.10;..\pthreads-2.8.0;..\;..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\x86_64\Include;.\OpenAL\include;$(IncludePath) $(SolutionDir)bin\ ..\libs\Debug\;$(LibraryPath) - $(ProjectName)-$(PlatformShortName)-dbg + $(ProjectName)-dbg false @@ -72,7 +72,6 @@ ..\libs\$(Configuration)\;$(LibraryPath) false false - $(ProjectName)-$(PlatformShortName) @@ -241,4 +240,4 @@ - \ No newline at end of file +