5 lines
76 B
Batchfile
5 lines
76 B
Batchfile
@echo off
|
|
|
|
cd Public
|
|
premake5 vs2022 --target-win32 --target-x86_32 %*
|
|
cd .. |