Refresh the repo
This commit is contained in:
24
build.bat
24
build.bat
@@ -1,10 +1,14 @@
|
||||
@echo off
|
||||
call "..\misc\compile_setup.bat"
|
||||
|
||||
bld --dont_compile_core
|
||||
cd build
|
||||
core_main.exe rtsgame/main.core
|
||||
rem core_main.exe examples/unions.core
|
||||
bld --dont_compile_core --link=vendor/raylib/windows/raylibdll.lib
|
||||
rem build\generated_main.exe
|
||||
cd ..
|
||||
@echo off
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
cl ../src/language/core_main.cpp -Zi -nologo -W3 -wd4200 -wd4267 -wd4244 -diagnostics:column -Fe:main.exe user32.lib
|
||||
|
||||
cd ..
|
||||
|
||||
rem cd build\pathfind_visualizer
|
||||
|
||||
rem call build.bat
|
||||
|
||||
rem cd ..\..
|
||||
|
||||
Reference in New Issue
Block a user