2 Commits

Author SHA1 Message Date
Jason Hood
86512f67f6 Fix -e et al when redirecting to NUL
Redirecting ansicon to NUL would still write to the console, as NUL is
regarded as a character device.  Export IsConsoleHandle and use that
instead of _isatty.
2018-08-23 17:02:47 +10:00
Jason Hood
f2843b1d10 Explicitly link the VC exe with MSVCRT.dll
Create an import library containing the necessary CRT functions and link
with that, rather than the compiler's own version.
2018-05-11 15:14:58 +10:00