fixing random build issue
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
#include <Core/Common/CoreUtils.h>
|
||||
#include <Core/Common/EnumUtils.h>
|
||||
#include <Core/HAL/Display/Display_Private.h>
|
||||
#include <Core/HAL/Filesystem/Filesystem_Private.h>
|
||||
#include <Core/HAL/Display/Display_cpp.h>
|
||||
#include <Core/JulietInit.h>
|
||||
#include <Core/Logging/LogManager.h>
|
||||
#include <Core/Memory/MemoryArena.h>
|
||||
|
||||
namespace Juliet
|
||||
{
|
||||
|
||||
@@ -1094,10 +1094,10 @@ static void GenerateProject(const char* projectName, const char* projectDir, con
|
||||
const char* cfg = configs[i];
|
||||
offset += sprintf_s(buf + offset, (4 * 1024 * 1024) - offset,
|
||||
" <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='%s|x64'\">\n"
|
||||
" <NMakeBuildCommandLine>cd $(SolutionDir) & misc\\build.bat %s $(SolutionName)</NMakeBuildCommandLine>\n"
|
||||
" <NMakeReBuildCommandLine>cd $(SolutionDir) & misc\\build.bat -clean %s $(SolutionName)</NMakeReBuildCommandLine>\n"
|
||||
" <NMakeCleanCommandLine>cd $(SolutionDir) & misc\\build.bat -clean %s $(SolutionName)</NMakeCleanCommandLine>\n"
|
||||
" <NMakeOutput>$(SolutionDir)bin\\x64-%s\\%s.exe</NMakeOutput>\n"
|
||||
" <NMakeBuildCommandLine>cd $(SolutionDir)..\\ & misc\\build.bat %s $(SolutionName)</NMakeBuildCommandLine>\n"
|
||||
" <NMakeReBuildCommandLine>cd $(SolutionDir)..\\ & misc\\build.bat -clean %s $(SolutionName)</NMakeReBuildCommandLine>\n"
|
||||
" <NMakeCleanCommandLine>cd $(SolutionDir)..\\ & misc\\build.bat -clean %s $(SolutionName)</NMakeCleanCommandLine>\n"
|
||||
" <NMakeOutput>$(SolutionDir)..\\bin\\x64-%s\\%s.exe</NMakeOutput>\n"
|
||||
" <NMakeIncludeSearchPath>%s$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>\n"
|
||||
" <IncludePath>%s$(IncludePath)</IncludePath>\n",
|
||||
cfg, cfg, cfg, cfg, cfg, projectName, includeSearchPath, includeSearchPath);
|
||||
|
||||
Reference in New Issue
Block a user