diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-24 02:23:45 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-24 22:17:23 +0300 |
commit | dd8b9800cea3c0396baad5f280003d8481182592 (patch) | |
tree | 535482f6fcb0c4a404a46a00a443e32b31d48a1a | |
parent | f592268e70873aeea783f4cc96d20a11f4b35532 (diff) | |
download | videoteco-fork-dd8b9800cea3c0396baad5f280003d8481182592.tar.gz |
enabled LFN support
I tested it on FreeDOS with DOSLFN.COM.
Should also work on Win9x, so the DOS port works a Windows editor as well.
-rw-r--r-- | Makefile.wcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.wcc b/Makefile.wcc index a7af916..5cd1420 100644 --- a/Makefile.wcc +++ b/Makefile.wcc @@ -38,7 +38,7 @@ LDFLAGS += format dos option map option stack=16k & -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_SBRK -dHAVE_STRCHR -dTERMCAP + -dHAVE_SBRK -dHAVE_STRCHR -dTERMCAP -d__WATCOM_LFN__ all : teco.exe .SYMBOLIC |