Files
corelang/build.bat
Krzosa Karol fdcdc8ea86 Misc
2023-04-14 21:13:38 +02:00

10 lines
214 B
Batchfile

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