From 7a68316c6144b26bf4c59effd8a97608f5185aba Mon Sep 17 00:00:00 2001 From: daco65 Date: Fri, 12 Sep 2008 23:55:59 +0000 Subject: [PATCH] stupid VS2005 compiler and its " i dont understand directories with spaces" fixed building when the source is located at a place like C:\Documents and settings also got sick of njoy.h saying the new lines wern't done correctly. so thats fixed too. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@504 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Core.vcproj | 329 +++++++++++----------- Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.h | 4 +- 2 files changed, 167 insertions(+), 166 deletions(-) diff --git a/Source/Core/Core/Core.vcproj b/Source/Core/Core/Core.vcproj index 8045d073db..472aa545d8 100644 --- a/Source/Core/Core/Core.vcproj +++ b/Source/Core/Core/Core.vcproj @@ -87,153 +87,6 @@ Name="VCPostBuildEventTool" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -382,6 +310,79 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + - - - - - - @@ -1270,6 +1255,14 @@ UsePrecompiledHeader="1" /> + + + @@ -1278,6 +1271,14 @@ UsePrecompiledHeader="1" /> + + + diff --git a/Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.h b/Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.h index dc83e3e091..505d96eb84 100644 --- a/Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.h +++ b/Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.h @@ -59,9 +59,9 @@ #include #include #define SLEEP(x) usleep(x*1000) -#endif +#endif #ifdef __linux__ -#include +#include #endif #ifdef USE_WXWIDGETS