mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
Fix 19.01 pickups
This commit is contained in:
6
build-linux.sh
Executable file
6
build-linux.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user