diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-03-14 20:47:22 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-03-14 20:47:22 +0000 |
commit | 431f06f02cbacbd4496e13ebda51a580f0a48b91 (patch) | |
tree | ee2bcb1af073b857e5f802e9e154059208fa6134 /src/chrtrans/makefile.msc | |
parent | d8fb38a2094a590e09976390a8f5af61e2dacaaf (diff) | |
download | lynx-snapshots-431f06f02cbacbd4496e13ebda51a580f0a48b91.tar.gz |
snapshot of project "lynx", label v2-9-0dev_6f
Diffstat (limited to 'src/chrtrans/makefile.msc')
-rw-r--r-- | src/chrtrans/makefile.msc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chrtrans/makefile.msc b/src/chrtrans/makefile.msc index 48d074ab..8dd8ace4 100644 --- a/src/chrtrans/makefile.msc +++ b/src/chrtrans/makefile.msc @@ -59,6 +59,7 @@ TABLES= \ iso13_uni.h \ iso14_uni.h \ iso15_uni.h \ + iso16_uni.h \ koi8r_uni.h \ koi8u_uni.h \ mac_uni.h \ @@ -117,6 +118,7 @@ iso10_uni.h: iso10_uni.tbl makeuctb.exe iso13_uni.h: iso13_uni.tbl makeuctb.exe iso14_uni.h: iso14_uni.tbl makeuctb.exe iso15_uni.h: iso15_uni.tbl makeuctb.exe +iso16_uni.h: iso16_uni.tbl makeuctb.exe koi8r_uni.h: koi8r_uni.tbl makeuctb.exe koi8u_uni.h: koi8u_uni.tbl makeuctb.exe mac_uni.h: mac_uni.tbl makeuctb.exe |