converted build system to simpler C
This commit is contained in:
+3
-3
@@ -12,7 +12,7 @@ cd /d "%SCRIPT_DIR%.."
|
||||
|
||||
set FBUILD=misc\fbuild.exe
|
||||
set BUILD_TOOL=misc\build_system.exe
|
||||
set BUILD_SRC=tools\build.cpp
|
||||
set BUILD_SRC=tools\build_system.c
|
||||
|
||||
set TARGET_JULIET=0
|
||||
set TARGET_ROMEO=0
|
||||
@@ -89,8 +89,8 @@ if !NEED_RECOMPILE_BUILD_TOOL! equ 1 (
|
||||
exit /b 1
|
||||
)
|
||||
)
|
||||
echo [BUILD] Compiling fast native build orchestrator [tools\build.cpp -^> misc\build.exe]...
|
||||
%COMPILER% /nologo /std:c++20 /MT /O2 /EHa- /W4 "%BUILD_SRC%" /Fe"%BUILD_TOOL%"
|
||||
echo [BUILD] Compiling fast native build orchestrator [tools\build_system.c -^> misc\build.exe]...
|
||||
%COMPILER% /nologo /MT /O2 /W4 "%BUILD_SRC%" /Fe"%BUILD_TOOL%"
|
||||
if !ERRORLEVEL! neq 0 (
|
||||
echo [BUILD FAILED] Could not compile build orchestrator.
|
||||
exit /b 1
|
||||
|
||||
Reference in New Issue
Block a user