ZCPR-D&J Fixes

Lars Nelson found a couple issues with ZCPR-D&J and provided an update:

- Buffer overflow
- Failure of default drive/user
This commit is contained in:
Wayne Warthen
2022-07-24 15:10:28 -07:00
parent 27935123cf
commit f0def03d0e
14 changed files with 241 additions and 166 deletions

View File

@@ -6,6 +6,7 @@ clean:
$(MAKE) --directory Tools clean
$(MAKE) --directory Source clean
$(MAKE) --directory Binary clean
rm -f make.log
clobber: clean
@@ -13,6 +14,6 @@ diff:
$(MAKE) --directory Source diff
dist:
$(MAKE) ROM_PLATFORM=dist
$(MAKE) ROM_PLATFORM=dist 2>&1 | tee make.log
$(MAKE) --directory Source clean
$(MAKE) --directory Tools clean