From c7270f50dde1e910db3e4653a6ccb602ce0a6509 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Fri, 19 Jun 2015 21:30:12 -0700 Subject: [PATCH] Fixing paths with spaces. --- README.md | 2 -- build/Xenia.Cpp.x64.Checked.props | 3 +++ build/Xenia.Cpp.x64.Common.props | 4 ++-- build/Xenia.Cpp.x64.Debug.props | 5 ++--- src/Xenia.Debug/Xenia.Debug.csproj | 4 ++-- third_party/flatc.vcxproj | 6 +++--- third_party/libgflags.vcxproj | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 4f030c1a1..9d9ca24d5 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,6 @@ legally purchased devices and games and information made public on the internet ## Quickstart -*Do not check out into a path with spaces*. - Windows 8.1+ with Python 2.7 and Visual Studio 2015 installed: > git clone https://github.com/benvanik/xenia.git diff --git a/build/Xenia.Cpp.x64.Checked.props b/build/Xenia.Cpp.x64.Checked.props index df6192456..f66296821 100644 --- a/build/Xenia.Cpp.x64.Checked.props +++ b/build/Xenia.Cpp.x64.Checked.props @@ -14,6 +14,9 @@ EnableFastChecks true + + $(SolutionDir)third_party\libav-bin\lib\Debug;%(AdditionalLibraryDirectories) + \ No newline at end of file diff --git a/build/Xenia.Cpp.x64.Common.props b/build/Xenia.Cpp.x64.Common.props index a62e7acbe..51a09db75 100644 --- a/build/Xenia.Cpp.x64.Common.props +++ b/build/Xenia.Cpp.x64.Common.props @@ -9,7 +9,7 @@ true - $(SolutionDir)\third_party\flatbuffers\include\;$(SolutionDir)\third_party\gflags\src\;$(SolutionDir)\src\;$(SolutionDir)\third_party;$(SolutionDir)\ + $(SolutionDir)third_party\flatbuffers\include;$(SolutionDir)third_party\gflags\src;$(SolutionDir)third_party;$(SolutionDir)src;$(SolutionDir) GLEW_STATIC=1;GLEW_MX=1;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;WIN32;_WIN64=1;_AMD64=1;MICROPROFILE_MAX_THREADS=128;CAPSTONE_X86_ATT_DISABLE;CAPSTONE_DIET_NO;CAPSTONE_X86_REDUCE_NO;CAPSTONE_HAS_X86;CAPSTONE_USE_SYS_DYN_MEM;%(PreprocessorDefinitions) Level4 true @@ -17,7 +17,7 @@ false - $(SolutionDir)build\bin\$(Configuration)\ + $(SolutionDir)build\bin\$(Configuration) ntdll.lib;wsock32.lib;ws2_32.lib;xinput.lib;xaudio2.lib;glu32.lib;opengl32.lib;comctl32.lib;%(AdditionalDependencies) diff --git a/build/Xenia.Cpp.x64.Debug.props b/build/Xenia.Cpp.x64.Debug.props index de20e3fd1..072016174 100644 --- a/build/Xenia.Cpp.x64.Debug.props +++ b/build/Xenia.Cpp.x64.Debug.props @@ -14,9 +14,8 @@ Debug - - $(SolutionDir)third_party\libav-bin\lib\Debug\;%(AdditionalLibraryDirectories) - + + \ No newline at end of file diff --git a/src/Xenia.Debug/Xenia.Debug.csproj b/src/Xenia.Debug/Xenia.Debug.csproj index ccd66481b..5c9eb94b1 100644 --- a/src/Xenia.Debug/Xenia.Debug.csproj +++ b/src/Xenia.Debug/Xenia.Debug.csproj @@ -18,7 +18,7 @@ ..\..\build\obj\Debug\ DEBUG;TRACE full - AnyCPU + x64 prompt MinimumRecommendedRules.ruleset true @@ -29,7 +29,7 @@ TRACE true pdbonly - AnyCPU + x64 prompt MinimumRecommendedRules.ruleset true diff --git a/third_party/flatc.vcxproj b/third_party/flatc.vcxproj index 0b9df77f1..5f928342a 100644 --- a/third_party/flatc.vcxproj +++ b/third_party/flatc.vcxproj @@ -77,7 +77,7 @@ Level3 Disabled _CONSOLE;%(PreprocessorDefinitions) - $(SolutionDir)\third_party\flatbuffers\include\;$(SolutionDir)\third_party\gflags\src\;$(SolutionDir)\src\;$(SolutionDir)\third_party;$(SolutionDir)\ + $(SolutionDir)third_party\gflags\src;%(AdditionalIncludeDirectories) Console @@ -91,7 +91,7 @@ Level3 Disabled _CONSOLE;%(PreprocessorDefinitions) - $(SolutionDir)\third_party\flatbuffers\include\;$(SolutionDir)\third_party\gflags\src\;$(SolutionDir)\src\;$(SolutionDir)\third_party;$(SolutionDir)\ + $(SolutionDir)third_party\gflags\src;%(AdditionalIncludeDirectories) Console @@ -107,7 +107,7 @@ true true _CONSOLE;%(PreprocessorDefinitions) - $(SolutionDir)\third_party\flatbuffers\include\;$(SolutionDir)\third_party\gflags\src\;$(SolutionDir)\src\;$(SolutionDir)\third_party;$(SolutionDir)\ + $(SolutionDir)third_party\gflags\src;%(AdditionalIncludeDirectories) Console diff --git a/third_party/libgflags.vcxproj b/third_party/libgflags.vcxproj index b6d17db51..d54c38960 100644 --- a/third_party/libgflags.vcxproj +++ b/third_party/libgflags.vcxproj @@ -87,7 +87,7 @@ Level3 Disabled PATH_SEPARATOR=%27\\%27;GFLAGS_DLL_DECL=;GFLAGS_DLL_DEFINE_FLAG=;GFLAGS_DLL_DECLARE_FLAG=;_LIB;%(PreprocessorDefinitions) - $(SolutionDir)\third_party\gflags\src\windows\;$(SolutionDir)\third_party\gflags\src\;$(SolutionDir)\src\;$(SolutionDir)\ + $(SolutionDir)third_party\gflags\src\windows;$(SolutionDir)third_party\gflags\src Windows