You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.