added a few targets for watcom

This commit is contained in:
hyung-hwan 2011-09-21 23:50:23 +00:00
parent 516031f17f
commit ac8b7735b8
5 changed files with 548 additions and 59 deletions

View File

@ -1,5 +1,5 @@
/* /*
* $Id: sio.c 569 2011-09-19 06:51:02Z hyunghwan.chung $ * $Id: sio.c 573 2011-09-21 05:50:23Z hyunghwan.chung $
* *
Copyright 2006-2011 Chung, Hyung-Hwan. Copyright 2006-2011 Chung, Hyung-Hwan.
This file is part of QSE. This file is part of QSE.
@ -199,7 +199,8 @@ qse_sio_t* qse_sio_openstd (
{ {
qse_fio_hnd_t hnd; qse_fio_hnd_t hnd;
if (qse_getstdfiohandle (std, &hnd) <= -1) return QSE_NULL; if (qse_getstdfiohandle (std, &hnd) <= -1) return QSE_NULL;
return qse_sio_open (mmgr, xtnsize, &hnd, flags | QSE_SIO_HANDLE); return qse_sio_open (mmgr, xtnsize,
(const qse_char_t*)&hnd, flags | QSE_SIO_HANDLE);
} }
void qse_sio_close (qse_sio_t* sio) void qse_sio_close (qse_sio_t* sio)
@ -248,7 +249,8 @@ int qse_sio_initstd (
{ {
qse_fio_hnd_t hnd; qse_fio_hnd_t hnd;
if (qse_getstdfiohandle (std, &hnd) <= -1) return -1; if (qse_getstdfiohandle (std, &hnd) <= -1) return -1;
return qse_sio_init (sio, mmgr, &hnd, flags | QSE_SIO_HANDLE); return qse_sio_init (sio, mmgr,
(const qse_char_t*)&hnd, flags | QSE_SIO_HANDLE);
} }
void qse_sio_fini (qse_sio_t* sio) void qse_sio_fini (qse_sio_t* sio)

View File

@ -0,0 +1,129 @@
40
targetIdent
0
MProject
1
MComponent
0
2
WString
3
EXE
3
WString
5
dr2eo
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
10
qsesed.exe
7
WString
3
EXE
8
WVList
2
9
MVState
10
WString
5
WLINK
11
WString
28
?????Library directories(;):
1
12
WString
27
../../lib/cmn ../../lib/sed
0
13
MVState
14
WString
5
WLINK
15
WString
18
?????Libraries(,):
1
16
WString
13
qsecmn qsesed
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/sed/sed.c
24
WString
4
COBJ
25
WVList
1
26
MVState
27
WString
3
WCC
28
WString
25
d????Include directories:
1
29
WString
37
"$(%watcom)/h;../../../../../include"
0
30
WVList
0
19
1
1
0

View File

@ -0,0 +1,169 @@
40
targetIdent
0
MProject
1
MComponent
0
2
WString
3
LIB
3
WString
5
d_2so
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
10
qsesed.lib
7
WString
3
LIB
8
WVList
0
9
WVList
0
-1
1
1
0
10
WPickList
6
11
MItem
3
*.c
12
WString
4
COBJ
13
WVList
1
14
MVState
15
WString
3
WCC
16
WString
25
d????Include directories:
1
17
WString
37
"$(%watcom)/h;../../../../../include"
0
18
WVList
0
-1
1
1
0
19
MItem
28
../../../../../lib/sed/err.c
20
WString
4
COBJ
21
WVList
0
22
WVList
0
11
1
1
0
23
MItem
28
../../../../../lib/sed/sed.c
24
WString
4
COBJ
25
WVList
0
26
WVList
0
11
1
1
0
27
MItem
28
../../../../../lib/sed/std.c
28
WString
4
COBJ
29
WVList
0
30
WVList
0
11
1
1
0
31
MItem
3
*.h
32
WString
3
NIL
33
WVList
0
34
WVList
0
-1
1
1
0
35
MItem
28
../../../../../lib/sed/sed.h
36
WString
3
NIL
37
WVList
0
38
WVList
0
31
1
1
0

View File

@ -0,0 +1,129 @@
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
qsesed.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/sed
0
13
MVState
14
WString
7
OS2LINK
15
WString
18
?????Libraries(,):
1
16
WString
13
qsecmn qsesed
0
17
WVList
0
-1
1
1
0
18
WPickList
2
19
MItem
3
*.c
20
WString
4
COBJ
21
WVList
1
22
MVState
23
WString
3
WCC
24
WString
25
o?2??Include directories:
1
25
WString
54
"$(%watcom)/h;$(%watcom)/h/os2;../../../../../include"
0
26
WVList
0
-1
1
1
0
27
MItem
28
../../../../../cmd/sed/sed.c
28
WString
4
COBJ
29
WVList
0
30
WVList
0
19
1
1
0

View File

@ -5,7 +5,7 @@ VpeMain
1 1
WRect WRect
540 540
66 26
9320 9320
9680 9680
2 2
@ -16,7 +16,7 @@ MCommand
4 4
MCommand MCommand
0 0
13 16
5 5
WFileName WFileName
30 30
@ -70,11 +70,23 @@ WFileName
30 30
debug/win32/cmd/awk/qseawk.tgt debug/win32/cmd/awk/qseawk.tgt
18 18
WVList WFileName
13 30
debug/dos32/lib/sed/qsesed.tgt
19 19
VComponent WFileName
30
debug/dos32/cmd/sed/qsesed.tgt
20 20
WFileName
28
debug/os2/cmd/sed/qsesed.tgt
21
WVList
16
22
VComponent
23
WRect WRect
410 410
1880 1880
@ -82,15 +94,15 @@ WRect
4240 4240
1 1
0 0
21 24
WFileName WFileName
30 30
release/os2/lib/cmn/qsecmn.tgt release/os2/lib/cmn/qsecmn.tgt
28 28
29 29
22 25
VComponent VComponent
23 26
WRect WRect
90 90
1240 1240
@ -98,15 +110,15 @@ WRect
4240 4240
1 1
0 0
24 27
WFileName WFileName
30 30
release/os2/lib/sed/qsesed.tgt release/os2/lib/sed/qsesed.tgt
0 0
0 0
25 28
VComponent VComponent
26 29
WRect WRect
2100 2100
1400 1400
@ -114,15 +126,15 @@ WRect
4240 4240
1 1
0 0
27 30
WFileName WFileName
30 30
release/os2/cmd/sed/qsesed.tgt release/os2/cmd/sed/qsesed.tgt
0 0
1 1
28 31
VComponent VComponent
29 32
WRect WRect
2470 2470
80 80
@ -130,15 +142,15 @@ WRect
4240 4240
1 1
0 0
30 33
WFileName WFileName
28 28
debug/os2/lib/cmn/qsecmn.tgt debug/os2/lib/cmn/qsecmn.tgt
0 0
0 0
31 34
VComponent VComponent
32 35
WRect WRect
1050 1050
2360 2360
@ -146,15 +158,15 @@ WRect
4240 4240
1 1
0 0
33 36
WFileName WFileName
28 28
debug/os2/lib/sed/qsesed.tgt debug/os2/lib/sed/qsesed.tgt
0 0
5 5
34 37
VComponent VComponent
35 38
WRect WRect
980 980
1080 1080
@ -162,15 +174,15 @@ WRect
4240 4240
1 1
0 0
36 39
WFileName WFileName
30 30
debug/win32/lib/cmn/qsecmn.tgt debug/win32/lib/cmn/qsecmn.tgt
29 29
30 30
37 40
VComponent VComponent
38 41
WRect WRect
240 240
80 80
@ -178,15 +190,15 @@ WRect
4240 4240
1 1
0 0
39 42
WFileName WFileName
28 28
debug/os2/lib/awk/qseawk.tgt debug/os2/lib/awk/qseawk.tgt
0 0
0 0
40 43
VComponent VComponent
41 44
WRect WRect
830 830
2720 2720
@ -194,15 +206,15 @@ WRect
4240 4240
1 1
0 0
42 45
WFileName WFileName
30 30
debug/win32/lib/awk/qseawk.tgt debug/win32/lib/awk/qseawk.tgt
8 8
9 9
43 46
VComponent VComponent
44 47
WRect WRect
930 930
880 880
@ -210,34 +222,18 @@ WRect
4240 4240
1 1
0 0
45 48
WFileName WFileName
28 28
debug/os2/cmd/awk/qseawk.tgt debug/os2/cmd/awk/qseawk.tgt
0 0
1 1
46
VComponent
47
WRect
1070
760
5700
4240
1
0
48
WFileName
30
debug/dos32/lib/cmn/qsecmn.tgt
3
7
49 49
VComponent VComponent
50 50
WRect WRect
1640 1730
1360 1080
5700 5700
4240 4240
1 1
@ -245,15 +241,15 @@ WRect
51 51
WFileName WFileName
30 30
debug/dos32/lib/awk/qseawk.tgt debug/dos32/lib/cmn/qsecmn.tgt
0 0
0 0
52 52
VComponent VComponent
53 53
WRect WRect
0 1640
200 1360
5700 5700
4240 4240
1 1
@ -261,15 +257,15 @@ WRect
54 54
WFileName WFileName
30 30
debug/dos32/cmd/awk/qseawk.tgt debug/dos32/lib/awk/qseawk.tgt
0
0 0
1
55 55
VComponent VComponent
56 56
WRect WRect
1650 0
1240 200
5700 5700
4240 4240
1 1
@ -277,7 +273,71 @@ WRect
57 57
WFileName WFileName
30 30
debug/dos32/cmd/awk/qseawk.tgt
0
0
58
VComponent
59
WRect
1650
1240
5700
4240
1
0
60
WFileName
30
debug/win32/cmd/awk/qseawk.tgt debug/win32/cmd/awk/qseawk.tgt
0 0
1 1
25 61
VComponent
62
WRect
0
0
5700
4240
1
0
63
WFileName
30
debug/dos32/lib/sed/qsesed.tgt
0
0
64
VComponent
65
WRect
580
560
5700
4240
1
0
66
WFileName
30
debug/dos32/cmd/sed/qsesed.tgt
0
1
67
VComponent
68
WRect
0
0
5700
4253
1
0
69
WFileName
28
debug/os2/cmd/sed/qsesed.tgt
0
1
31