Build/win_x64.bat

5 lines
76 B
Batchfile

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