diff --git a/qse/lib/cmn/env.c b/qse/lib/cmn/env.c index 8201bef6..658945a7 100644 --- a/qse/lib/cmn/env.c +++ b/qse/lib/cmn/env.c @@ -444,14 +444,6 @@ static qse_char_t* get_env (qse_env_t* env, const qse_char_t* name, int* free) return QSE_NULL; } -#elif defined(__OS2__) - /* TODO: */ -# error IMPLEMENT THIS - -#elif defined(__DOS__) - /* TODO: */ -# error IMPLEMENT THIS - #else static qse_mchar_t* get_env (qse_env_t* env, const qse_mchar_t* name, int* free) { @@ -571,12 +563,6 @@ done: FreeEnvironmentStrings (envstr); return ret; -#elif defined(__OS2__) - /* TODO: */ - return -1; -#elif defined(__DOS__) - /* TODO: */ - return -1; #else extern char** environ; char** p = environ; diff --git a/qse/lib/cmn/pio.c b/qse/lib/cmn/pio.c index 116502a9..e6c1b54e 100644 --- a/qse/lib/cmn/pio.c +++ b/qse/lib/cmn/pio.c @@ -1,5 +1,5 @@ /* - * $Id: pio.c 540 2011-08-11 15:11:02Z hyunghwan.chung $ + * $Id: pio.c 542 2011-08-12 14:39:18Z hyunghwan.chung $ * Copyright 2006-2011 Chung, Hyung-Hwan. This file is part of QSE. @@ -542,21 +542,23 @@ qse_pio_t* qse_pio_init ( else { qse_mchar_t* mptr; + qse_size_t mn; #ifdef QSE_CHAR_IS_MCHAR - qse_size_t mn = qse_strlen(cmd); + mn = qse_strlen(cmd); cmd_line = qse_strdup2 (cmd, QSE_T(" "), pio->mmgr); if (cmd_line == QSE_NULL) goto oops; #else if (oflags & QSE_PIO_MBSCMD) { - qse_size_t mn = qse_mbslen((const qse_mchar_t*)cmd); + mn = qse_mbslen((const qse_mchar_t*)cmd); cmd_line = qse_mbsdup2 ((const qse_mchar_t*)cmd, QSE_MT(" "), pio->mmgr); if (cmd_line == QSE_NULL) goto oops; } else { - qse_size_t n, mn; + qse_size_t n; + n = qse_wcstombslen (cmd, &mn); if (cmd[n] != QSE_T('\0')) goto oops; /* illegal sequence in cmd */ diff --git a/qse/watcom/debug/dos32/lib/cmn/qsecmn.tgt b/qse/watcom/debug/dos32/lib/cmn/qsecmn.tgt index 905dbd8c..0887d43b 100755 --- a/qse/watcom/debug/dos32/lib/cmn/qsecmn.tgt +++ b/qse/watcom/debug/dos32/lib/cmn/qsecmn.tgt @@ -42,7 +42,7 @@ WVList 0 10 WPickList -59 +60 11 MItem 3 @@ -188,7 +188,7 @@ WVList 43 MItem 28 -../../../../../lib/cmn/fio.c +../../../../../lib/cmn/env.c 44 WString 4 @@ -206,7 +206,7 @@ WVList 47 MItem 28 -../../../../../lib/cmn/fma.c +../../../../../lib/cmn/fio.c 48 WString 4 @@ -224,7 +224,7 @@ WVList 51 MItem 28 -../../../../../lib/cmn/gdl.c +../../../../../lib/cmn/fma.c 52 WString 4 @@ -242,7 +242,7 @@ WVList 55 MItem 28 -../../../../../lib/cmn/htb.c +../../../../../lib/cmn/gdl.c 56 WString 4 @@ -260,7 +260,7 @@ WVList 59 MItem 28 -../../../../../lib/cmn/lda.c +../../../../../lib/cmn/htb.c 60 WString 4 @@ -277,8 +277,8 @@ WVList 0 63 MItem -29 -../../../../../lib/cmn/main.c +28 +../../../../../lib/cmn/lda.c 64 WString 4 @@ -295,8 +295,8 @@ WVList 0 67 MItem -28 -../../../../../lib/cmn/mem.c +29 +../../../../../lib/cmn/main.c 68 WString 4 @@ -313,8 +313,8 @@ WVList 0 71 MItem -29 -../../../../../lib/cmn/misc.c +28 +../../../../../lib/cmn/mem.c 72 WString 4 @@ -331,8 +331,8 @@ WVList 0 75 MItem -28 -../../../../../lib/cmn/oht.c +29 +../../../../../lib/cmn/misc.c 76 WString 4 @@ -350,7 +350,7 @@ WVList 79 MItem 28 -../../../../../lib/cmn/opt.c +../../../../../lib/cmn/oht.c 80 WString 4 @@ -368,7 +368,7 @@ WVList 83 MItem 28 -../../../../../lib/cmn/pio.c +../../../../../lib/cmn/opt.c 84 WString 4 @@ -386,7 +386,7 @@ WVList 87 MItem 28 -../../../../../lib/cmn/rbt.c +../../../../../lib/cmn/pio.c 88 WString 4 @@ -404,7 +404,7 @@ WVList 91 MItem 28 -../../../../../lib/cmn/rex.c +../../../../../lib/cmn/rbt.c 92 WString 4 @@ -422,7 +422,7 @@ WVList 95 MItem 28 -../../../../../lib/cmn/sio.c +../../../../../lib/cmn/rex.c 96 WString 4 @@ -440,7 +440,7 @@ WVList 99 MItem 28 -../../../../../lib/cmn/sll.c +../../../../../lib/cmn/sio.c 100 WString 4 @@ -457,8 +457,8 @@ WVList 0 103 MItem -30 -../../../../../lib/cmn/stdio.c +28 +../../../../../lib/cmn/sll.c 104 WString 4 @@ -475,8 +475,8 @@ WVList 0 107 MItem -32 -../../../../../lib/cmn/str_beg.c +30 +../../../../../lib/cmn/stdio.c 108 WString 4 @@ -494,7 +494,7 @@ WVList 111 MItem 32 -../../../../../lib/cmn/str_cat.c +../../../../../lib/cmn/str_beg.c 112 WString 4 @@ -512,7 +512,7 @@ WVList 115 MItem 32 -../../../../../lib/cmn/str_chr.c +../../../../../lib/cmn/str_cat.c 116 WString 4 @@ -530,7 +530,7 @@ WVList 119 MItem 32 -../../../../../lib/cmn/str_cmp.c +../../../../../lib/cmn/str_chr.c 120 WString 4 @@ -548,7 +548,7 @@ WVList 123 MItem 32 -../../../../../lib/cmn/str_cnv.c +../../../../../lib/cmn/str_cmp.c 124 WString 4 @@ -566,7 +566,7 @@ WVList 127 MItem 32 -../../../../../lib/cmn/str_cpy.c +../../../../../lib/cmn/str_cnv.c 128 WString 4 @@ -584,7 +584,7 @@ WVList 131 MItem 32 -../../../../../lib/cmn/str_del.c +../../../../../lib/cmn/str_cpy.c 132 WString 4 @@ -602,7 +602,7 @@ WVList 135 MItem 32 -../../../../../lib/cmn/str_dup.c +../../../../../lib/cmn/str_del.c 136 WString 4 @@ -619,8 +619,8 @@ WVList 0 139 MItem -33 -../../../../../lib/cmn/str_dynm.c +32 +../../../../../lib/cmn/str_dup.c 140 WString 4 @@ -638,7 +638,7 @@ WVList 143 MItem 33 -../../../../../lib/cmn/str_dynw.c +../../../../../lib/cmn/str_dynm.c 144 WString 4 @@ -655,8 +655,8 @@ WVList 0 147 MItem -32 -../../../../../lib/cmn/str_end.c +33 +../../../../../lib/cmn/str_dynw.c 148 WString 4 @@ -673,8 +673,8 @@ WVList 0 151 MItem -33 -../../../../../lib/cmn/str_excl.c +32 +../../../../../lib/cmn/str_end.c 152 WString 4 @@ -692,7 +692,7 @@ WVList 155 MItem 33 -../../../../../lib/cmn/str_fcpy.c +../../../../../lib/cmn/str_excl.c 156 WString 4 @@ -710,7 +710,7 @@ WVList 159 MItem 33 -../../../../../lib/cmn/str_incl.c +../../../../../lib/cmn/str_fcpy.c 160 WString 4 @@ -727,8 +727,8 @@ WVList 0 163 MItem -32 -../../../../../lib/cmn/str_len.c +33 +../../../../../lib/cmn/str_incl.c 164 WString 4 @@ -746,7 +746,7 @@ WVList 167 MItem 32 -../../../../../lib/cmn/str_pac.c +../../../../../lib/cmn/str_len.c 168 WString 4 @@ -763,8 +763,8 @@ WVList 0 171 MItem -33 -../../../../../lib/cmn/str_pbrk.c +32 +../../../../../lib/cmn/str_pac.c 172 WString 4 @@ -781,8 +781,8 @@ WVList 0 175 MItem -32 -../../../../../lib/cmn/str_put.c +33 +../../../../../lib/cmn/str_pbrk.c 176 WString 4 @@ -800,7 +800,7 @@ WVList 179 MItem 32 -../../../../../lib/cmn/str_rev.c +../../../../../lib/cmn/str_put.c 180 WString 4 @@ -818,7 +818,7 @@ WVList 183 MItem 32 -../../../../../lib/cmn/str_rot.c +../../../../../lib/cmn/str_rev.c 184 WString 4 @@ -836,7 +836,7 @@ WVList 187 MItem 32 -../../../../../lib/cmn/str_set.c +../../../../../lib/cmn/str_rot.c 188 WString 4 @@ -854,7 +854,7 @@ WVList 191 MItem 32 -../../../../../lib/cmn/str_spl.c +../../../../../lib/cmn/str_set.c 192 WString 4 @@ -872,7 +872,7 @@ WVList 195 MItem 32 -../../../../../lib/cmn/str_spn.c +../../../../../lib/cmn/str_spl.c 196 WString 4 @@ -890,7 +890,7 @@ WVList 199 MItem 32 -../../../../../lib/cmn/str_str.c +../../../../../lib/cmn/str_spn.c 200 WString 4 @@ -907,8 +907,8 @@ WVList 0 203 MItem -34 -../../../../../lib/cmn/str_subst.c +32 +../../../../../lib/cmn/str_str.c 204 WString 4 @@ -925,8 +925,8 @@ WVList 0 207 MItem -32 -../../../../../lib/cmn/str_tok.c +34 +../../../../../lib/cmn/str_subst.c 208 WString 4 @@ -944,7 +944,7 @@ WVList 211 MItem 32 -../../../../../lib/cmn/str_trm.c +../../../../../lib/cmn/str_tok.c 212 WString 4 @@ -961,8 +961,8 @@ WVList 0 215 MItem -33 -../../../../../lib/cmn/str_word.c +32 +../../../../../lib/cmn/str_trm.c 216 WString 4 @@ -979,8 +979,8 @@ WVList 0 219 MItem -29 -../../../../../lib/cmn/time.c +33 +../../../../../lib/cmn/str_word.c 220 WString 4 @@ -997,8 +997,8 @@ WVList 0 223 MItem -28 -../../../../../lib/cmn/tio.c +29 +../../../../../lib/cmn/time.c 224 WString 4 @@ -1015,8 +1015,8 @@ WVList 0 227 MItem -32 -../../../../../lib/cmn/tio_get.c +28 +../../../../../lib/cmn/tio.c 228 WString 4 @@ -1034,7 +1034,7 @@ WVList 231 MItem 32 -../../../../../lib/cmn/tio_put.c +../../../../../lib/cmn/tio_get.c 232 WString 4 @@ -1051,8 +1051,8 @@ WVList 0 235 MItem -28 -../../../../../lib/cmn/xma.c +32 +../../../../../lib/cmn/tio_put.c 236 WString 4 @@ -1069,26 +1069,26 @@ WVList 0 239 MItem -3 -*.h +28 +../../../../../lib/cmn/xma.c 240 WString -3 -NIL +4 +COBJ 241 WVList 0 242 WVList 0 --1 +11 1 1 0 243 MItem -28 -../../../../../lib/cmn/mem.h +3 +*.h 244 WString 3 @@ -1099,14 +1099,14 @@ WVList 246 WVList 0 -239 +-1 1 1 0 247 MItem -32 -../../../../../lib/cmn/syscall.h +28 +../../../../../lib/cmn/mem.h 248 WString 3 @@ -1117,7 +1117,25 @@ WVList 250 WVList 0 -239 +243 +1 +1 +0 +251 +MItem +32 +../../../../../lib/cmn/syscall.h +252 +WString +3 +NIL +253 +WVList +0 +254 +WVList +0 +243 1 1 0 diff --git a/qse/watcom/debug/os2/cmd/scm/qsescm.tgt b/qse/watcom/debug/os2/cmd/scm/qsescm.tgt deleted file mode 100755 index ac737403..00000000 --- a/qse/watcom/debug/os2/cmd/scm/qsescm.tgt +++ /dev/null @@ -1,129 +0,0 @@ -40 -targetIdent -0 -MProject -1 -MComponent -0 -2 -WString -4 -OEXE -3 -WString -5 -oc2eo -1 -0 -1 -4 -MCommand -0 -5 -MCommand -0 -6 -MItem -10 -qsescm.exe -7 -WString -4 -OEXE -8 -WVList -2 -9 -MVState -10 -WString -7 -OS2LINK -11 -WString -28 -?????Library directories(;): -1 -12 -WString -27 -../../lib/cmn ../../lib/scm -0 -13 -MVState -14 -WString -7 -OS2LINK -15 -WString -18 -?????Libraries(,): -1 -16 -WString -13 -qsecmn qsescm -0 -17 -WVList -0 --1 -1 -1 -0 -18 -WPickList -2 -19 -MItem -3 -*.c -20 -WString -4 -COBJ -21 -WVList -0 -22 -WVList -0 --1 -1 -1 -0 -23 -MItem -28 -../../../../../cmd/scm/scm.c -24 -WString -4 -COBJ -25 -WVList -1 -26 -MVState -27 -WString -3 -WCC -28 -WString -25 -o?2??Include directories: -1 -29 -WString -54 -"$(%watcom)/h;$(%watcom)/h/os2;../../../../../include" -0 -30 -WVList -0 -19 -1 -1 -0 diff --git a/qse/watcom/debug/os2/lib/awk/qseawk.tgt b/qse/watcom/debug/os2/lib/awk/qseawk.tgt index 04bcf8d6..489adf95 100755 --- a/qse/watcom/debug/os2/lib/awk/qseawk.tgt +++ b/qse/watcom/debug/os2/lib/awk/qseawk.tgt @@ -72,386 +72,395 @@ WString 0 18 WVList -0 --1 1 -1 -0 19 -MItem -28 -../../../../../lib/awk/awk.c +ActionStates 20 WString -4 -COBJ +5 +&Make 21 WVList 0 +-1 +1 +1 +0 22 -WVList -0 -11 -1 -1 -0 -23 MItem 28 -../../../../../lib/awk/err.c -24 +../../../../../lib/awk/awk.c +23 WString 4 COBJ +24 +WVList +0 25 WVList 0 +11 +1 +1 +0 26 +MItem +28 +../../../../../lib/awk/err.c +27 +WString +4 +COBJ +28 +WVList +0 +29 WVList 0 11 1 1 0 -27 +30 MItem 28 ../../../../../lib/awk/fnc.c -28 -WString -4 -COBJ -29 -WVList -0 -30 -WVList -0 -11 -1 -1 -0 31 -MItem -29 -../../../../../lib/awk/misc.c -32 WString 4 COBJ +32 +WVList +0 33 WVList 0 -34 -WVList -0 11 1 1 0 -35 +34 MItem -30 -../../../../../lib/awk/parse.c -36 +29 +../../../../../lib/awk/misc.c +35 WString 4 COBJ +36 +WVList +0 37 WVList 0 -38 -WVList -0 11 1 1 0 -39 +38 MItem -28 -../../../../../lib/awk/rec.c -40 +30 +../../../../../lib/awk/parse.c +39 WString 4 COBJ +40 +WVList +0 41 WVList 0 -42 -WVList -0 11 1 1 0 -43 +42 MItem 28 -../../../../../lib/awk/rio.c -44 +../../../../../lib/awk/rec.c +43 WString 4 COBJ +44 +WVList +0 45 WVList 0 -46 -WVList -0 11 1 1 0 -47 +46 MItem 28 -../../../../../lib/awk/run.c -48 +../../../../../lib/awk/rio.c +47 WString 4 COBJ +48 +WVList +0 49 WVList 0 -50 -WVList -0 11 1 1 0 -51 +50 MItem 28 -../../../../../lib/awk/std.c -52 +../../../../../lib/awk/run.c +51 WString 4 COBJ +52 +WVList +0 53 WVList 0 -54 -WVList -0 11 1 1 0 -55 +54 MItem -29 -../../../../../lib/awk/tree.c -56 +28 +../../../../../lib/awk/std.c +55 WString 4 COBJ +56 +WVList +0 57 WVList 0 -58 -WVList -0 11 1 1 0 -59 +58 MItem -28 -../../../../../lib/awk/val.c -60 +29 +../../../../../lib/awk/tree.c +59 WString 4 COBJ -61 +60 WVList 0 -62 +61 WVList 0 11 1 1 0 -63 +62 MItem -3 -*.h -64 +28 +../../../../../lib/awk/val.c +63 WString -3 -NIL +4 +COBJ +64 +WVList +0 65 WVList 0 +11 +1 +1 +0 66 +MItem +3 +*.h +67 +WString +3 +NIL +68 +WVList +0 +69 WVList 0 -1 1 1 0 -67 +70 MItem 28 ../../../../../lib/awk/awk.h -68 -WString -3 -NIL -69 -WVList -0 -70 -WVList -0 -63 -1 -1 -0 71 -MItem -28 -../../../../../lib/awk/err.h -72 WString 3 NIL +72 +WVList +0 73 WVList 0 +66 +1 +1 +0 74 -WVList -0 -63 -1 -1 -0 -75 MItem 28 -../../../../../lib/awk/fnc.h -76 +../../../../../lib/awk/err.h +75 WString 3 NIL +76 +WVList +0 77 WVList 0 +66 +1 +1 +0 78 -WVList -0 -63 -1 -1 -0 -79 MItem -29 -../../../../../lib/awk/misc.h -80 +28 +../../../../../lib/awk/fnc.h +79 WString 3 NIL +80 +WVList +0 81 WVList 0 +66 +1 +1 +0 82 -WVList -0 -63 -1 -1 -0 -83 MItem -30 -../../../../../lib/awk/parse.h -84 +29 +../../../../../lib/awk/misc.h +83 WString 3 NIL +84 +WVList +0 85 WVList 0 +66 +1 +1 +0 86 -WVList -0 -63 -1 -1 -0 -87 MItem -28 -../../../../../lib/awk/rio.h -88 +30 +../../../../../lib/awk/parse.h +87 WString 3 NIL +88 +WVList +0 89 WVList 0 +66 +1 +1 +0 90 -WVList -0 -63 -1 -1 -0 -91 MItem 28 -../../../../../lib/awk/run.h -92 +../../../../../lib/awk/rio.h +91 WString 3 NIL +92 +WVList +0 93 WVList 0 +66 +1 +1 +0 94 -WVList -0 -63 -1 -1 -0 -95 MItem -29 -../../../../../lib/awk/tree.h -96 +28 +../../../../../lib/awk/run.h +95 WString 3 NIL +96 +WVList +0 97 WVList 0 +66 +1 +1 +0 98 -WVList -0 -63 -1 -1 -0 -99 MItem -28 -../../../../../lib/awk/val.h -100 +29 +../../../../../lib/awk/tree.h +99 WString 3 NIL +100 +WVList +0 101 WVList 0 +66 +1 +1 +0 102 +MItem +28 +../../../../../lib/awk/val.h +103 +WString +3 +NIL +104 WVList 0 -63 +105 +WVList +0 +66 1 1 0 diff --git a/qse/watcom/debug/os2/lib/cmn/qsecmn.tgt b/qse/watcom/debug/os2/lib/cmn/qsecmn.tgt index af76a66c..b6b8537c 100755 --- a/qse/watcom/debug/os2/lib/cmn/qsecmn.tgt +++ b/qse/watcom/debug/os2/lib/cmn/qsecmn.tgt @@ -42,7 +42,7 @@ WVList 0 10 WPickList -59 +60 11 MItem 3 @@ -188,7 +188,7 @@ WVList 43 MItem 28 -../../../../../lib/cmn/fio.c +../../../../../lib/cmn/env.c 44 WString 4 @@ -206,7 +206,7 @@ WVList 47 MItem 28 -../../../../../lib/cmn/fma.c +../../../../../lib/cmn/fio.c 48 WString 4 @@ -224,7 +224,7 @@ WVList 51 MItem 28 -../../../../../lib/cmn/gdl.c +../../../../../lib/cmn/fma.c 52 WString 4 @@ -242,7 +242,7 @@ WVList 55 MItem 28 -../../../../../lib/cmn/htb.c +../../../../../lib/cmn/gdl.c 56 WString 4 @@ -260,7 +260,7 @@ WVList 59 MItem 28 -../../../../../lib/cmn/lda.c +../../../../../lib/cmn/htb.c 60 WString 4 @@ -277,8 +277,8 @@ WVList 0 63 MItem -29 -../../../../../lib/cmn/main.c +28 +../../../../../lib/cmn/lda.c 64 WString 4 @@ -295,8 +295,8 @@ WVList 0 67 MItem -28 -../../../../../lib/cmn/mem.c +29 +../../../../../lib/cmn/main.c 68 WString 4 @@ -313,8 +313,8 @@ WVList 0 71 MItem -29 -../../../../../lib/cmn/misc.c +28 +../../../../../lib/cmn/mem.c 72 WString 4 @@ -331,8 +331,8 @@ WVList 0 75 MItem -28 -../../../../../lib/cmn/oht.c +29 +../../../../../lib/cmn/misc.c 76 WString 4 @@ -350,7 +350,7 @@ WVList 79 MItem 28 -../../../../../lib/cmn/opt.c +../../../../../lib/cmn/oht.c 80 WString 4 @@ -368,7 +368,7 @@ WVList 83 MItem 28 -../../../../../lib/cmn/pio.c +../../../../../lib/cmn/opt.c 84 WString 4 @@ -386,7 +386,7 @@ WVList 87 MItem 28 -../../../../../lib/cmn/rbt.c +../../../../../lib/cmn/pio.c 88 WString 4 @@ -404,7 +404,7 @@ WVList 91 MItem 28 -../../../../../lib/cmn/rex.c +../../../../../lib/cmn/rbt.c 92 WString 4 @@ -422,7 +422,7 @@ WVList 95 MItem 28 -../../../../../lib/cmn/sio.c +../../../../../lib/cmn/rex.c 96 WString 4 @@ -440,7 +440,7 @@ WVList 99 MItem 28 -../../../../../lib/cmn/sll.c +../../../../../lib/cmn/sio.c 100 WString 4 @@ -457,8 +457,8 @@ WVList 0 103 MItem -30 -../../../../../lib/cmn/stdio.c +28 +../../../../../lib/cmn/sll.c 104 WString 4 @@ -475,8 +475,8 @@ WVList 0 107 MItem -32 -../../../../../lib/cmn/str_beg.c +30 +../../../../../lib/cmn/stdio.c 108 WString 4 @@ -494,7 +494,7 @@ WVList 111 MItem 32 -../../../../../lib/cmn/str_cat.c +../../../../../lib/cmn/str_beg.c 112 WString 4 @@ -512,7 +512,7 @@ WVList 115 MItem 32 -../../../../../lib/cmn/str_chr.c +../../../../../lib/cmn/str_cat.c 116 WString 4 @@ -530,7 +530,7 @@ WVList 119 MItem 32 -../../../../../lib/cmn/str_cmp.c +../../../../../lib/cmn/str_chr.c 120 WString 4 @@ -548,7 +548,7 @@ WVList 123 MItem 32 -../../../../../lib/cmn/str_cnv.c +../../../../../lib/cmn/str_cmp.c 124 WString 4 @@ -566,7 +566,7 @@ WVList 127 MItem 32 -../../../../../lib/cmn/str_cpy.c +../../../../../lib/cmn/str_cnv.c 128 WString 4 @@ -584,7 +584,7 @@ WVList 131 MItem 32 -../../../../../lib/cmn/str_del.c +../../../../../lib/cmn/str_cpy.c 132 WString 4 @@ -602,7 +602,7 @@ WVList 135 MItem 32 -../../../../../lib/cmn/str_dup.c +../../../../../lib/cmn/str_del.c 136 WString 4 @@ -619,8 +619,8 @@ WVList 0 139 MItem -33 -../../../../../lib/cmn/str_dynm.c +32 +../../../../../lib/cmn/str_dup.c 140 WString 4 @@ -638,7 +638,7 @@ WVList 143 MItem 33 -../../../../../lib/cmn/str_dynw.c +../../../../../lib/cmn/str_dynm.c 144 WString 4 @@ -655,8 +655,8 @@ WVList 0 147 MItem -32 -../../../../../lib/cmn/str_end.c +33 +../../../../../lib/cmn/str_dynw.c 148 WString 4 @@ -673,8 +673,8 @@ WVList 0 151 MItem -33 -../../../../../lib/cmn/str_excl.c +32 +../../../../../lib/cmn/str_end.c 152 WString 4 @@ -692,7 +692,7 @@ WVList 155 MItem 33 -../../../../../lib/cmn/str_fcpy.c +../../../../../lib/cmn/str_excl.c 156 WString 4 @@ -710,7 +710,7 @@ WVList 159 MItem 33 -../../../../../lib/cmn/str_incl.c +../../../../../lib/cmn/str_fcpy.c 160 WString 4 @@ -727,8 +727,8 @@ WVList 0 163 MItem -32 -../../../../../lib/cmn/str_len.c +33 +../../../../../lib/cmn/str_incl.c 164 WString 4 @@ -746,7 +746,7 @@ WVList 167 MItem 32 -../../../../../lib/cmn/str_pac.c +../../../../../lib/cmn/str_len.c 168 WString 4 @@ -763,8 +763,8 @@ WVList 0 171 MItem -33 -../../../../../lib/cmn/str_pbrk.c +32 +../../../../../lib/cmn/str_pac.c 172 WString 4 @@ -781,8 +781,8 @@ WVList 0 175 MItem -32 -../../../../../lib/cmn/str_put.c +33 +../../../../../lib/cmn/str_pbrk.c 176 WString 4 @@ -800,7 +800,7 @@ WVList 179 MItem 32 -../../../../../lib/cmn/str_rev.c +../../../../../lib/cmn/str_put.c 180 WString 4 @@ -818,7 +818,7 @@ WVList 183 MItem 32 -../../../../../lib/cmn/str_rot.c +../../../../../lib/cmn/str_rev.c 184 WString 4 @@ -836,7 +836,7 @@ WVList 187 MItem 32 -../../../../../lib/cmn/str_set.c +../../../../../lib/cmn/str_rot.c 188 WString 4 @@ -854,7 +854,7 @@ WVList 191 MItem 32 -../../../../../lib/cmn/str_spl.c +../../../../../lib/cmn/str_set.c 192 WString 4 @@ -872,7 +872,7 @@ WVList 195 MItem 32 -../../../../../lib/cmn/str_spn.c +../../../../../lib/cmn/str_spl.c 196 WString 4 @@ -890,7 +890,7 @@ WVList 199 MItem 32 -../../../../../lib/cmn/str_str.c +../../../../../lib/cmn/str_spn.c 200 WString 4 @@ -907,8 +907,8 @@ WVList 0 203 MItem -34 -../../../../../lib/cmn/str_subst.c +32 +../../../../../lib/cmn/str_str.c 204 WString 4 @@ -925,8 +925,8 @@ WVList 0 207 MItem -32 -../../../../../lib/cmn/str_tok.c +34 +../../../../../lib/cmn/str_subst.c 208 WString 4 @@ -944,7 +944,7 @@ WVList 211 MItem 32 -../../../../../lib/cmn/str_trm.c +../../../../../lib/cmn/str_tok.c 212 WString 4 @@ -961,8 +961,8 @@ WVList 0 215 MItem -33 -../../../../../lib/cmn/str_word.c +32 +../../../../../lib/cmn/str_trm.c 216 WString 4 @@ -979,8 +979,8 @@ WVList 0 219 MItem -29 -../../../../../lib/cmn/time.c +33 +../../../../../lib/cmn/str_word.c 220 WString 4 @@ -997,8 +997,8 @@ WVList 0 223 MItem -28 -../../../../../lib/cmn/tio.c +29 +../../../../../lib/cmn/time.c 224 WString 4 @@ -1015,8 +1015,8 @@ WVList 0 227 MItem -32 -../../../../../lib/cmn/tio_get.c +28 +../../../../../lib/cmn/tio.c 228 WString 4 @@ -1034,7 +1034,7 @@ WVList 231 MItem 32 -../../../../../lib/cmn/tio_put.c +../../../../../lib/cmn/tio_get.c 232 WString 4 @@ -1051,8 +1051,8 @@ WVList 0 235 MItem -28 -../../../../../lib/cmn/xma.c +32 +../../../../../lib/cmn/tio_put.c 236 WString 4 @@ -1069,26 +1069,26 @@ WVList 0 239 MItem -3 -*.h +28 +../../../../../lib/cmn/xma.c 240 WString -3 -NIL +4 +COBJ 241 WVList 0 242 WVList 0 --1 +11 1 1 0 243 MItem -28 -../../../../../lib/cmn/mem.h +3 +*.h 244 WString 3 @@ -1099,14 +1099,14 @@ WVList 246 WVList 0 -239 +-1 1 1 0 247 MItem -32 -../../../../../lib/cmn/syscall.h +28 +../../../../../lib/cmn/mem.h 248 WString 3 @@ -1117,7 +1117,25 @@ WVList 250 WVList 0 -239 +243 +1 +1 +0 +251 +MItem +32 +../../../../../lib/cmn/syscall.h +252 +WString +3 +NIL +253 +WVList +0 +254 +WVList +0 +243 1 1 0 diff --git a/qse/watcom/debug/os2/lib/scm/qsescm.tgt b/qse/watcom/debug/os2/lib/scm/qsescm.tgt deleted file mode 100755 index da88a324..00000000 --- a/qse/watcom/debug/os2/lib/scm/qsescm.tgt +++ /dev/null @@ -1,223 +0,0 @@ -40 -targetIdent -0 -MProject -1 -MComponent -0 -2 -WString -3 -LIB -3 -WString -5 -o_2so -1 -0 -1 -4 -MCommand -0 -5 -MCommand -0 -6 -MItem -10 -qsescm.lib -7 -WString -3 -LIB -8 -WVList -0 -9 -WVList -0 --1 -1 -1 -0 -10 -WPickList -9 -11 -MItem -3 -*.c -12 -WString -4 -COBJ -13 -WVList -1 -14 -MVState -15 -WString -3 -WCC -16 -WString -25 -o?2??Include directories: -1 -17 -WString -54 -"$(%watcom)/h;$(%watcom)/h/os2;../../../../../include" -0 -18 -WVList -0 --1 -1 -1 -0 -19 -MItem -28 -../../../../../lib/scm/err.c -20 -WString -4 -COBJ -21 -WVList -0 -22 -WVList -0 -11 -1 -1 -0 -23 -MItem -29 -../../../../../lib/scm/eval.c -24 -WString -4 -COBJ -25 -WVList -0 -26 -WVList -0 -11 -1 -1 -0 -27 -MItem -28 -../../../../../lib/scm/mem.c -28 -WString -4 -COBJ -29 -WVList -0 -30 -WVList -0 -11 -1 -1 -0 -31 -MItem -30 -../../../../../lib/scm/print.c -32 -WString -4 -COBJ -33 -WVList -0 -34 -WVList -0 -11 -1 -1 -0 -35 -MItem -29 -../../../../../lib/scm/read.c -36 -WString -4 -COBJ -37 -WVList -0 -38 -WVList -0 -11 -1 -1 -0 -39 -MItem -28 -../../../../../lib/scm/scm.c -40 -WString -4 -COBJ -41 -WVList -0 -42 -WVList -0 -11 -1 -1 -0 -43 -MItem -3 -*.h -44 -WString -3 -NIL -45 -WVList -0 -46 -WVList -0 --1 -1 -1 -0 -47 -MItem -28 -../../../../../lib/scm/scm.h -48 -WString -3 -NIL -49 -WVList -0 -50 -WVList -0 -43 -1 -1 -0 diff --git a/qse/watcom/debug/win32/cmd/scm/qsescm.tgt b/qse/watcom/debug/win32/cmd/scm/qsescm.tgt deleted file mode 100755 index 02abc8e6..00000000 --- a/qse/watcom/debug/win32/cmd/scm/qsescm.tgt +++ /dev/null @@ -1,147 +0,0 @@ -40 -targetIdent -0 -MProject -1 -MComponent -0 -2 -WString -4 -NEXE -3 -WString -5 -nc2eo -1 -0 -1 -4 -MCommand -0 -5 -MCommand -0 -6 -MItem -10 -qsescm.exe -7 -WString -4 -NEXE -8 -WVList -2 -9 -MVState -10 -WString -7 -WINLINK -11 -WString -28 -?????Library directories(;): -1 -12 -WString -27 -../../lib/cmn ../../lib/scm -0 -13 -MVState -14 -WString -7 -WINLINK -15 -WString -18 -?????Libraries(,): -1 -16 -WString -19 -qsecmn qsescm psapi -0 -17 -WVList -1 -18 -ActionStates -19 -WString -5 -&Make -20 -WVList -0 --1 -1 -1 -0 -21 -WPickList -2 -22 -MItem -3 -*.c -23 -WString -4 -COBJ -24 -WVList -1 -25 -MVState -26 -WString -3 -WCC -27 -WString -25 -n????Include directories: -1 -28 -WString -53 -"$(%watcom)/h;$(%watcom)/h/nt;../../../../../include" -0 -29 -WVList -1 -30 -ActionStates -31 -WString -5 -&Make -32 -WVList -0 --1 -1 -1 -0 -33 -MItem -28 -../../../../../cmd/scm/scm.c -34 -WString -4 -COBJ -35 -WVList -0 -36 -WVList -0 -22 -1 -1 -0 diff --git a/qse/watcom/debug/win32/lib/cmn/qsecmn.tgt b/qse/watcom/debug/win32/lib/cmn/qsecmn.tgt index a5f42594..b852f9cd 100755 --- a/qse/watcom/debug/win32/lib/cmn/qsecmn.tgt +++ b/qse/watcom/debug/win32/lib/cmn/qsecmn.tgt @@ -42,7 +42,7 @@ WVList 0 10 WPickList -59 +60 11 MItem 3 @@ -188,7 +188,7 @@ WVList 43 MItem 28 -../../../../../lib/cmn/fio.c +../../../../../lib/cmn/env.c 44 WString 4 @@ -206,7 +206,7 @@ WVList 47 MItem 28 -../../../../../lib/cmn/fma.c +../../../../../lib/cmn/fio.c 48 WString 4 @@ -224,7 +224,7 @@ WVList 51 MItem 28 -../../../../../lib/cmn/gdl.c +../../../../../lib/cmn/fma.c 52 WString 4 @@ -242,7 +242,7 @@ WVList 55 MItem 28 -../../../../../lib/cmn/htb.c +../../../../../lib/cmn/gdl.c 56 WString 4 @@ -260,7 +260,7 @@ WVList 59 MItem 28 -../../../../../lib/cmn/lda.c +../../../../../lib/cmn/htb.c 60 WString 4 @@ -277,8 +277,8 @@ WVList 0 63 MItem -29 -../../../../../lib/cmn/main.c +28 +../../../../../lib/cmn/lda.c 64 WString 4 @@ -295,8 +295,8 @@ WVList 0 67 MItem -28 -../../../../../lib/cmn/mem.c +29 +../../../../../lib/cmn/main.c 68 WString 4 @@ -313,8 +313,8 @@ WVList 0 71 MItem -29 -../../../../../lib/cmn/misc.c +28 +../../../../../lib/cmn/mem.c 72 WString 4 @@ -331,8 +331,8 @@ WVList 0 75 MItem -28 -../../../../../lib/cmn/oht.c +29 +../../../../../lib/cmn/misc.c 76 WString 4 @@ -350,7 +350,7 @@ WVList 79 MItem 28 -../../../../../lib/cmn/opt.c +../../../../../lib/cmn/oht.c 80 WString 4 @@ -368,7 +368,7 @@ WVList 83 MItem 28 -../../../../../lib/cmn/pio.c +../../../../../lib/cmn/opt.c 84 WString 4 @@ -386,7 +386,7 @@ WVList 87 MItem 28 -../../../../../lib/cmn/rbt.c +../../../../../lib/cmn/pio.c 88 WString 4 @@ -404,7 +404,7 @@ WVList 91 MItem 28 -../../../../../lib/cmn/rex.c +../../../../../lib/cmn/rbt.c 92 WString 4 @@ -422,7 +422,7 @@ WVList 95 MItem 28 -../../../../../lib/cmn/sio.c +../../../../../lib/cmn/rex.c 96 WString 4 @@ -440,7 +440,7 @@ WVList 99 MItem 28 -../../../../../lib/cmn/sll.c +../../../../../lib/cmn/sio.c 100 WString 4 @@ -457,8 +457,8 @@ WVList 0 103 MItem -30 -../../../../../lib/cmn/stdio.c +28 +../../../../../lib/cmn/sll.c 104 WString 4 @@ -475,8 +475,8 @@ WVList 0 107 MItem -32 -../../../../../lib/cmn/str_beg.c +30 +../../../../../lib/cmn/stdio.c 108 WString 4 @@ -494,7 +494,7 @@ WVList 111 MItem 32 -../../../../../lib/cmn/str_cat.c +../../../../../lib/cmn/str_beg.c 112 WString 4 @@ -512,7 +512,7 @@ WVList 115 MItem 32 -../../../../../lib/cmn/str_chr.c +../../../../../lib/cmn/str_cat.c 116 WString 4 @@ -530,7 +530,7 @@ WVList 119 MItem 32 -../../../../../lib/cmn/str_cmp.c +../../../../../lib/cmn/str_chr.c 120 WString 4 @@ -548,7 +548,7 @@ WVList 123 MItem 32 -../../../../../lib/cmn/str_cnv.c +../../../../../lib/cmn/str_cmp.c 124 WString 4 @@ -566,7 +566,7 @@ WVList 127 MItem 32 -../../../../../lib/cmn/str_cpy.c +../../../../../lib/cmn/str_cnv.c 128 WString 4 @@ -584,7 +584,7 @@ WVList 131 MItem 32 -../../../../../lib/cmn/str_del.c +../../../../../lib/cmn/str_cpy.c 132 WString 4 @@ -602,7 +602,7 @@ WVList 135 MItem 32 -../../../../../lib/cmn/str_dup.c +../../../../../lib/cmn/str_del.c 136 WString 4 @@ -619,8 +619,8 @@ WVList 0 139 MItem -33 -../../../../../lib/cmn/str_dynm.c +32 +../../../../../lib/cmn/str_dup.c 140 WString 4 @@ -638,7 +638,7 @@ WVList 143 MItem 33 -../../../../../lib/cmn/str_dynw.c +../../../../../lib/cmn/str_dynm.c 144 WString 4 @@ -655,8 +655,8 @@ WVList 0 147 MItem -32 -../../../../../lib/cmn/str_end.c +33 +../../../../../lib/cmn/str_dynw.c 148 WString 4 @@ -673,8 +673,8 @@ WVList 0 151 MItem -33 -../../../../../lib/cmn/str_excl.c +32 +../../../../../lib/cmn/str_end.c 152 WString 4 @@ -692,7 +692,7 @@ WVList 155 MItem 33 -../../../../../lib/cmn/str_fcpy.c +../../../../../lib/cmn/str_excl.c 156 WString 4 @@ -710,7 +710,7 @@ WVList 159 MItem 33 -../../../../../lib/cmn/str_incl.c +../../../../../lib/cmn/str_fcpy.c 160 WString 4 @@ -727,8 +727,8 @@ WVList 0 163 MItem -32 -../../../../../lib/cmn/str_len.c +33 +../../../../../lib/cmn/str_incl.c 164 WString 4 @@ -746,7 +746,7 @@ WVList 167 MItem 32 -../../../../../lib/cmn/str_pac.c +../../../../../lib/cmn/str_len.c 168 WString 4 @@ -763,8 +763,8 @@ WVList 0 171 MItem -33 -../../../../../lib/cmn/str_pbrk.c +32 +../../../../../lib/cmn/str_pac.c 172 WString 4 @@ -781,8 +781,8 @@ WVList 0 175 MItem -32 -../../../../../lib/cmn/str_put.c +33 +../../../../../lib/cmn/str_pbrk.c 176 WString 4 @@ -800,7 +800,7 @@ WVList 179 MItem 32 -../../../../../lib/cmn/str_rev.c +../../../../../lib/cmn/str_put.c 180 WString 4 @@ -818,7 +818,7 @@ WVList 183 MItem 32 -../../../../../lib/cmn/str_rot.c +../../../../../lib/cmn/str_rev.c 184 WString 4 @@ -836,7 +836,7 @@ WVList 187 MItem 32 -../../../../../lib/cmn/str_set.c +../../../../../lib/cmn/str_rot.c 188 WString 4 @@ -854,7 +854,7 @@ WVList 191 MItem 32 -../../../../../lib/cmn/str_spl.c +../../../../../lib/cmn/str_set.c 192 WString 4 @@ -872,7 +872,7 @@ WVList 195 MItem 32 -../../../../../lib/cmn/str_spn.c +../../../../../lib/cmn/str_spl.c 196 WString 4 @@ -890,7 +890,7 @@ WVList 199 MItem 32 -../../../../../lib/cmn/str_str.c +../../../../../lib/cmn/str_spn.c 200 WString 4 @@ -907,8 +907,8 @@ WVList 0 203 MItem -34 -../../../../../lib/cmn/str_subst.c +32 +../../../../../lib/cmn/str_str.c 204 WString 4 @@ -925,8 +925,8 @@ WVList 0 207 MItem -32 -../../../../../lib/cmn/str_tok.c +34 +../../../../../lib/cmn/str_subst.c 208 WString 4 @@ -944,7 +944,7 @@ WVList 211 MItem 32 -../../../../../lib/cmn/str_trm.c +../../../../../lib/cmn/str_tok.c 212 WString 4 @@ -961,8 +961,8 @@ WVList 0 215 MItem -33 -../../../../../lib/cmn/str_word.c +32 +../../../../../lib/cmn/str_trm.c 216 WString 4 @@ -979,8 +979,8 @@ WVList 0 219 MItem -29 -../../../../../lib/cmn/time.c +33 +../../../../../lib/cmn/str_word.c 220 WString 4 @@ -997,8 +997,8 @@ WVList 0 223 MItem -28 -../../../../../lib/cmn/tio.c +29 +../../../../../lib/cmn/time.c 224 WString 4 @@ -1015,8 +1015,8 @@ WVList 0 227 MItem -32 -../../../../../lib/cmn/tio_get.c +28 +../../../../../lib/cmn/tio.c 228 WString 4 @@ -1034,7 +1034,7 @@ WVList 231 MItem 32 -../../../../../lib/cmn/tio_put.c +../../../../../lib/cmn/tio_get.c 232 WString 4 @@ -1051,8 +1051,8 @@ WVList 0 235 MItem -28 -../../../../../lib/cmn/xma.c +32 +../../../../../lib/cmn/tio_put.c 236 WString 4 @@ -1069,26 +1069,26 @@ WVList 0 239 MItem -3 -*.h +28 +../../../../../lib/cmn/xma.c 240 WString -3 -NIL +4 +COBJ 241 WVList 0 242 WVList 0 --1 +11 1 1 0 243 MItem -28 -../../../../../lib/cmn/mem.h +3 +*.h 244 WString 3 @@ -1099,14 +1099,14 @@ WVList 246 WVList 0 -239 +-1 1 1 0 247 MItem -32 -../../../../../lib/cmn/syscall.h +28 +../../../../../lib/cmn/mem.h 248 WString 3 @@ -1117,7 +1117,25 @@ WVList 250 WVList 0 -239 +243 +1 +1 +0 +251 +MItem +32 +../../../../../lib/cmn/syscall.h +252 +WString +3 +NIL +253 +WVList +0 +254 +WVList +0 +243 1 1 0 diff --git a/qse/watcom/debug/win32/lib/scm/qsescm.tgt b/qse/watcom/debug/win32/lib/scm/qsescm.tgt deleted file mode 100755 index b38a2de6..00000000 --- a/qse/watcom/debug/win32/lib/scm/qsescm.tgt +++ /dev/null @@ -1,223 +0,0 @@ -40 -targetIdent -0 -MProject -1 -MComponent -0 -2 -WString -3 -LIB -3 -WString -5 -n_2so -1 -0 -1 -4 -MCommand -0 -5 -MCommand -0 -6 -MItem -10 -qsescm.lib -7 -WString -3 -LIB -8 -WVList -0 -9 -WVList -0 --1 -1 -1 -0 -10 -WPickList -9 -11 -MItem -3 -*.c -12 -WString -4 -COBJ -13 -WVList -1 -14 -MVState -15 -WString -3 -WCC -16 -WString -25 -n????Include directories: -1 -17 -WString -53 -"$(%watcom)/h;$(%watcom)/h/nt;../../../../../include" -0 -18 -WVList -0 --1 -1 -1 -0 -19 -MItem -28 -../../../../../lib/scm/err.c -20 -WString -4 -COBJ -21 -WVList -0 -22 -WVList -0 -11 -1 -1 -0 -23 -MItem -29 -../../../../../lib/scm/eval.c -24 -WString -4 -COBJ -25 -WVList -0 -26 -WVList -0 -11 -1 -1 -0 -27 -MItem -28 -../../../../../lib/scm/mem.c -28 -WString -4 -COBJ -29 -WVList -0 -30 -WVList -0 -11 -1 -1 -0 -31 -MItem -30 -../../../../../lib/scm/print.c -32 -WString -4 -COBJ -33 -WVList -0 -34 -WVList -0 -11 -1 -1 -0 -35 -MItem -29 -../../../../../lib/scm/read.c -36 -WString -4 -COBJ -37 -WVList -0 -38 -WVList -0 -11 -1 -1 -0 -39 -MItem -28 -../../../../../lib/scm/scm.c -40 -WString -4 -COBJ -41 -WVList -0 -42 -WVList -0 -11 -1 -1 -0 -43 -MItem -3 -*.h -44 -WString -3 -NIL -45 -WVList -0 -46 -WVList -0 --1 -1 -1 -0 -47 -MItem -28 -../../../../../lib/scm/scm.h -48 -WString -3 -NIL -49 -WVList -0 -50 -WVList -0 -43 -1 -1 -0 diff --git a/qse/watcom/qse.wpj b/qse/watcom/qse.wpj index 4cf3aa7c..be656f90 100755 --- a/qse/watcom/qse.wpj +++ b/qse/watcom/qse.wpj @@ -16,7 +16,7 @@ MCommand 4 MCommand 0 -18 +13 5 WFileName 30 @@ -31,70 +31,50 @@ WFileName release/os2/cmd/sed/qsesed.tgt 8 WFileName -30 -release/os2/lib/scm/qsescm.tgt +28 +debug/os2/lib/cmn/qsecmn.tgt 9 WFileName 28 -debug/os2/lib/cmn/qsecmn.tgt -10 -WFileName -28 debug/os2/lib/sed/qsesed.tgt -11 -WFileName -28 -debug/os2/lib/scm/qsescm.tgt -12 -WFileName -28 -debug/os2/cmd/scm/qsescm.tgt -13 +10 WFileName 30 debug/win32/lib/cmn/qsecmn.tgt -14 -WFileName -30 -debug/win32/lib/scm/qsescm.tgt -15 -WFileName -30 -debug/win32/cmd/scm/qsescm.tgt -16 +11 WFileName 28 debug/os2/lib/awk/qseawk.tgt -17 +12 WFileName 30 debug/win32/lib/awk/qseawk.tgt -18 +13 WFileName 28 debug/os2/cmd/awk/qseawk.tgt -19 +14 WFileName 30 debug/dos32/lib/cmn/qsecmn.tgt -20 +15 WFileName 30 debug/dos32/lib/awk/qseawk.tgt -21 +16 WFileName 30 debug/dos32/cmd/awk/qseawk.tgt -22 +17 WFileName 30 debug/win32/cmd/awk/qseawk.tgt -23 -WVList 18 -24 +WVList +13 +19 VComponent -25 +20 WRect 410 1880 @@ -102,15 +82,15 @@ WRect 4240 1 0 -26 +21 WFileName 30 release/os2/lib/cmn/qsecmn.tgt 28 29 -27 +22 VComponent -28 +23 WRect 90 1240 @@ -118,15 +98,15 @@ WRect 4240 1 0 -29 +24 WFileName 30 release/os2/lib/sed/qsesed.tgt 0 0 -30 +25 VComponent -31 +26 WRect 2100 1400 @@ -134,31 +114,15 @@ WRect 4240 1 0 -32 +27 WFileName 30 release/os2/cmd/sed/qsesed.tgt 0 1 -33 +28 VComponent -34 -WRect -590 -1080 -5700 -4240 -1 -0 -35 -WFileName -30 -release/os2/lib/scm/qsescm.tgt -0 -0 -36 -VComponent -37 +29 WRect 2490 120 @@ -166,15 +130,15 @@ WRect 4240 1 0 -38 +30 WFileName 28 debug/os2/lib/cmn/qsecmn.tgt 0 -0 -39 +7 +31 VComponent -40 +32 WRect 1050 2360 @@ -182,47 +146,15 @@ WRect 4240 1 0 -41 +33 WFileName 28 debug/os2/lib/sed/qsesed.tgt 0 5 -42 +34 VComponent -43 -WRect -2360 -1280 -5700 -4240 -1 -0 -44 -WFileName -28 -debug/os2/lib/scm/qsescm.tgt -0 -0 -45 -VComponent -46 -WRect -2460 -2400 -5700 -4240 -1 -0 -47 -WFileName -28 -debug/os2/cmd/scm/qsescm.tgt -0 -1 -48 -VComponent -49 +35 WRect 980 1080 @@ -230,47 +162,15 @@ WRect 4240 1 0 -50 +36 WFileName 30 debug/win32/lib/cmn/qsecmn.tgt 29 30 -51 +37 VComponent -52 -WRect -200 -1240 -5700 -4240 -1 -0 -53 -WFileName -30 -debug/win32/lib/scm/qsescm.tgt -0 -0 -54 -VComponent -55 -WRect -3280 -40 -5700 -4240 -0 -0 -56 -WFileName -30 -debug/win32/cmd/scm/qsescm.tgt -0 -0 -57 -VComponent -58 +38 WRect 240 80 @@ -278,15 +178,15 @@ WRect 4240 1 0 -59 +39 WFileName 28 debug/os2/lib/awk/qseawk.tgt -8 -12 -60 +0 +0 +40 VComponent -61 +41 WRect 830 2720 @@ -294,15 +194,15 @@ WRect 4240 1 0 -62 +42 WFileName 30 debug/win32/lib/awk/qseawk.tgt 8 9 -63 +43 VComponent -64 +44 WRect 930 880 @@ -310,15 +210,15 @@ WRect 4240 1 0 -65 +45 WFileName 28 debug/os2/cmd/awk/qseawk.tgt 0 1 -66 +46 VComponent -67 +47 WRect 1070 760 @@ -326,15 +226,15 @@ WRect 4240 1 0 -68 +48 WFileName 30 debug/dos32/lib/cmn/qsecmn.tgt -16 -22 -69 +3 +7 +49 VComponent -70 +50 WRect 1640 1360 @@ -342,42 +242,42 @@ WRect 4240 1 0 -71 +51 WFileName 30 debug/dos32/lib/awk/qseawk.tgt 0 0 -72 +52 VComponent -73 +53 WRect 0 -213 +200 5700 4240 1 0 -74 +54 WFileName 30 debug/dos32/cmd/awk/qseawk.tgt 0 1 -75 +55 VComponent -76 +56 WRect 1650 -1266 +1240 5700 -4253 +4240 +1 0 -0 -77 +57 WFileName 30 debug/win32/cmd/awk/qseawk.tgt 0 1 -75 +40 diff --git a/qse/watcom/release/os2/lib/scm/qsescm.tgt b/qse/watcom/release/os2/lib/scm/qsescm.tgt deleted file mode 100755 index 2e3f006f..00000000 --- a/qse/watcom/release/os2/lib/scm/qsescm.tgt +++ /dev/null @@ -1,287 +0,0 @@ -40 -targetIdent -0 -MProject -1 -MComponent -0 -2 -WString -3 -LIB -3 -WString -5 -o_2so -1 -0 -1 -4 -MCommand -0 -5 -MCommand -0 -6 -MItem -10 -qsescm.lib -7 -WString -3 -LIB -8 -WVList -0 -9 -WVList -0 --1 -1 -1 -0 -10 -WPickList -9 -11 -MItem -3 -*.c -12 -WString -4 -COBJ -13 -WVList -6 -14 -MVState -15 -WString -3 -WCC -16 -WString -25 -o?2??Include directories: -1 -17 -WString -54 -"$(%watcom)/h;$(%watcom)/h/os2;../../../../../include" -0 -18 -MVState -19 -WString -3 -WCC -20 -WString -23 -?????Macro definitions: -1 -21 -WString -6 -NDEBUG -0 -22 -MRState -23 -WString -3 -WCC -24 -WString -21 -?????No optimizations -1 -0 -25 -MRState -26 -WString -3 -WCC -27 -WString -27 -?????Average space and time -1 -1 -28 -MRState -29 -WString -3 -WCC -30 -WString -29 -?????No debugging information -1 -1 -31 -MRState -32 -WString -3 -WCC -33 -WString -24 -?????Full debugging info -1 -0 -34 -WVList -0 --1 -1 -1 -0 -35 -MItem -28 -../../../../../lib/scm/err.c -36 -WString -4 -COBJ -37 -WVList -0 -38 -WVList -0 -11 -1 -1 -0 -39 -MItem -29 -../../../../../lib/scm/eval.c -40 -WString -4 -COBJ -41 -WVList -0 -42 -WVList -0 -11 -1 -1 -0 -43 -MItem -28 -../../../../../lib/scm/mem.c -44 -WString -4 -COBJ -45 -WVList -0 -46 -WVList -0 -11 -1 -1 -0 -47 -MItem -30 -../../../../../lib/scm/print.c -48 -WString -4 -COBJ -49 -WVList -0 -50 -WVList -0 -11 -1 -1 -0 -51 -MItem -29 -../../../../../lib/scm/read.c -52 -WString -4 -COBJ -53 -WVList -0 -54 -WVList -0 -11 -1 -1 -0 -55 -MItem -28 -../../../../../lib/scm/scm.c -56 -WString -4 -COBJ -57 -WVList -0 -58 -WVList -0 -11 -1 -1 -0 -59 -MItem -3 -*.h -60 -WString -3 -NIL -61 -WVList -0 -62 -WVList -0 --1 -1 -1 -0 -63 -MItem -28 -../../../../../lib/scm/scm.h -64 -WString -3 -NIL -65 -WVList -0 -66 -WVList -0 -59 -1 -1 -0