about summary refs log tree commit diff stats
path: root/src/chrtrans/build-chrtrans.com
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-11-17 14:36:49 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1997-11-17 14:36:49 -0500
commite47cfd5646f55de9688ff42df3055fd9c09b503f (patch)
treeaab6f3c275e0f2ef58110654e4d87e5bc6676130 /src/chrtrans/build-chrtrans.com
parentb63d287c6f3e67f8574ca2155c661288bc7dcd05 (diff)
downloadlynx-snapshots-e47cfd5646f55de9688ff42df3055fd9c09b503f.tar.gz
snapshot of project "lynx", label v2-7-1ac_0-95
Diffstat (limited to 'src/chrtrans/build-chrtrans.com')
-rw-r--r--src/chrtrans/build-chrtrans.com96
1 files changed, 58 insertions, 38 deletions
diff --git a/src/chrtrans/build-chrtrans.com b/src/chrtrans/build-chrtrans.com
index 23c9a2ae..5ddb2590 100644
--- a/src/chrtrans/build-chrtrans.com
+++ b/src/chrtrans/build-chrtrans.com
@@ -44,13 +44,13 @@ $  THEN
 $   CHRcompiler := "GNUC"
 $   v1 = f$verify(1)
 $! GNUC:
-$   cc := gcc 'cc_opts'/INCLUDE=([-],[--],[--.WWW.Library.Implementation]) 
+$   cc := gcc 'CHRcc_opts'/INCLUDE=([-],[--],[--.WWW.Library.Implementation]) 
 $   v1 = 'f$verify(0)'
 $  ELSE
 $   CHRcompiler := "VAXC"
 $   v1 = f$verify(1)
 $! VAXC:
-$   cc := cc 'cc_opts'/INCLUDE=([-],[--],[--.WWW.Library.Implementation]) 
+$   cc := cc 'CHRcc_opts'/INCLUDE=([-],[--],[--.WWW.Library.Implementation]) 
 $   v1 = 'f$verify(0)'
 $  ENDIF
 $ ENDIF
@@ -65,7 +65,7 @@ $ v1 = f$verify(1)
 $!
 $!	Link the Lynx [.SRC.CHRTRANS]makeuctb module.
 $!
-$ link/exe=makeuctb.exe'link_opts' makeuctb, -
+$ link/exe=makeuctb.exe'CHRlink_opts' makeuctb, -
 sys$disk:[-]'CHRcompiler'.opt/opt
 $ v1 = 'f$verify(0)'
 $!
@@ -76,54 +76,74 @@ $!
 $!	Create the Lynx [.SRC.CHRTRANS] header files.
 $!
 $ makeuctb := $'CHRwhere'makeuctb
-$ define/user sys$output 'CHRwhere'iso01_uni.h
+$ define/user sys$output 'CHRwhere'iso01_uni.h	!ISO Latin 1
 $ makeuctb iso01_uni.tbl
-$ define/user sys$output 'CHRwhere'iso02_uni.h
-$ makeuctb iso02_uni.tbl
-$ define/user sys$output 'CHRwhere'def7_uni.h
+$ define/user sys$output 'CHRwhere'cp850_uni.h	! cp850
+$ makeuctb cp850_uni.tbl
+$ define/user sys$output 'CHRwhere'cp1252_uni.h
+$ makeuctb cp1252_uni.tbl
+$ define/user sys$output 'CHRwhere'cp437_uni.h	! cp437
+$ makeuctb cp437_uni.tbl
+$ define/user sys$output 'CHRwhere'dmcs_uni.h	!DEC Multinational
+$ makeuctb dmcs_uni.tbl
+$ define/user sys$output 'CHRwhere'mac_uni.h	!Macintosh (8 bit)
+$ makeuctb mac_uni.tbl
+$ define/user sys$output 'CHRwhere'next_uni.h	!NeXT character set
+$ makeuctb next_uni.tbl
+$ define/user sys$output 'CHRwhere'viscii_uni.h	!Vietnamese (VISCII)
+$ makeuctb viscii_uni.tbl
+$ define/user sys$output 'CHRwhere'def7_uni.h	!7 bit approximations
 $ makeuctb def7_uni.tbl
-$ define/user sys$output 'CHRwhere'iso03_uni.h
+$ define/user sys$output 'CHRwhere'iso02_uni.h	!ISO Latin 2
+$ makeuctb iso02_uni.tbl
+$ define/user sys$output 'CHRwhere'cp852_uni.h	!DosLatin2 (cp852)
+$ makeuctb cp852_uni.tbl
+$ define/user sys$output 'CHRwhere'cp1250_uni.h	!WinLatin2 (cp1250)
+$ makeuctb cp1250_uni.tbl
+$ define/user sys$output 'CHRwhere'iso03_uni.h	!ISO Latin 3
 $ makeuctb iso03_uni.tbl
-$ define/user sys$output 'CHRwhere'iso04_uni.h
+$ define/user sys$output 'CHRwhere'iso04_uni.h	!ISO Latin 4
 $ makeuctb iso04_uni.tbl
