core build system and array, it compiles!
This commit is contained in:
23
build.bat
23
build.bat
@@ -1,20 +1,9 @@
|
||||
@echo off
|
||||
if exist "..\misc\compile_setup.bat" call "..\misc\compile_setup.bat"
|
||||
bld --dont_compile_core
|
||||
rem if exist "..\misc\compile_setup.bat" call "..\misc\compile_setup.bat"
|
||||
|
||||
set clang-flags=-O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
|
||||
rem set clang-flags=-O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
|
||||
|
||||
pushd %~dp0
|
||||
cl core_main.cpp -Zi -nologo -W3 -wd4200 -wd4267 -wd4244 -diagnostics:column -Fe:main.exe user32.lib
|
||||
rem clang core_main.cpp %clang-flags%
|
||||
rem ubuntu run clang core_main.cpp -O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o core.out
|
||||
|
||||
rem clang core_arena.cpp %clang-flags%
|
||||
|
||||
rem clang test.cpp
|
||||
|
||||
rem main.exe -testing
|
||||
rem echo Building arms race
|
||||
rem call examples/arms_race/build_arms_race.bat
|
||||
rem main examples/arms_race/arms_race.core
|
||||
|
||||
popd
|
||||
rem pushd %~dp0
|
||||
rem cl core_main.cpp -Zi -nologo -W3 -wd4200 -wd4267 -wd4244 -diagnostics:column -Fe:main.exe user32.lib
|
||||
rem popd
|
||||
|
||||
Reference in New Issue
Block a user