4 lines
67 B
Batchfile
4 lines
67 B
Batchfile
|
@echo off
|
||
|
|
||
|
cd Public
|
||
|
premake5 vs2019 --target-win32 --target-x86_32
|