diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2005-12-18 23:07:04 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2005-12-18 23:07:04 -0500 |
commit | 01876e39ab4775cc04d1fdc8e491fe2e7de9c1a3 (patch) | |
tree | 2a16e6763cddd84bec1fe32d69607ecc72284b51 /src/chrtrans/makefile.msc | |
parent | c64d302821eb22d2c3d1269715a0892ddb2bb342 (diff) | |
download | lynx-snapshots-01876e39ab4775cc04d1fdc8e491fe2e7de9c1a3.tar.gz |
snapshot of project "lynx", label v2-8-6dev_16
Diffstat (limited to 'src/chrtrans/makefile.msc')
-rw-r--r-- | src/chrtrans/makefile.msc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/chrtrans/makefile.msc b/src/chrtrans/makefile.msc index 228af43e..63a19dd8 100644 --- a/src/chrtrans/makefile.msc +++ b/src/chrtrans/makefile.msc @@ -36,6 +36,7 @@ TABLES= \ cp775_uni.h \ cp850_uni.h \ cp852_uni.h \ + cp857_uni.h \ cp862_uni.h \ cp864_uni.h \ cp866_uni.h \ @@ -54,6 +55,8 @@ TABLES= \ iso08_uni.h \ iso09_uni.h \ iso10_uni.h \ + iso13_uni.h \ + iso14_uni.h \ iso15_uni.h \ koi8r_uni.h \ koi8u_uni.h \ @@ -91,6 +94,7 @@ 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 +cp857_uni.h: cp857_uni.tbl makeuctb.exe cp862_uni.h: cp862_uni.tbl makeuctb.exe cp864_uni.h: cp864_uni.tbl makeuctb.exe cp866_uni.h: cp866_uni.tbl makeuctb.exe @@ -109,6 +113,8 @@ iso07_uni.h: iso07_uni.tbl makeuctb.exe iso08_uni.h: iso08_uni.tbl makeuctb.exe iso09_uni.h: iso09_uni.tbl makeuctb.exe 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 koi8r_uni.h: koi8r_uni.tbl makeuctb.exe koi8u_uni.h: koi8u_uni.tbl makeuctb.exe |