This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
BizHawk
mirror of
https://github.com/TASEmulators/BizHawk.git
Watch
1
Star
0
Fork
You've already forked BizHawk
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
BizHawk
/
ExternalToolProjects
/
.build_debug.sh
3 lines
40 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Add HelloWorld tool to repo, add build scripts, fix bugs in HelloWorld
2020-01-16 18:49:16 +00:00
#!/bin/sh
Make ext. tool build scripts pass args through to dotnet
2023-02-08 13:26:18 +00:00
dotnet build -c Debug -m
"
$@
"