10 lines
222 B
Batchfile
10 lines
222 B
Batchfile
@echo off
|
|
call "..\misc\compile_setup.bat"
|
|
|
|
rem bld --dont_compile_core
|
|
cd build
|
|
core_main.exe examples/game2d.core
|
|
rem bld --dont_compile_core --link=vendor/raylib/windows/raylibdll.lib
|
|
rem build\generated_main.exe
|
|
cd ..
|