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
48658e2c3d
BizHawk
/
ExternalToolProjects
/
.build_net48_from_cwd_debug.sh
3 lines
61 B
Bash
Raw
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
Use MSBuild to copy output instead of bash in external tool template
2020-02-06 13:51:46 +00:00
CscToolExe
=
"
$(
which csc
)
"
dotnet build -c Debug -m