Commit Graph

11 Commits

Author SHA1 Message Date
mjbudd77 0d4b604689 Added missing unix make docs script. Added table of contents to qhp file. 2021-08-17 22:16:57 -04:00
mjbudd77 70919c9458 Added a windows batch file version of the gitGenHdr script. 2021-02-08 20:51:24 -05:00
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
Matthew Budd 040c7abaef Updated linux desktop installation to use higher resolution icon. Added a white trim to the icon to have contrast on dark desktop backgrounds. 2020-10-22 22:19:47 -04:00
mjbudd77 08beead253 Successful addition of fceux icon to mac osx dmg package. 2020-07-12 14:10:32 -04:00
Matthew Budd f2dc2c5755 Added debug statements to genGitHdr script. 2020-07-11 20:04:58 -04:00
Matthew Budd 96df0c25e1 Added logic to auto embed the git URL and revision into the executable so that it can be displayed on the About dialog window. 2020-07-11 19:52:14 -04:00
Matthew Budd 9fc2d905de Added script to generate C header with git repo url and rev info. 2020-07-11 17:48:14 -04:00