diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-04-16 01:40:22 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-04-16 01:40:22 -0400 |
commit | e4409c408eedf320b8845cafdd62b664bec1afd8 (patch) | |
tree | ccce96259ffd0a5edf9dc05e49262aaf5854fd99 /src/chrtrans/MAKEW32.BAT | |
parent | 36a66292ee2ec3530d776892d22d6c5ace810ae0 (diff) | |
download | lynx-snapshots-e4409c408eedf320b8845cafdd62b664bec1afd8.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-6
Diffstat (limited to 'src/chrtrans/MAKEW32.BAT')
-rw-r--r-- | src/chrtrans/MAKEW32.BAT | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/chrtrans/MAKEW32.BAT b/src/chrtrans/MAKEW32.BAT new file mode 100644 index 00000000..1259b344 --- /dev/null +++ b/src/chrtrans/MAKEW32.BAT @@ -0,0 +1,25 @@ +@echo If .tbl files are added or removed you will need to hand edit +@echo this batch file. +@echo . +make -f makefile.w32 +makeuctb iso01_uni.tbl > iso01_uni.h +makeuctb iso02_uni.tbl > iso02_uni.h +makeuctb iso03_uni.tbl > iso03_uni.h +makeuctb iso04_uni.tbl > iso04_uni.h +makeuctb iso05_uni.tbl > iso05_uni.h +makeuctb iso07_uni.tbl > iso07_uni.h +makeuctb iso09_uni.tbl > iso09_uni.h +makeuctb iso10_uni.tbl > iso10_uni.h +makeuctb cp437_uni.tbl > cp437_uni.h +makeuctb cp850_uni.tbl > cp850_uni.h +makeuctb cp852_uni.tbl > cp852_uni.h +makeuctb cp1250_uni.tbl > cp1250_uni.h +makeuctb cp1252_uni.tbl > cp1252_uni.h +makeuctb utf8_uni.tbl > utf8_uni.h +makeuctb mnemonic_suni.tbl > mnemonic_suni.h +makeuctb mnem_suni.tbl > mnem_suni.h +makeuctb rfc_suni.tbl > rfc_suni.h +makeuctb def7_uni.tbl > def7_uni.h +makeuctb koi8r_uni.tbl > koi8r_uni.h + + |