Build/win_x86.bat

5 lines
76 B
Batchfile
Raw Permalink Normal View History

@echo off
cd Public
premake5 vs2022 --target-win32 --target-x86_32 %*
cd ..