From 5a5c5204434b7b61a920a76c1cd61c91fa138fb5 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sun, 30 Jul 2017 15:09:00 -0230 Subject: [PATCH] Updated Visual Studio project file to be compatible for everyone. Basically, removed all paths that were specific to me (stephen) and used relative paths instead. The development webpage will need to be updated to match this. --- src/windows/OSystemWINDOWS.hxx | 2 -- src/windows/SerialPortWINDOWS.hxx | 2 -- src/windows/Stella.vcxproj | 16 ++++++++-------- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/src/windows/OSystemWINDOWS.hxx b/src/windows/OSystemWINDOWS.hxx index 87ee39ff5..16bfe37e3 100644 --- a/src/windows/OSystemWINDOWS.hxx +++ b/src/windows/OSystemWINDOWS.hxx @@ -22,8 +22,6 @@ /** This class defines Windows system specific settings. - - @author Stephen Anthony */ class OSystemWINDOWS : public OSystem { diff --git a/src/windows/SerialPortWINDOWS.hxx b/src/windows/SerialPortWINDOWS.hxx index ea0694fc6..5d0c2b011 100644 --- a/src/windows/SerialPortWINDOWS.hxx +++ b/src/windows/SerialPortWINDOWS.hxx @@ -24,8 +24,6 @@ /** Implement reading and writing from a serial port under Windows systems. - - @author Stephen Anthony */ class SerialPortWINDOWS : public SerialPort { diff --git a/src/windows/Stella.vcxproj b/src/windows/Stella.vcxproj index dba0120a6..6e765c0ea 100644 --- a/src/windows/Stella.vcxproj +++ b/src/windows/Stella.vcxproj @@ -89,22 +89,22 @@ AllRules.ruleset - C:\Users\stephen\Source\sdl\include;$(IncludePath) - C:\Users\stephen\Source\sdl\include;$(IncludePath) - C:\Users\stephen\Source\sdl\include;$(IncludePath) - C:\Users\stephen\Source\sdl\lib\x86;$(LibraryPath) + $(ProjectDir)\SDL\lib\x86;$(LibraryPath) + $(ProjectDir)\SDL\include;$(IncludePath) - C:\Users\stephen\Source\sdl\include;$(IncludePath) - C:\Users\stephen\Source\sdl\lib\x86;$(LibraryPath) + $(ProjectDir)\SDL\lib\x86;$(LibraryPath) + $(ProjectDir)\SDL\include;$(IncludePath) - C:\Users\stephen\Source\sdl\lib\x64;$(LibraryPath) + $(ProjectDir)\SDL\lib\x64;$(LibraryPath) + $(ProjectDir)\SDL\include;$(IncludePath) - C:\Users\stephen\Source\sdl\lib\x64;$(LibraryPath) + $(ProjectDir)\SDL\lib\x64;$(LibraryPath) + $(ProjectDir)\SDL\include;$(IncludePath)