tch69
|
788308fb05
|
Using /usr/bin/env bash instead of /bin/bash (#307)
/bin/bash" makes the script Linux-specific, so change it to "/usr/bin/env bash"
|
2021-01-17 14:51:21 -05:00 |
mjbudd77
|
c80e65ff79
|
Reverted unix build script back to bash instead of sh. This script has
bash specific syntax in it.
|
2021-01-16 14:54:47 -05:00 |
tch69
|
6d541c6d62
|
rename /bin/bash to /bin/sh to scripts in 'scripts folder (#302)
* Update genGitHdr.sh
* Update linux_makeIcons.sh
* Update unix_debug_build.sh
|
2021-01-13 18:30:20 -05:00 |
mjbudd77
|
8e6e40848d
|
VS Code integration (#298)
* Integrated VS Code IDE into project. A very useful tool for debugging Qt/SDL port.
* Fixed Qt/SDL debug launch target in vscode config for MacOS
|
2021-01-08 15:14:23 -05:00 |