Also remove guile support.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -1s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -1s
This commit is contained in:
parent
f956f0a324
commit
d2e5711d6a
|
@ -155,11 +155,12 @@ When you want to see whats happening do a debug run;
|
|||
* Add `define_flow` which reverses dollar escaping so write $$(1) for $(1) and other are like normal
|
||||
* Add XML output for help system for integration with IDE's
|
||||
* Add rwildcard for deeper searches
|
||||
* Add namespace support for variables/functions/targets like: moduleX::bin/prog.o: moduleX::src.prog.c
|
||||
* Add namespace support for variables/functions/targets like: moduleX::bin/prog.o: moduleX::src/prog.c
|
||||
* Add checksum function to calc checksum for file
|
||||
* Add `os_copy_diff` function to use checksums to copy only changed files
|
||||
* Allow make to use checksums not timestamps to detect file updates
|
||||
* Define (binary) namespaced XML to replace ascii Makefile syntax
|
||||
* Make5: Remove guile support fully (maybe replace with embedded MSX BASIC)
|
||||
* Make5: Add converter command for upgrade make4 syntax and option to run make4 file.
|
||||
* Make5: move all internal's to namespace's
|
||||
* Make5: upgrade to new BDOS split file and folder API in OS kernel VFS layer
|
||||
|
|
Loading…
Reference in a new issue