fix intellisnse when generating project
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@ echo Generating Visual Studio / Rider solution and project files...
|
|||||||
set PLAN=Intermediate\vs_plan.txt
|
set PLAN=Intermediate\vs_plan.txt
|
||||||
if exist "%PLAN%" del /f /q "%PLAN%"
|
if exist "%PLAN%" del /f /q "%PLAN%"
|
||||||
|
|
||||||
>>"%PLAN%" echo GLOBAL_INCLUDE $(SolutionDir)Juliet\include;$(SolutionDir)Juliet\src;$(SolutionDir)Game;$(SolutionDir)External\imgui;$(SolutionDir)External\imgui\backends;
|
>>"%PLAN%" echo GLOBAL_INCLUDE $(SolutionDir)..\Juliet\include;$(SolutionDir)..\Juliet\src;$(SolutionDir)..\Game;$(SolutionDir)..\External\imgui;$(SolutionDir)..\External\imgui\backends;
|
||||||
>>"%PLAN%" echo DEF_COMMON JULIET_WIN32;UNICODE;_UNICODE;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_WARNINGS;
|
>>"%PLAN%" echo DEF_COMMON JULIET_WIN32;UNICODE;_UNICODE;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_WARNINGS;
|
||||||
>>"%PLAN%" echo DEF_DEBUG DEBUG;JULIET_DEBUG;PROFILING_ENABLED;JULIET_ENABLE_IMGUI;
|
>>"%PLAN%" echo DEF_DEBUG DEBUG;JULIET_DEBUG;PROFILING_ENABLED;JULIET_ENABLE_IMGUI;
|
||||||
>>"%PLAN%" echo DEF_PROFILE RELEASE;PROFILING_ENABLED;JULIET_ENABLE_IMGUI;
|
>>"%PLAN%" echo DEF_PROFILE RELEASE;PROFILING_ENABLED;JULIET_ENABLE_IMGUI;
|
||||||
@@ -32,7 +32,7 @@ if exist "%PLAN%" del /f /q "%PLAN%"
|
|||||||
>>"%PLAN%" echo PCH Core/PCH.h Juliet\src\Core\PCH.cpp
|
>>"%PLAN%" echo PCH Core/PCH.h Juliet\src\Core\PCH.cpp
|
||||||
|
|
||||||
>>"%PLAN%" echo PROJECT JulietShaderCompiler
|
>>"%PLAN%" echo PROJECT JulietShaderCompiler
|
||||||
>>"%PLAN%" echo INCLUDE_SEARCH $(SolutionDir)Juliet\include;$(SolutionDir)Juliet\src;$(SolutionDir)External\imgui;$(SolutionDir)JulietShaderCompiler;
|
>>"%PLAN%" echo INCLUDE_SEARCH $(SolutionDir)..\Juliet\include;$(SolutionDir)..\Juliet\src;$(SolutionDir)..\External\imgui;$(SolutionDir)..\JulietShaderCompiler;
|
||||||
>>"%PLAN%" echo PCH Core/PCH.h Juliet\src\Core\PCH.cpp
|
>>"%PLAN%" echo PCH Core/PCH.h Juliet\src\Core\PCH.cpp
|
||||||
>>"%PLAN%" echo DEBUG_CMD ..\..\Assets\source\SolidColor.frag.hlsl -o ..\..\Assets\compiled\SolidColor.frag.dxil
|
>>"%PLAN%" echo DEBUG_CMD ..\..\Assets\source\SolidColor.frag.hlsl -o ..\..\Assets\compiled\SolidColor.frag.dxil
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user