vMake 1.6.0
- Added ability to include raw strings in shell commands (meaning they won't be escaped), passing
SH_RAW
before the raw string; - Added much more detailed error reporting, with a ton more information when
--verbose
is used; - Added
SelectUnique
andUnpack
toList
class; - No shell commands are silenced with
--verbose
now; - Fixed
ExcuseMissingFilesRule
; - Removed one redundant debug message;
- Added
ManagedProject
andManagedComponent
functions which provide complex templates that I use extensively in my own projects.
These templates support C, C++, GAS, and NASM compilation/assembly and common linkage.