4 lines
81 B
Batchfile
4 lines
81 B
Batchfile
|
@echo off
|
||
|
call win\setup_cl_generic.bat amd64
|
||
|
cmake --build build && build\eco2d
|