Add build scripts for Unix
This commit is contained in:
parent
df232e6184
commit
2377e644e6
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
cd "$(dirname "$0")/.." && msbuild /p:Configuration=Debug BizHawk.sln
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
cd "$(dirname "$0")/.." && msbuild /p:Configuration=Release BizHawk.sln
|
Loading…
Reference in New Issue