diff options
Diffstat (limited to 'src/chrtrans/makefile.dos')
-rw-r--r-- | src/chrtrans/makefile.dos | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/chrtrans/makefile.dos b/src/chrtrans/makefile.dos index 6871b87a..57c45dfc 100644 --- a/src/chrtrans/makefile.dos +++ b/src/chrtrans/makefile.dos @@ -13,7 +13,9 @@ CFLAGS = $(MCFLAGS) CC = gcc MCFLAGS = -O3 -DDOSPATH -DNO_TTYTYP \ --I../../WWW/library/implement -I../../djgpp/tcplib/include \ +-I. \ +-I../../WWW/library/implement \ +-I../../djgpp/tcplib/include \ -I../../djgpp/tcplib/include/tcp .SUFFIXES: .tbl @@ -81,6 +83,7 @@ cp1256_uni.h: cp1256_uni.tbl makeuctb.exe cp1257_uni.h: cp1257_uni.tbl makeuctb.exe cp437_uni.h: cp437_uni.tbl makeuctb.exe cp737_uni.h: cp737_uni.tbl makeuctb.exe +cp775_uni.h: cp775_uni.tbl makeuctb.exe cp850_uni.h: cp850_uni.tbl makeuctb.exe cp852_uni.h: cp852_uni.tbl makeuctb.exe cp862_uni.h: cp862_uni.tbl makeuctb.exe |