Skip to content

0.0.7.124

Compare
Choose a tag to compare
@JPeterMugaas JPeterMugaas released this 11 Apr 03:36
· 350 commits to main since this release
  • Remove SourceLen from CompilerParams and make print_errno use a dynamic buffer instead of a static one (also use standard types).
  • publish version info in MSYS/CYGWIN. Fixed resource-file so that it complies with standards for .EXE's, not .DLL's.
  • Move M_COMPILER_DEFINES to efxc2Utils. Eliminate numdefines since it's no longer used.
  • Defines functionality now uses smart pointers.
  • You can now pass a value to a define like this: [define name]=[define value]. This is described at Microsoft's website. If no value for a define is specified, a default of "1" is used. The previous behavior was that all defines had a value of "1".
  • print_errno use a dynamic buffer instead of a static one and also uses standard type.