diff options
| author | Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> | 2022-06-13 11:49:19 -0500 |
|---|---|---|
| committer | Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> | 2022-06-13 11:49:19 -0500 |
| commit | 129882c79f63faebbfbf2e7e8bc3fc9209ae0f5e (patch) | |
| tree | 1f4a5c4cee6b27bf75e2c673ff828f5b10f24acc | |
| parent | 8b63cf93d812ac3a178105471fdb7423d9ae7aea (diff) | |
Moved .o files into x64/DebugObj
| -rw-r--r-- | soh/soh.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soh/soh.vcxproj b/soh/soh.vcxproj index 881dccecb..4523957c6 100644 --- a/soh/soh.vcxproj +++ b/soh/soh.vcxproj @@ -94,6 +94,7 @@ <LinkIncremental>false</LinkIncremental> <IncludePath>$(ProjectDir)assets;$(ProjectDir)build;$(ProjectDir)include;$(ProjectDir)src;$(ProjectDir);$(ProjectDir)..\libultraship\libultraship\Lib\libjpeg\include;$(ProjectDir)..\libultraship\libultraship;$(ProjectDir)..\libultraship\libultraship\Lib\spdlog\include;$(ProjectDir)..\ZAPDTR\ZAPDUtils;$(ProjectDir)..\libultraship\libultraship\Lib\Fast3D\U64;$(ProjectDir)..\libultraship\libultraship\Lib\Fast3D\U64\PR;$(ProjectDir)..\libultraship\libultraship\Lib\SDL;$(IncludePath)</IncludePath> <LibraryPath>$(OutDir);$(ProjectDir)..\libultraship\libultraship;$(ProjectDir)..\libultraship\libultraship\Lib\SDL\lib\x64;$(ProjectDir)..\libultraship\libultraship\Lib\GLEW\x64;$(ProjectDir)..\libultraship\libultraship\Lib\GLFW;$(LibraryPath)</LibraryPath> + <IntDir>$(Platform)\$(Configuration)Obj\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> |
