Skip to content

vMake 1.6.0

Compare
Choose a tag to compare
@vercas vercas released this 22 Mar 05:37
· 12 commits to master since this release
  • 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 and Unpack to List class;
  • No shell commands are silenced with --verbose now;
  • Fixed ExcuseMissingFilesRule;
  • Removed one redundant debug message;
  • Added ManagedProject and ManagedComponent 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.