8 Commits

Author SHA1 Message Date
bbbbbr
65f033ac5e Examples: fix some missing compile.bat
- Add missing target to some makefiles
- Fix megaduck and cross-platform folders not in list of folders to process
2025-11-26 23:33:38 -08:00
Panagiotis Georgiadis
8849193ffc Add slash between GBDK_HOME and bin path in example Makefiles (#806) (drpaneas)
- Addresses https://github.com/gbdk-2020/gbdk-2020/issues/805
2025-08-11 11:43:47 -07:00
Michel Iwaniec
a4707b2a4a Revert "LCC: remove recently added -Wl-u from -debug since builds fail when .lst not present for object files"
This reverts commit 26f42ecd6a.
2024-04-23 00:53:25 +01:00
bbbbbr
26f42ecd6a LCC: remove recently added -Wl-u from -debug since builds fail when .lst not present for object files
- The failure mode will likely trip up many users
- For the GBDK examples add -Wl-u wrapped in the GBDK_DEBUG toggle as a compromise
2024-03-03 04:50:32 -08:00
bbbbbr
c9e9632923 Examples: allow environment var to override GBDK_HOME in Makefiles 2024-01-18 00:47:55 -08:00
bbbbbr
de2c7fc4a0 Examples: Add GBDK_DEBUG environment var to easily turn on and off debug flags
- Improve up clean target file type coverage for a couple examples
2024-01-17 13:59:51 -08:00
bbbbbr
3873b9bd5d Examples & Headers: fix a few minor warnings 2023-07-24 16:43:34 -07:00
Michel Iwaniec
0c32a326e4 Add cross-platform test for exercising string functions in string.h
* Make test execute strlen, strcmp/strncmp, strcpy/strncpy and strcat/strncat
2023-07-23 02:24:52 +01:00