Vita3K/gen-windows.bat
Zangetsu38 5ec1cfde34 external: Fix link to pre-built OpenSSL by updating it to 3.4.
gen-windows: Set title for generating Vita3K project files.
2025-03-02 00:36:03 +03:00

6 lines
150 B
Batchfile

@echo off
title Generate Vita3K project files
REM Generate project files for your last Visual Studio version you have
call cmake -S . -B build
pause