-$ define/user sys$output 'CHRwhere'iso05_uni.h
+$ define/user sys$output 'CHRwhere'iso05_uni.h	!ISO Latin 5 Cyrillic
 $ makeuctb iso05_uni.tbl
-$ define/user sys$output 'CHRwhere'iso06_uni.h
+$ define/user sys$output 'CHRwhere'cp866_uni.h	!DosCyrillic (cp866)
+$ makeuctb cp866_uni.tbl
+$ define/user sys$output 'CHRwhere'cp1251_uni.h	!WinCyrillic (cp1251)
+$ makeuctb cp1251_uni.tbl
+$ define/user sys$output 'CHRwhere'koi8r_uni.h	!KOI8-R Cyrillic
+$ makeuctb koi8r_uni.tbl
+$ define/user sys$output 'CHRwhere'iso06_uni.h	!ISO 8859-6 Arabic
 $ makeuctb iso06_uni.tbl
-$ define/user sys$output 'CHRwhere'iso07_uni.h
+$ define/user sys$output 'CHRwhere'cp864_uni.h	!DosArabic (cp864)
+$ makeuctb cp864_uni.tbl
+$ define/user sys$output 'CHRwhere'cp1256_uni.h	!WinArabic (cp1256)
+$ makeuctb cp1256_uni.tbl
+$ define/user sys$output 'CHRwhere'iso07_uni.h	!ISO 8859-7 Greek
 $ makeuctb iso07_uni.tbl
-$ define/user sys$output 'CHRwhere'iso08_uni.h
+$ define/user sys$output 'CHRwhere'cp737_uni.h	!DosGreek (cp737)
+$ makeuctb cp737_uni.tbl
+$ define/user sys$output 'CHRwhere'cp869_uni.h	!DosGreek2 (cp869)
+$ makeuctb cp869_uni.tbl
+$ define/user sys$output 'CHRwhere'cp1253_uni.h	!WinGreek (cp1253)
+$ makeuctb cp1253_uni.tbl
+$ define/user sys$output 'CHRwhere'iso08_uni.h	!ISO 8859-8 Hebrew
 $ makeuctb iso08_uni.tbl
-$ define/user sys$output 'CHRwhere'iso09_uni.h
+$ define/user sys$output 'CHRwhere'cp862_uni.h	!DosHebrew (cp862)
+$ makeuctb cp862_uni.tbl
+$ define/user sys$output 'CHRwhere'cp1255_uni.h	!WinHebrew (cp1255)
+$ makeuctb cp1255_uni.tbl
+$ define/user sys$output 'CHRwhere'iso09_uni.h	!ISO 8859-9 (Latin 5)
 $ makeuctb iso09_uni.tbl
-$ define/user sys$output 'CHRwhere'iso10_uni.h
+$ define/user sys$output 'CHRwhere'iso10_uni.h	!ISO 8859-10
 $ makeuctb iso10_uni.tbl
-$ define/user sys$output 'CHRwhere'koi8r_uni.h
-$ makeuctb koi8r_uni.tbl
-$ define/user sys$output 'CHRwhere'cp437_uni.h
-$ makeuctb cp437_uni.tbl
-$ define/user sys$output 'CHRwhere'cp850_uni.h
-$ makeuctb cp850_uni.tbl
-$ define/user sys$output 'CHRwhere'cp852_uni.h
-$ makeuctb cp852_uni.tbl
-$ define/user sys$output 'CHRwhere'cp866_uni.h
-$ makeuctb cp866_uni.tbl
-$ define/user sys$output 'CHRwhere'cp1250_uni.h
-$ makeuctb cp1250_uni.tbl
-$ define/user sys$output 'CHRwhere'cp1251_uni.h
-$ makeuctb cp1251_uni.tbl
-$ define/user sys$output 'CHRwhere'cp1252_uni.h
-$ makeuctb cp1252_uni.tbl
-$ define/user sys$output 'CHRwhere'viscii_uni.h
-$ makeuctb viscii_uni.tbl
-$ define/user sys$output 'CHRwhere'utf8_uni.h
+$ define/user sys$output 'CHRwhere'utf8_uni.h	!UNICODE UTF 8
 $ makeuctb utf8_uni.tbl
-$ define/user sys$output 'CHRwhere'mnemonic_suni.h
+$ define/user sys$output 'CHRwhere'rfc_suni.h	!RFC 1345 w/o Intro
+$ makeuctb rfc_suni.tbl
+$ define/user sys$output 'CHRwhere'mnemonic_suni.h !RFC 1345 Mnemonic
 $ makeuctb mnemonic_suni.tbl
-$ define/user sys$output 'CHRwhere'mnem_suni.h
+$ define/user sys$output 'CHRwhere'mnem_suni.h	!(not used)
 $ makeuctb mnem_suni.tbl
-$ define/user sys$output 'CHRwhere'rfc_suni.h
-$ makeuctb rfc_suni.tbl
 $ v1 = 'f$verify(0)'
 $ exit
 $!