diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-27 06:31:04 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-27 06:35:36 +0300 |
commit | 05569802996888f857ead155631fd3bd9c680876 (patch) | |
tree | 7d6f19a57a3e013eb48495db58146c09a1ea4765 /Makefile.wcc | |
parent | b5325e00c402ec18034da4b4a4aaaefa87bb1fef (diff) | |
download | videoteco-fork-05569802996888f857ead155631fd3bd9c680876.tar.gz |
implemented EC for non-UNIX almost pure standard C compilers
In particular, this will work on MS-DOS, albeit inefficiently.
You also cannot generically redirect stderr on COMMAND.COM.
Diffstat (limited to 'Makefile.wcc')
-rw-r--r-- | Makefile.wcc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.wcc b/Makefile.wcc index 57684f2..13ab749 100644 --- a/Makefile.wcc +++ b/Makefile.wcc @@ -37,7 +37,8 @@ LDFLAGS += format dos option eliminate option map option stack=16k & set WCC_DEFS=-dSTDC_HEADERS=1 -dHAVE_STDIO_H -dHAVE_CTYPE_H -dHAVE_ERRNO_H & -dHAVE_STRING_H -dHAVE_STRINGS_H -dHAVE_FCNTL_H -dHAVE_IO_H & -dHAVE_SYS_STAT_H -dHAVE_SIGNAL_H -dHAVE_STDLIB_H -dHAVE_UNISTD_H & - -dHAVE_STDINT_H -dHAVE_DIRECT_H -dHAVE_I86_H & + -dHAVE_STDINT_H -dHAVE_DIRECT_H -dHAVE_I86_H -dHAVE_PROCESS_H -dHAVE_CONIO_H & + -dHAVE_MALLOC_H & -dHAVE_SBRK -dHAVE_STRCHR -dTERMCAP -d__WATCOM_LFN__ all : teco.exe .SYMBOLIC |