Files
Project-Reboot-3.0/build-linux.sh
2025-04-11 22:36:19 +02:00

7 lines
324 B
Bash
Executable File

#!/usr/bin/bash
# To run this you need to setup msvc for wine https://github.com/mstorsjo/msvc-wine
# I haven't setup the .clangd file yet so it's gonna be a pain to program in if you're using clangd tho
msbuild "./Project Reboot 3.0/Project Reboot 3.0.vcxproj" /p:configuration=Release /p:platform=x64 /p:OutDir=../Build