diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-01-08 02:03:09 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-01-08 02:03:09 -0500 |
commit | 50f9f94bc54ddad1420680e8a8f4c588eeb5d78c (patch) | |
tree | e11f7d50456d8f0c1ad03f00424e71b52bd6f505 /src/chrtrans/makefile.msc | |
parent | 6bbc5d0bfc53e1fbe69f916504c008e1b74b0b19 (diff) | |
download | lynx-snapshots-50f9f94bc54ddad1420680e8a8f4c588eeb5d78c.tar.gz |
snapshot of project "lynx", label v2-8-5dev_17
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 a57d93c4..228af43e 100644 --- a/src/chrtrans/makefile.msc +++ b/src/chrtrans/makefile.msc @@ -61,6 +61,7 @@ TABLES= \ mnem2_suni.h \ mnem_suni.h \ next_uni.h \ + pt154_uni.h \ rfc_suni.h \ utf8_uni.h \ viscii_uni.h @@ -115,6 +116,7 @@ mac_uni.h: mac_uni.tbl makeuctb.exe mnem2_suni.h: mnem2_suni.tbl makeuctb.exe mnem_suni.h: mnem_suni.tbl makeuctb.exe next_uni.h: next_uni.tbl makeuctb.exe +pt154_uni.h: pt154_uni.tbl makeuctb.exe rfc_suni.h: rfc_suni.tbl makeuctb.exe utf8_uni.h: utf8_uni.tbl makeuctb.exe viscii_uni.h: viscii_uni.tbl makeuctb.exe |