mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-12 18:32:22 +01:00
7 lines
324 B
Bash
Executable File
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
|