Files
corelang/build.bat
2023-04-16 15:37:29 +02:00

10 lines
218 B
Batchfile

@echo off
call "..\misc\compile_setup.bat"
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 ..