diff --git a/SRB2_common.props b/SRB2_common.props index 775816bea..d8bbf5ab2 100644 --- a/SRB2_common.props +++ b/SRB2_common.props @@ -15,7 +15,7 @@ true true false - false + true 4244;4267 diff --git a/SRB2_x86.props b/SRB2_x86.props index 34c953745..0ba9d6078 100644 --- a/SRB2_x86.props +++ b/SRB2_x86.props @@ -7,16 +7,6 @@ USEASM;%(PreprocessorDefinitions) - - - - - - - - - - false diff --git a/libs/SDL2_common.props b/libs/SDL2_common.props index 645c5e358..5234554fc 100644 --- a/libs/SDL2_common.props +++ b/libs/SDL2_common.props @@ -4,7 +4,7 @@ $(SolutionDir)libs\SDL2\include;$(IncludePath) - ..\..\libs\SDL2\lib\$(PlatformTarget);$(LibraryPath) + $(SolutionDir)libs\SDL2\lib\$(PlatformTarget);$(LibraryPath) diff --git a/libs/SDL_mixer_common.props b/libs/SDL_mixer_common.props index e81233248..0ec482479 100644 --- a/libs/SDL_mixer_common.props +++ b/libs/SDL_mixer_common.props @@ -4,7 +4,7 @@ $(SolutionDir)libs\SDL2_mixer\include;$(IncludePath) - ..\..\libs\SDL2_mixer\lib\$(PlatformTarget);$(LibraryPath) + $(SolutionDir)libs\SDL2_mixer\lib\$(PlatformTarget);$(LibraryPath)