Commit 030368320192cdeaf6286a8d1d234c24d6243334
1 parent
0788efdb
Exists in
master
Testando esquemas de cor da versao antiga em windows
Showing
3 changed files
with
569 additions
and
570 deletions
Show diff stats
bootstrap.sh
@@ -5,57 +5,52 @@ PACKAGE_RELEASE=5 | @@ -5,57 +5,52 @@ PACKAGE_RELEASE=5 | ||
5 | REV_FILE=./revision.m4 | 5 | REV_FILE=./revision.m4 |
6 | REV=`date +%y%m%d%H%M` | 6 | REV=`date +%y%m%d%H%M` |
7 | 7 | ||
8 | -if test -d ".svn" ; then | 8 | +SVN=`which svn 2> /dev/null` |
9 | 9 | ||
10 | - SVN=`which svn 2> /dev/null` | 10 | +if test -x "$SVN" ; then |
11 | 11 | ||
12 | - if test -x "$SVN" ; then | 12 | + echo "Updating sources..." |
13 | + "$SVN" update | ||
14 | + if [ "$?" != "0" ]; then | ||
13 | 15 | ||
14 | - echo "Updating sources..." | ||
15 | - "$SVN" update | ||
16 | - if [ "$?" != "0" ]; then | 16 | + echo "$SVN update failed!" |
17 | 17 | ||
18 | - echo "$SVN update failed!" | 18 | + else |
19 | 19 | ||
20 | - else | 20 | + LANG="EN_US" |
21 | 21 | ||
22 | - if $SVN --xml info >/dev/null 2>&1; then | ||
23 | - REV=`$SVN --xml info | tr -d '\r\n' | sed -e 's/.*<commit.*revision="\([0-9]*\)".*<\/commit>.*/\1/'` | ||
24 | - LCD=`$SVN --xml info | tr -d '\r\n' | sed -e 's/.*<commit.*<date>\([0-9\-]*\)\T\([0-9\:]*\)\..*<\/date>.*<\/commit>.*/\1 \2/'` | ||
25 | - elif $SVN --version --quiet >/dev/null 2>&1; then | ||
26 | - REV=`$SVN info | grep "^Revision:" | cut -d" " -f2` | ||
27 | - LCD=`$SVN info | grep "^Last Changed Date:" | cut -d" " -f4,5` | ||
28 | - else | ||
29 | - LCD="" | ||
30 | - fi | 22 | + if $SVN --xml info >/dev/null 2>&1; then |
23 | + REV=`$SVN --xml info | tr -d '\r\n' | sed -e 's/.*<commit.*revision="\([0-9]*\)".*<\/commit>.*/\1/'` | ||
24 | + LCD=`$SVN --xml info | tr -d '\r\n' | sed -e 's/.*<commit.*<date>\([0-9\-]*\)\T\([0-9\:]*\)\..*<\/date>.*<\/commit>.*/\1 \2/'` | ||
25 | + elif $SVN --version --quiet >/dev/null 2>&1; then | ||
26 | + REV=`$SVN info | grep "^Revision:" | cut -d" " -f2` | ||
27 | + LCD=`$SVN info | grep "^Last Changed Date:" | cut -d" " -f4,5` | ||
28 | + else | ||
29 | + LCD="" | ||
30 | + fi | ||
31 | 31 | ||
32 | - if [ "$LCD" == "" ]; then | ||
33 | - LCD=`date +%Y%m%d` | ||
34 | - fi | 32 | + if [ "$LCD" == "" ]; then |
33 | + LCD=`date +%Y%m%d` | ||
34 | + fi | ||
35 | 35 | ||
36 | - URL=`svn info | grep "URL: " | sed -s "s@URL: @@g"` | 36 | + URL=`svn info | grep "URL: " | sed -s "s@URL: @@g"` |
37 | 37 | ||
38 | - echo "m4_define([SVN_REV], $REV)" > $REV_FILE | ||
39 | - echo "m4_define([SVN_DATE], $LCD)" >> $REV_FILE | ||
40 | - echo "m4_define([SVN_URL], $URL)" >> $REV_FILE | ||
41 | - echo "m4_define([SVN_RELEASE], $PACKAGE_RELEASE)" >> $REV_FILE | 38 | + echo "m4_define([SVN_REV], $REV)" > $REV_FILE |
39 | + echo "m4_define([SVN_DATE], $LCD)" >> $REV_FILE | ||
40 | + echo "m4_define([SVN_URL], $URL)" >> $REV_FILE | ||
41 | + echo "m4_define([SVN_RELEASE], $PACKAGE_RELEASE)" >> $REV_FILE | ||
42 | 42 | ||
43 | - fi | ||
44 | - | ||
45 | - SVN2CL=`which svn2cl.sh 2> /dev/null` | ||
46 | - if [ ! -z $SVN2CL ]; then | ||
47 | - echo "Creating changelog ..." | ||
48 | - $SVN2CL | ||
49 | - fi | ||
50 | fi | 43 | fi |
51 | 44 | ||
52 | -elif [ ! -e $REV_FILE ]; then | ||
53 | - echo "Can´t find subversion and no revision.m4 supplied; aborting" | ||
54 | - exit -1 | 45 | + SVN2CL=`which svn2cl.sh 2> /dev/null` |
46 | + if [ ! -z $SVN2CL ]; then | ||
47 | + echo "Creating changelog ..." | ||
48 | + $SVN2CL | ||
49 | + fi | ||
55 | fi | 50 | fi |
56 | 51 | ||
57 | if [ ! -f $REV_FILE ]; then | 52 | if [ ! -f $REV_FILE ]; then |
58 | - echo "Can't create $REV_FILE Is svn installed?" | 53 | + echo "Can't create $REV_FILE is svn available?" |
59 | exit -1 | 54 | exit -1 |
60 | fi | 55 | fi |
61 | 56 |
colors.conf
@@ -35,7 +35,7 @@ OIA=black,white,white,white,white | @@ -35,7 +35,7 @@ OIA=black,white,white,white,white | ||
35 | [Green] | 35 | [Green] |
36 | Label=Green | 36 | Label=Green |
37 | Label[pt_BR]=Verde | 37 | Label[pt_BR]=Verde |
38 | -Terminal=black,green,green,green,green,green,green,green,green,green,green,green,green,green,green,green | 38 | +Terminal=black,green,green,green,green,green,green,green,black,green,green,green,green,green,green,green |
39 | BaseAttributes=green,green,green,green | 39 | BaseAttributes=green,green,green,green |
40 | SelectedText=dimGrey,green,dimGrey | 40 | SelectedText=dimGrey,green,dimGrey |
41 | Cursor=green,green | 41 | Cursor=green,green |
@@ -44,7 +44,7 @@ OIA=black,green,green,green,green | @@ -44,7 +44,7 @@ OIA=black,green,green,green,green | ||
44 | [WB] | 44 | [WB] |
45 | Label=White on Black | 45 | Label=White on Black |
46 | Label[pt_BR]=Branco com fundo preto | 46 | Label[pt_BR]=Branco com fundo preto |
47 | -Terminal=black,white,white,white,white,white,white,white,white,white,white,white,white,white,white,white | 47 | +Terminal=black,white,white,white,white,white,white,white,black,white,white,white,white,white,white,white |
48 | BaseAttributes=white,white,white,white | 48 | BaseAttributes=white,white,white,white |
49 | SelectedText=white,black,white | 49 | SelectedText=white,black,white |
50 | Cursor=white,white | 50 | Cursor=white,white |
@@ -53,7 +53,7 @@ OIA=black,white,white,white,white | @@ -53,7 +53,7 @@ OIA=black,white,white,white,white | ||
53 | [BW] | 53 | [BW] |
54 | Label=Black on White | 54 | Label=Black on White |
55 | Label[pt_BR]=Preto com fundo branco | 55 | Label[pt_BR]=Preto com fundo branco |
56 | -Terminal=white,black,black,black,black,black,black,black,black,black,black,black,black,black,black,black | 56 | +Terminal=white,black,black,black,black,black,black,black,white,black,black,black,black,black,black,black |
57 | BaseAttributes=black,black,black,black | 57 | BaseAttributes=black,black,black,black |
58 | SelectedText=black,white,black | 58 | SelectedText=black,white,black |
59 | Cursor=black,black | 59 | Cursor=black,black |
pw3270.cbp
@@ -9,8 +9,8 @@ | @@ -9,8 +9,8 @@ | ||
9 | <Option compiler="gcc" /> | 9 | <Option compiler="gcc" /> |
10 | <Build> | 10 | <Build> |
11 | <Target title="Debug"> | 11 | <Target title="Debug"> |
12 | - <Option output=".bin/Debug/pw3270" prefix_auto="1" extension_auto="1" /> | ||
13 | - <Option object_output="obj/Debug/" /> | 12 | + <Option output=".bin\Debug\pw3270" prefix_auto="1" extension_auto="1" /> |
13 | + <Option object_output="obj\Debug\" /> | ||
14 | <Option type="0" /> | 14 | <Option type="0" /> |
15 | <Option compiler="gcc" /> | 15 | <Option compiler="gcc" /> |
16 | <Option parameters="--program-data=. --model=5 --plugin-path=./bin/Debug/plugins" /> | 16 | <Option parameters="--program-data=. --model=5 --plugin-path=./bin/Debug/plugins" /> |
@@ -19,8 +19,8 @@ | @@ -19,8 +19,8 @@ | ||
19 | </Compiler> | 19 | </Compiler> |
20 | </Target> | 20 | </Target> |
21 | <Target title="Release"> | 21 | <Target title="Release"> |
22 | - <Option output=".bin/Release/g3270" prefix_auto="1" extension_auto="1" /> | ||
23 | - <Option object_output="obj/Release/" /> | 22 | + <Option output=".bin\Release\g3270" prefix_auto="1" extension_auto="1" /> |
23 | + <Option object_output="obj\Release\" /> | ||
24 | <Option type="0" /> | 24 | <Option type="0" /> |
25 | <Option compiler="gcc" /> | 25 | <Option compiler="gcc" /> |
26 | <Compiler> | 26 | <Compiler> |
@@ -32,7 +32,7 @@ | @@ -32,7 +32,7 @@ | ||
32 | </Target> | 32 | </Target> |
33 | <Target title="libtest"> | 33 | <Target title="libtest"> |
34 | <Option output="testprogram" prefix_auto="1" extension_auto="1" /> | 34 | <Option output="testprogram" prefix_auto="1" extension_auto="1" /> |
35 | - <Option object_output="obj/Debug/" /> | 35 | + <Option object_output="obj\Debug\" /> |
36 | <Option type="1" /> | 36 | <Option type="1" /> |
37 | <Option compiler="gcc" /> | 37 | <Option compiler="gcc" /> |
38 | <Option use_console_runner="0" /> | 38 | <Option use_console_runner="0" /> |
@@ -47,18 +47,22 @@ | @@ -47,18 +47,22 @@ | ||
47 | </Compiler> | 47 | </Compiler> |
48 | <Unit filename="Makefile.in" /> | 48 | <Unit filename="Makefile.in" /> |
49 | <Unit filename="bootstrap.sh" /> | 49 | <Unit filename="bootstrap.sh" /> |
50 | + <Unit filename="colors.conf"> | ||
51 | + <Option target="Debug" /> | ||
52 | + <Option target="Release" /> | ||
53 | + </Unit> | ||
50 | <Unit filename="configure.ac" /> | 54 | <Unit filename="configure.ac" /> |
51 | - <Unit filename="debian/control-base.in" /> | ||
52 | - <Unit filename="debian/lib3270.install"> | 55 | + <Unit filename="debian\control-base.in" /> |
56 | + <Unit filename="debian\lib3270.install"> | ||
53 | <Option target="Release" /> | 57 | <Option target="Release" /> |
54 | </Unit> | 58 | </Unit> |
55 | - <Unit filename="debian/pw3270-plugin-java.install"> | 59 | + <Unit filename="debian\pw3270-plugin-java.install"> |
56 | <Option target="Release" /> | 60 | <Option target="Release" /> |
57 | </Unit> | 61 | </Unit> |
58 | - <Unit filename="debian/pw3270-plugin-rexx.install"> | 62 | + <Unit filename="debian\pw3270-plugin-rexx.install"> |
59 | <Option target="Release" /> | 63 | <Option target="Release" /> |
60 | </Unit> | 64 | </Unit> |
61 | - <Unit filename="debian/pw3270.install"> | 65 | + <Unit filename="debian\pw3270.install"> |
62 | <Option target="Release" /> | 66 | <Option target="Release" /> |
63 | </Unit> | 67 | </Unit> |
64 | <Unit filename="makegtkruntime.sh"> | 68 | <Unit filename="makegtkruntime.sh"> |
@@ -66,721 +70,721 @@ | @@ -66,721 +70,721 @@ | ||
66 | </Unit> | 70 | </Unit> |
67 | <Unit filename="pw3270.nsi.in" /> | 71 | <Unit filename="pw3270.nsi.in" /> |
68 | <Unit filename="pw3270.spec.in" /> | 72 | <Unit filename="pw3270.spec.in" /> |
69 | - <Unit filename="rexx/sample.rex" /> | 73 | + <Unit filename="rexx\sample.rex" /> |
70 | <Unit filename="scripts.conf.in" /> | 74 | <Unit filename="scripts.conf.in" /> |
71 | - <Unit filename="src/extensions/uno/com/sun/star/beans/Ambiguous.hpp" /> | ||
72 | - <Unit filename="src/extensions/uno/com/sun/star/beans/Defaulted.hpp" /> | ||
73 | - <Unit filename="src/extensions/uno/com/sun/star/beans/GetDirectPropertyTolerantResult.hpp" /> | ||
74 | - <Unit filename="src/extensions/uno/com/sun/star/beans/GetPropertyTolerantResult.hpp" /> | ||
75 | - <Unit filename="src/extensions/uno/com/sun/star/beans/IllegalTypeException.hpp" /> | ||
76 | - <Unit filename="src/extensions/uno/com/sun/star/beans/IntrospectionException.hpp" /> | ||
77 | - <Unit filename="src/extensions/uno/com/sun/star/beans/MethodConcept.hpp" /> | ||
78 | - <Unit filename="src/extensions/uno/com/sun/star/beans/NamedValue.hpp" /> | ||
79 | - <Unit filename="src/extensions/uno/com/sun/star/beans/NotRemoveableException.hpp" /> | ||
80 | - <Unit filename="src/extensions/uno/com/sun/star/beans/Optional.hpp" /> | ||
81 | - <Unit filename="src/extensions/uno/com/sun/star/beans/Pair.hpp" /> | ||
82 | - <Unit filename="src/extensions/uno/com/sun/star/beans/Property.hpp" /> | ||
83 | - <Unit filename="src/extensions/uno/com/sun/star/beans/PropertyAttribute.hpp" /> | ||
84 | - <Unit filename="src/extensions/uno/com/sun/star/beans/PropertyChangeEvent.hpp" /> | ||
85 | - <Unit filename="src/extensions/uno/com/sun/star/beans/PropertyConcept.hpp" /> | ||
86 | - <Unit filename="src/extensions/uno/com/sun/star/beans/PropertyExistException.hpp" /> | ||
87 | - <Unit filename="src/extensions/uno/com/sun/star/beans/PropertySetInfoChange.hpp" /> | ||
88 | - <Unit filename="src/extensions/uno/com/sun/star/beans/PropertySetInfoChangeEvent.hpp" /> | ||
89 | - <Unit filename="src/extensions/uno/com/sun/star/beans/PropertyState.hpp" /> | ||
90 | - <Unit filename="src/extensions/uno/com/sun/star/beans/PropertyStateChangeEvent.hpp" /> | ||
91 | - <Unit filename="src/extensions/uno/com/sun/star/beans/PropertyValue.hpp" /> | ||
92 | - <Unit filename="src/extensions/uno/com/sun/star/beans/PropertyValues.hpp" /> | ||
93 | - <Unit filename="src/extensions/uno/com/sun/star/beans/PropertyVetoException.hpp" /> | ||
94 | - <Unit filename="src/extensions/uno/com/sun/star/beans/SetPropertyTolerantFailed.hpp" /> | ||
95 | - <Unit filename="src/extensions/uno/com/sun/star/beans/StringPair.hpp" /> | ||
96 | - <Unit filename="src/extensions/uno/com/sun/star/beans/TolerantPropertySetResultType.hpp" /> | ||
97 | - <Unit filename="src/extensions/uno/com/sun/star/beans/UnknownPropertyException.hpp" /> | ||
98 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XExactName.hpp" /> | ||
99 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XFastPropertySet.hpp" /> | ||
100 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XHierarchicalPropertySet.hpp" /> | ||
101 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XHierarchicalPropertySetInfo.hpp" /> | ||
102 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XIntroTest.hpp" /> | ||
103 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XIntrospection.hpp" /> | ||
104 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XIntrospectionAccess.hpp" /> | ||
105 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XMaterialHolder.hpp" /> | ||
106 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XMultiHierarchicalPropertySet.hpp" /> | ||
107 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XMultiPropertySet.hpp" /> | ||
108 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XMultiPropertyStates.hpp" /> | ||
109 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XPropertiesChangeListener.hpp" /> | ||
110 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XPropertiesChangeNotifier.hpp" /> | ||
111 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XProperty.hpp" /> | ||
112 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XPropertyAccess.hpp" /> | ||
113 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XPropertyChangeListener.hpp" /> | ||
114 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XPropertyContainer.hpp" /> | ||
115 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XPropertySet.hpp" /> | ||
116 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XPropertySetInfo.hpp" /> | ||
117 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XPropertySetInfoChangeListener.hpp" /> | ||
118 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XPropertySetInfoChangeNotifier.hpp" /> | ||
119 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XPropertyState.hpp" /> | ||
120 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XPropertyStateChangeListener.hpp" /> | ||
121 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XPropertyWithState.hpp" /> | ||
122 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XTolerantMultiPropertySet.hpp" /> | ||
123 | - <Unit filename="src/extensions/uno/com/sun/star/beans/XVetoableChangeListener.hpp" /> | ||
124 | - <Unit filename="src/extensions/uno/com/sun/star/connection/Acceptor.hpp" /> | ||
125 | - <Unit filename="src/extensions/uno/com/sun/star/connection/AlreadyAcceptingException.hpp" /> | ||
126 | - <Unit filename="src/extensions/uno/com/sun/star/connection/ConnectionSetupException.hpp" /> | ||
127 | - <Unit filename="src/extensions/uno/com/sun/star/connection/Connector.hpp" /> | ||
128 | - <Unit filename="src/extensions/uno/com/sun/star/connection/NoConnectException.hpp" /> | ||
129 | - <Unit filename="src/extensions/uno/com/sun/star/connection/SocketPermission.hpp" /> | ||
130 | - <Unit filename="src/extensions/uno/com/sun/star/connection/XAcceptor.hpp" /> | ||
131 | - <Unit filename="src/extensions/uno/com/sun/star/connection/XConnection.hpp" /> | ||
132 | - <Unit filename="src/extensions/uno/com/sun/star/connection/XConnection2.hpp" /> | ||
133 | - <Unit filename="src/extensions/uno/com/sun/star/connection/XConnectionBroadcaster.hpp" /> | ||
134 | - <Unit filename="src/extensions/uno/com/sun/star/connection/XConnector.hpp" /> | ||
135 | - <Unit filename="src/extensions/uno/com/sun/star/container/ContainerEvent.hpp" /> | ||
136 | - <Unit filename="src/extensions/uno/com/sun/star/container/ElementExistException.hpp" /> | ||
137 | - <Unit filename="src/extensions/uno/com/sun/star/container/NoSuchElementException.hpp" /> | ||
138 | - <Unit filename="src/extensions/uno/com/sun/star/container/XChild.hpp" /> | ||
139 | - <Unit filename="src/extensions/uno/com/sun/star/container/XComponentEnumeration.hpp" /> | ||
140 | - <Unit filename="src/extensions/uno/com/sun/star/container/XComponentEnumerationAccess.hpp" /> | ||
141 | - <Unit filename="src/extensions/uno/com/sun/star/container/XContainer.hpp" /> | ||
142 | - <Unit filename="src/extensions/uno/com/sun/star/container/XContainerApproveBroadcaster.hpp" /> | ||
143 | - <Unit filename="src/extensions/uno/com/sun/star/container/XContainerApproveListener.hpp" /> | ||
144 | - <Unit filename="src/extensions/uno/com/sun/star/container/XContainerListener.hpp" /> | ||
145 | - <Unit filename="src/extensions/uno/com/sun/star/container/XContainerQuery.hpp" /> | ||
146 | - <Unit filename="src/extensions/uno/com/sun/star/container/XContentEnumerationAccess.hpp" /> | ||
147 | - <Unit filename="src/extensions/uno/com/sun/star/container/XElementAccess.hpp" /> | ||
148 | - <Unit filename="src/extensions/uno/com/sun/star/container/XEnumeration.hpp" /> | ||
149 | - <Unit filename="src/extensions/uno/com/sun/star/container/XEnumerationAccess.hpp" /> | ||
150 | - <Unit filename="src/extensions/uno/com/sun/star/container/XHierarchicalName.hpp" /> | ||
151 | - <Unit filename="src/extensions/uno/com/sun/star/container/XHierarchicalNameAccess.hpp" /> | ||
152 | - <Unit filename="src/extensions/uno/com/sun/star/container/XHierarchicalNameContainer.hpp" /> | ||
153 | - <Unit filename="src/extensions/uno/com/sun/star/container/XHierarchicalNameReplace.hpp" /> | ||
154 | - <Unit filename="src/extensions/uno/com/sun/star/container/XIdentifierAccess.hpp" /> | ||
155 | - <Unit filename="src/extensions/uno/com/sun/star/container/XIdentifierContainer.hpp" /> | ||
156 | - <Unit filename="src/extensions/uno/com/sun/star/container/XIdentifierReplace.hpp" /> | ||
157 | - <Unit filename="src/extensions/uno/com/sun/star/container/XImplicitIDAccess.hpp" /> | ||
158 | - <Unit filename="src/extensions/uno/com/sun/star/container/XImplicitIDContainer.hpp" /> | ||
159 | - <Unit filename="src/extensions/uno/com/sun/star/container/XImplicitIDReplace.hpp" /> | ||
160 | - <Unit filename="src/extensions/uno/com/sun/star/container/XIndexAccess.hpp" /> | ||
161 | - <Unit filename="src/extensions/uno/com/sun/star/container/XIndexContainer.hpp" /> | ||
162 | - <Unit filename="src/extensions/uno/com/sun/star/container/XIndexReplace.hpp" /> | ||
163 | - <Unit filename="src/extensions/uno/com/sun/star/container/XNameAccess.hpp" /> | ||
164 | - <Unit filename="src/extensions/uno/com/sun/star/container/XNameContainer.hpp" /> | ||
165 | - <Unit filename="src/extensions/uno/com/sun/star/container/XNameReplace.hpp" /> | ||
166 | - <Unit filename="src/extensions/uno/com/sun/star/container/XNamed.hpp" /> | ||
167 | - <Unit filename="src/extensions/uno/com/sun/star/container/XSet.hpp" /> | ||
168 | - <Unit filename="src/extensions/uno/com/sun/star/container/XStringKeyMap.hpp" /> | ||
169 | - <Unit filename="src/extensions/uno/com/sun/star/container/XUniqueIDAccess.hpp" /> | ||
170 | - <Unit filename="src/extensions/uno/com/sun/star/corba/CorbaString8.hpp" /> | ||
171 | - <Unit filename="src/extensions/uno/com/sun/star/corba/CorbaUnion.hpp" /> | ||
172 | - <Unit filename="src/extensions/uno/com/sun/star/corba/LogicalThreadID.hpp" /> | ||
173 | - <Unit filename="src/extensions/uno/com/sun/star/corba/ObjectKey.hpp" /> | ||
174 | - <Unit filename="src/extensions/uno/com/sun/star/corba/ObjectSystemID.hpp" /> | ||
175 | - <Unit filename="src/extensions/uno/com/sun/star/corba/OneThreadID.hpp" /> | ||
176 | - <Unit filename="src/extensions/uno/com/sun/star/corba/OpaqueData.hpp" /> | ||
177 | - <Unit filename="src/extensions/uno/com/sun/star/corba/TCKind.hpp" /> | ||
178 | - <Unit filename="src/extensions/uno/com/sun/star/corba/ThreadIDs.hpp" /> | ||
179 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/CancelRequestHeader.hpp" /> | ||
180 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/FragmentHeader_1_2.hpp" /> | ||
181 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/IORAddressingInfo.hpp" /> | ||
182 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/LocateReplyHeader_1_2.hpp" /> | ||
183 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/LocateRequestHeader_1_0.hpp" /> | ||
184 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/LocateRequestHeader_1_1.hpp" /> | ||
185 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/LocateStatusType_1_2.hpp" /> | ||
186 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/MessageHeader_1_0.hpp" /> | ||
187 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/MessageHeader_1_1.hpp" /> | ||
188 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/MessageHeader_1_2.hpp" /> | ||
189 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/MsgType_1_1.hpp" /> | ||
190 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/ReplyHeader_1_2.hpp" /> | ||
191 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/ReplyStatusType_1_2.hpp" /> | ||
192 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/RequestHeader_1_0.hpp" /> | ||
193 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/RequestHeader_1_1.hpp" /> | ||
194 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/RequestHeader_1_2.hpp" /> | ||
195 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/SystemExceptionReplyBody.hpp" /> | ||
196 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/TargetAddress.hpp" /> | ||
197 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/TargetAddressGroup.hpp" /> | ||
198 | - <Unit filename="src/extensions/uno/com/sun/star/corba/giop/Version.hpp" /> | ||
199 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iiop/BiDirIIOPServiceContext.hpp" /> | ||
200 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iiop/ListenPoint.hpp" /> | ||
201 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iiop/ListenPointList.hpp" /> | ||
202 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iiop/ProfileBody_1_0.hpp" /> | ||
203 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iiop/ProfileBody_1_1.hpp" /> | ||
204 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iiop/Version.hpp" /> | ||
205 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iop/ComponentId.hpp" /> | ||
206 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iop/IOR.hpp" /> | ||
207 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iop/MultipleComponentProfile.hpp" /> | ||
208 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iop/ProfileId.hpp" /> | ||
209 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iop/ProfileIdGroup.hpp" /> | ||
210 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iop/ServiceContext.hpp" /> | ||
211 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iop/ServiceContextList.hpp" /> | ||
212 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iop/ServiceId.hpp" /> | ||
213 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iop/ServiceIdGroup.hpp" /> | ||
214 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iop/TaggedComponent.hpp" /> | ||
215 | - <Unit filename="src/extensions/uno/com/sun/star/corba/iop/TaggedProfile.hpp" /> | ||
216 | - <Unit filename="src/extensions/uno/com/sun/star/io/AlreadyConnectedException.hpp" /> | ||
217 | - <Unit filename="src/extensions/uno/com/sun/star/io/BufferSizeExceededException.hpp" /> | ||
218 | - <Unit filename="src/extensions/uno/com/sun/star/io/ConnectException.hpp" /> | ||
219 | - <Unit filename="src/extensions/uno/com/sun/star/io/DataTransferEvent.hpp" /> | ||
220 | - <Unit filename="src/extensions/uno/com/sun/star/io/FilePermission.hpp" /> | ||
221 | - <Unit filename="src/extensions/uno/com/sun/star/io/IOException.hpp" /> | ||
222 | - <Unit filename="src/extensions/uno/com/sun/star/io/NoRouteToHostException.hpp" /> | ||
223 | - <Unit filename="src/extensions/uno/com/sun/star/io/NotConnectedException.hpp" /> | ||
224 | - <Unit filename="src/extensions/uno/com/sun/star/io/SequenceInputStream.hpp" /> | ||
225 | - <Unit filename="src/extensions/uno/com/sun/star/io/SequenceOutputStream.hpp" /> | ||
226 | - <Unit filename="src/extensions/uno/com/sun/star/io/SocketException.hpp" /> | ||
227 | - <Unit filename="src/extensions/uno/com/sun/star/io/TempFile.hpp" /> | ||
228 | - <Unit filename="src/extensions/uno/com/sun/star/io/UnexpectedEOFException.hpp" /> | ||
229 | - <Unit filename="src/extensions/uno/com/sun/star/io/UnknownHostException.hpp" /> | ||
230 | - <Unit filename="src/extensions/uno/com/sun/star/io/WrongFormatException.hpp" /> | ||
231 | - <Unit filename="src/extensions/uno/com/sun/star/io/XActiveDataControl.hpp" /> | ||
232 | - <Unit filename="src/extensions/uno/com/sun/star/io/XActiveDataSink.hpp" /> | ||
233 | - <Unit filename="src/extensions/uno/com/sun/star/io/XActiveDataSource.hpp" /> | ||
234 | - <Unit filename="src/extensions/uno/com/sun/star/io/XActiveDataStreamer.hpp" /> | ||
235 | - <Unit filename="src/extensions/uno/com/sun/star/io/XAsyncOutputMonitor.hpp" /> | ||
236 | - <Unit filename="src/extensions/uno/com/sun/star/io/XConnectable.hpp" /> | ||
237 | - <Unit filename="src/extensions/uno/com/sun/star/io/XDataExporter.hpp" /> | ||
238 | - <Unit filename="src/extensions/uno/com/sun/star/io/XDataImporter.hpp" /> | ||
239 | - <Unit filename="src/extensions/uno/com/sun/star/io/XDataInputStream.hpp" /> | ||
240 | - <Unit filename="src/extensions/uno/com/sun/star/io/XDataOutputStream.hpp" /> | ||
241 | - <Unit filename="src/extensions/uno/com/sun/star/io/XDataTransferEventListener.hpp" /> | ||
242 | - <Unit filename="src/extensions/uno/com/sun/star/io/XInputStream.hpp" /> | ||
243 | - <Unit filename="src/extensions/uno/com/sun/star/io/XInputStreamProvider.hpp" /> | ||
244 | - <Unit filename="src/extensions/uno/com/sun/star/io/XMarkableStream.hpp" /> | ||
245 | - <Unit filename="src/extensions/uno/com/sun/star/io/XObjectInputStream.hpp" /> | ||
246 | - <Unit filename="src/extensions/uno/com/sun/star/io/XObjectOutputStream.hpp" /> | ||
247 | - <Unit filename="src/extensions/uno/com/sun/star/io/XOutputStream.hpp" /> | ||
248 | - <Unit filename="src/extensions/uno/com/sun/star/io/XPersist.hpp" /> | ||
249 | - <Unit filename="src/extensions/uno/com/sun/star/io/XPersistObject.hpp" /> | ||
250 | - <Unit filename="src/extensions/uno/com/sun/star/io/XSeekable.hpp" /> | ||
251 | - <Unit filename="src/extensions/uno/com/sun/star/io/XSeekableInputStream.hpp" /> | ||
252 | - <Unit filename="src/extensions/uno/com/sun/star/io/XSequenceOutputStream.hpp" /> | ||
253 | - <Unit filename="src/extensions/uno/com/sun/star/io/XStream.hpp" /> | ||
254 | - <Unit filename="src/extensions/uno/com/sun/star/io/XStreamListener.hpp" /> | ||
255 | - <Unit filename="src/extensions/uno/com/sun/star/io/XTempFile.hpp" /> | ||
256 | - <Unit filename="src/extensions/uno/com/sun/star/io/XTextInputStream.hpp" /> | ||
257 | - <Unit filename="src/extensions/uno/com/sun/star/io/XTextOutputStream.hpp" /> | ||
258 | - <Unit filename="src/extensions/uno/com/sun/star/io/XTruncate.hpp" /> | ||
259 | - <Unit filename="src/extensions/uno/com/sun/star/io/XXMLExtractor.hpp" /> | ||
260 | - <Unit filename="src/extensions/uno/com/sun/star/lang/ArrayIndexOutOfBoundsException.hpp" /> | ||
261 | - <Unit filename="src/extensions/uno/com/sun/star/lang/ClassNotFoundException.hpp" /> | ||
262 | - <Unit filename="src/extensions/uno/com/sun/star/lang/DisposedException.hpp" /> | ||
263 | - <Unit filename="src/extensions/uno/com/sun/star/lang/EventObject.hpp" /> | ||
264 | - <Unit filename="src/extensions/uno/com/sun/star/lang/IllegalAccessException.hpp" /> | ||
265 | - <Unit filename="src/extensions/uno/com/sun/star/lang/IllegalArgumentException.hpp" /> | ||
266 | - <Unit filename="src/extensions/uno/com/sun/star/lang/IndexOutOfBoundsException.hpp" /> | ||
267 | - <Unit filename="src/extensions/uno/com/sun/star/lang/InvalidListenerException.hpp" /> | ||
268 | - <Unit filename="src/extensions/uno/com/sun/star/lang/ListenerExistException.hpp" /> | ||
269 | - <Unit filename="src/extensions/uno/com/sun/star/lang/Locale.hpp" /> | ||
270 | - <Unit filename="src/extensions/uno/com/sun/star/lang/NoSuchFieldException.hpp" /> | ||
271 | - <Unit filename="src/extensions/uno/com/sun/star/lang/NoSuchMethodException.hpp" /> | ||
272 | - <Unit filename="src/extensions/uno/com/sun/star/lang/NoSupportException.hpp" /> | ||
273 | - <Unit filename="src/extensions/uno/com/sun/star/lang/NotInitializedException.hpp" /> | ||
274 | - <Unit filename="src/extensions/uno/com/sun/star/lang/NullPointerException.hpp" /> | ||
275 | - <Unit filename="src/extensions/uno/com/sun/star/lang/ServiceNotRegisteredException.hpp" /> | ||
276 | - <Unit filename="src/extensions/uno/com/sun/star/lang/SystemDependent.hpp" /> | ||
277 | - <Unit filename="src/extensions/uno/com/sun/star/lang/WrappedTargetException.hpp" /> | ||
278 | - <Unit filename="src/extensions/uno/com/sun/star/lang/WrappedTargetRuntimeException.hpp" /> | ||
279 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XComponent.hpp" /> | ||
280 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XConnectionPoint.hpp" /> | ||
281 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XConnectionPointContainer.hpp" /> | ||
282 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XEventListener.hpp" /> | ||
283 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XInitialization.hpp" /> | ||
284 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XLocalizable.hpp" /> | ||
285 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XMain.hpp" /> | ||
286 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XMultiComponentFactory.hpp" /> | ||
287 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XMultiServiceFactory.hpp" /> | ||
288 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XServiceDisplayName.hpp" /> | ||
289 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XServiceInfo.hpp" /> | ||
290 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XServiceName.hpp" /> | ||
291 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XSingleComponentFactory.hpp" /> | ||
292 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XSingleServiceFactory.hpp" /> | ||
293 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XTypeProvider.hpp" /> | ||
294 | - <Unit filename="src/extensions/uno/com/sun/star/lang/XUnoTunnel.hpp" /> | ||
295 | - <Unit filename="src/extensions/uno/com/sun/star/loader/CannotActivateFactoryException.hpp" /> | ||
296 | - <Unit filename="src/extensions/uno/com/sun/star/loader/XImplementationLoader.hpp" /> | ||
297 | - <Unit filename="src/extensions/uno/com/sun/star/reflection/FieldAccessMode.hpp" /> | ||
298 | - <Unit filename="src/extensions/uno/com/sun/star/reflection/InvocationTargetException.hpp" /> | ||
299 | - <Unit filename="src/extensions/uno/com/sun/star/reflection/MethodMode.hpp" /> | ||
300 | - <Unit filename="src/extensions/uno/com/sun/star/reflection/ParamInfo.hpp" /> | ||
301 | - <Unit filename="src/extensions/uno/com/sun/star/reflection/ParamMode.hpp" /> | ||
302 | - <Unit filename="src/extensions/uno/com/sun/star/reflection/XIdlArray.hpp" /> | ||
303 | - <Unit filename="src/extensions/uno/com/sun/star/reflection/XIdlClass.hpp" /> | ||
304 | - <Unit filename="src/extensions/uno/com/sun/star/reflection/XIdlField.hpp" /> | ||
305 | - <Unit filename="src/extensions/uno/com/sun/star/reflection/XIdlMember.hpp" /> | ||
306 | - <Unit filename="src/extensions/uno/com/sun/star/reflection/XIdlMethod.hpp" /> | ||
307 | - <Unit filename="src/extensions/uno/com/sun/star/reflection/XMethodParameter.hpp" /> | ||
308 | - <Unit filename="src/extensions/uno/com/sun/star/reflection/XPublished.hpp" /> | ||
309 | - <Unit filename="src/extensions/uno/com/sun/star/registry/CannotRegisterImplementationException.hpp" /> | ||
310 | - <Unit filename="src/extensions/uno/com/sun/star/registry/InvalidRegistryException.hpp" /> | ||
311 | - <Unit filename="src/extensions/uno/com/sun/star/registry/InvalidValueException.hpp" /> | ||
312 | - <Unit filename="src/extensions/uno/com/sun/star/registry/MergeConflictException.hpp" /> | ||
313 | - <Unit filename="src/extensions/uno/com/sun/star/registry/RegistryKeyType.hpp" /> | ||
314 | - <Unit filename="src/extensions/uno/com/sun/star/registry/RegistryValueType.hpp" /> | ||
315 | - <Unit filename="src/extensions/uno/com/sun/star/registry/XImplementationRegistration.hpp" /> | ||
316 | - <Unit filename="src/extensions/uno/com/sun/star/registry/XImplementationRegistration2.hpp" /> | ||
317 | - <Unit filename="src/extensions/uno/com/sun/star/registry/XRegistryKey.hpp" /> | ||
318 | - <Unit filename="src/extensions/uno/com/sun/star/registry/XSimpleRegistry.hpp" /> | ||
319 | - <Unit filename="src/extensions/uno/com/sun/star/script/AllEventObject.hpp" /> | ||
320 | - <Unit filename="src/extensions/uno/com/sun/star/script/ArrayWrapper.hpp" /> | ||
321 | - <Unit filename="src/extensions/uno/com/sun/star/script/BasicErrorException.hpp" /> | ||
322 | - <Unit filename="src/extensions/uno/com/sun/star/script/CannotConvertException.hpp" /> | ||
323 | - <Unit filename="src/extensions/uno/com/sun/star/script/CannotCreateAdapterException.hpp" /> | ||
324 | - <Unit filename="src/extensions/uno/com/sun/star/script/ContextInformation.hpp" /> | ||
325 | - <Unit filename="src/extensions/uno/com/sun/star/script/FailReason.hpp" /> | ||
326 | - <Unit filename="src/extensions/uno/com/sun/star/script/FinishEngineEvent.hpp" /> | ||
327 | - <Unit filename="src/extensions/uno/com/sun/star/script/FinishReason.hpp" /> | ||
328 | - <Unit filename="src/extensions/uno/com/sun/star/script/InterruptEngineEvent.hpp" /> | ||
329 | - <Unit filename="src/extensions/uno/com/sun/star/script/InterruptReason.hpp" /> | ||
330 | - <Unit filename="src/extensions/uno/com/sun/star/script/InvocationInfo.hpp" /> | ||
331 | - <Unit filename="src/extensions/uno/com/sun/star/script/MemberType.hpp" /> | ||
332 | - <Unit filename="src/extensions/uno/com/sun/star/script/ScriptEvent.hpp" /> | ||
333 | - <Unit filename="src/extensions/uno/com/sun/star/script/ScriptEventDescriptor.hpp" /> | ||
334 | - <Unit filename="src/extensions/uno/com/sun/star/script/XAllListener.hpp" /> | ||
335 | - <Unit filename="src/extensions/uno/com/sun/star/script/XAllListenerAdapterService.hpp" /> | ||
336 | - <Unit filename="src/extensions/uno/com/sun/star/script/XDebugging.hpp" /> | ||
337 | - <Unit filename="src/extensions/uno/com/sun/star/script/XDefaultMethod.hpp" /> | ||
338 | - <Unit filename="src/extensions/uno/com/sun/star/script/XDefaultProperty.hpp" /> | ||
339 | - <Unit filename="src/extensions/uno/com/sun/star/script/XEngine.hpp" /> | ||
340 | - <Unit filename="src/extensions/uno/com/sun/star/script/XEngineListener.hpp" /> | ||
341 | - <Unit filename="src/extensions/uno/com/sun/star/script/XEventAttacher.hpp" /> | ||
342 | - <Unit filename="src/extensions/uno/com/sun/star/script/XEventAttacherManager.hpp" /> | ||
343 | - <Unit filename="src/extensions/uno/com/sun/star/script/XInvocation.hpp" /> | ||
344 | - <Unit filename="src/extensions/uno/com/sun/star/script/XInvocation2.hpp" /> | ||
345 | - <Unit filename="src/extensions/uno/com/sun/star/script/XInvocationAdapterFactory.hpp" /> | ||
346 | - <Unit filename="src/extensions/uno/com/sun/star/script/XInvocationAdapterFactory2.hpp" /> | ||
347 | - <Unit filename="src/extensions/uno/com/sun/star/script/XLibraryAccess.hpp" /> | ||
348 | - <Unit filename="src/extensions/uno/com/sun/star/script/XScriptEventsAttacher.hpp" /> | ||
349 | - <Unit filename="src/extensions/uno/com/sun/star/script/XScriptEventsSupplier.hpp" /> | ||
350 | - <Unit filename="src/extensions/uno/com/sun/star/script/XScriptListener.hpp" /> | ||
351 | - <Unit filename="src/extensions/uno/com/sun/star/script/XStarBasicAccess.hpp" /> | ||
352 | - <Unit filename="src/extensions/uno/com/sun/star/script/XStarBasicDialogInfo.hpp" /> | ||
353 | - <Unit filename="src/extensions/uno/com/sun/star/script/XStarBasicLibraryInfo.hpp" /> | ||
354 | - <Unit filename="src/extensions/uno/com/sun/star/script/XStarBasicModuleInfo.hpp" /> | ||
355 | - <Unit filename="src/extensions/uno/com/sun/star/script/XTypeConverter.hpp" /> | ||
356 | - <Unit filename="src/extensions/uno/com/sun/star/security/AccessControlException.hpp" /> | ||
357 | - <Unit filename="src/extensions/uno/com/sun/star/security/AllPermission.hpp" /> | ||
358 | - <Unit filename="src/extensions/uno/com/sun/star/security/RuntimePermission.hpp" /> | ||
359 | - <Unit filename="src/extensions/uno/com/sun/star/security/XAccessControlContext.hpp" /> | ||
360 | - <Unit filename="src/extensions/uno/com/sun/star/security/XAccessController.hpp" /> | ||
361 | - <Unit filename="src/extensions/uno/com/sun/star/security/XAction.hpp" /> | ||
362 | - <Unit filename="src/extensions/uno/com/sun/star/security/XPolicy.hpp" /> | ||
363 | - <Unit filename="src/extensions/uno/com/sun/star/test/TestEvent.hpp" /> | ||
364 | - <Unit filename="src/extensions/uno/com/sun/star/test/XSimpleTest.hpp" /> | ||
365 | - <Unit filename="src/extensions/uno/com/sun/star/test/XTest.hpp" /> | ||
366 | - <Unit filename="src/extensions/uno/com/sun/star/test/XTestListener.hpp" /> | ||
367 | - <Unit filename="src/extensions/uno/com/sun/star/test/bridge/TestData.hpp" /> | ||
368 | - <Unit filename="src/extensions/uno/com/sun/star/test/bridge/TestDataElements.hpp" /> | ||
369 | - <Unit filename="src/extensions/uno/com/sun/star/test/bridge/TestElement.hpp" /> | ||
370 | - <Unit filename="src/extensions/uno/com/sun/star/test/bridge/TestEnum.hpp" /> | ||
371 | - <Unit filename="src/extensions/uno/com/sun/star/test/bridge/TestSimple.hpp" /> | ||
372 | - <Unit filename="src/extensions/uno/com/sun/star/test/bridge/XBridgeTest.hpp" /> | ||
373 | - <Unit filename="src/extensions/uno/com/sun/star/test/bridge/XBridgeTest2.hpp" /> | ||
374 | - <Unit filename="src/extensions/uno/com/sun/star/test/bridge/XBridgeTestBase.hpp" /> | ||
375 | - <Unit filename="src/extensions/uno/com/sun/star/test/bridge/XRecursiveCall.hpp" /> | ||
376 | - <Unit filename="src/extensions/uno/com/sun/star/test/performance/ComplexTypes.hpp" /> | ||
377 | - <Unit filename="src/extensions/uno/com/sun/star/test/performance/SimpleTypes.hpp" /> | ||
378 | - <Unit filename="src/extensions/uno/com/sun/star/test/performance/XPerformanceTest.hpp" /> | ||
379 | - <Unit filename="src/extensions/uno/com/sun/star/uno/DeploymentException.hpp" /> | ||
380 | - <Unit filename="src/extensions/uno/com/sun/star/uno/Exception.hpp" /> | ||
381 | - <Unit filename="src/extensions/uno/com/sun/star/uno/RuntimeException.hpp" /> | ||
382 | - <Unit filename="src/extensions/uno/com/sun/star/uno/SecurityException.hpp" /> | ||
383 | - <Unit filename="src/extensions/uno/com/sun/star/uno/TypeClass.hpp" /> | ||
384 | - <Unit filename="src/extensions/uno/com/sun/star/uno/Uik.hpp" /> | ||
385 | - <Unit filename="src/extensions/uno/com/sun/star/uno/XAdapter.hpp" /> | ||
386 | - <Unit filename="src/extensions/uno/com/sun/star/uno/XAggregation.hpp" /> | ||
387 | - <Unit filename="src/extensions/uno/com/sun/star/uno/XComponentContext.hpp" /> | ||
388 | - <Unit filename="src/extensions/uno/com/sun/star/uno/XCurrentContext.hpp" /> | ||
389 | - <Unit filename="src/extensions/uno/com/sun/star/uno/XInterface.hpp" /> | ||
390 | - <Unit filename="src/extensions/uno/com/sun/star/uno/XNamingService.hpp" /> | ||
391 | - <Unit filename="src/extensions/uno/com/sun/star/uno/XReference.hpp" /> | ||
392 | - <Unit filename="src/extensions/uno/com/sun/star/uno/XUnloadingPreference.hpp" /> | ||
393 | - <Unit filename="src/extensions/uno/com/sun/star/uno/XWeak.hpp" /> | ||
394 | - <Unit filename="src/extensions/uno/com/sun/star/util/XVeto.hpp" /> | ||
395 | - <Unit filename="src/extensions/uno/src/Ooo3270.idl" /> | ||
396 | - <Unit filename="src/extensions/uno/src/actions.cxx" /> | ||
397 | - <Unit filename="src/extensions/uno/src/config.hpp" /> | ||
398 | - <Unit filename="src/extensions/uno/src/connection.cxx" /> | ||
399 | - <Unit filename="src/extensions/uno/src/main.cxx" /> | ||
400 | - <Unit filename="src/extensions/uno/src/ooo3270.hpp" /> | ||
401 | - <Unit filename="src/extensions/uno/src/screen.cxx" /> | ||
402 | - <Unit filename="src/extensions/uno/src/test_program.cxx" /> | ||
403 | - <Unit filename="src/gtk2/Makefile.in" /> | ||
404 | - <Unit filename="src/gtk2/action_calls.c"> | 75 | + <Unit filename="src\extensions\uno\com\sun\star\beans\Ambiguous.hpp" /> |
76 | + <Unit filename="src\extensions\uno\com\sun\star\beans\Defaulted.hpp" /> | ||
77 | + <Unit filename="src\extensions\uno\com\sun\star\beans\GetDirectPropertyTolerantResult.hpp" /> | ||
78 | + <Unit filename="src\extensions\uno\com\sun\star\beans\GetPropertyTolerantResult.hpp" /> | ||
79 | + <Unit filename="src\extensions\uno\com\sun\star\beans\IllegalTypeException.hpp" /> | ||
80 | + <Unit filename="src\extensions\uno\com\sun\star\beans\IntrospectionException.hpp" /> | ||
81 | + <Unit filename="src\extensions\uno\com\sun\star\beans\MethodConcept.hpp" /> | ||
82 | + <Unit filename="src\extensions\uno\com\sun\star\beans\NamedValue.hpp" /> | ||
83 | + <Unit filename="src\extensions\uno\com\sun\star\beans\NotRemoveableException.hpp" /> | ||
84 | + <Unit filename="src\extensions\uno\com\sun\star\beans\Optional.hpp" /> | ||
85 | + <Unit filename="src\extensions\uno\com\sun\star\beans\Pair.hpp" /> | ||
86 | + <Unit filename="src\extensions\uno\com\sun\star\beans\Property.hpp" /> | ||
87 | + <Unit filename="src\extensions\uno\com\sun\star\beans\PropertyAttribute.hpp" /> | ||
88 | + <Unit filename="src\extensions\uno\com\sun\star\beans\PropertyChangeEvent.hpp" /> | ||
89 | + <Unit filename="src\extensions\uno\com\sun\star\beans\PropertyConcept.hpp" /> | ||
90 | + <Unit filename="src\extensions\uno\com\sun\star\beans\PropertyExistException.hpp" /> | ||
91 | + <Unit filename="src\extensions\uno\com\sun\star\beans\PropertySetInfoChange.hpp" /> | ||
92 | + <Unit filename="src\extensions\uno\com\sun\star\beans\PropertySetInfoChangeEvent.hpp" /> | ||
93 | + <Unit filename="src\extensions\uno\com\sun\star\beans\PropertyState.hpp" /> | ||
94 | + <Unit filename="src\extensions\uno\com\sun\star\beans\PropertyStateChangeEvent.hpp" /> | ||
95 | + <Unit filename="src\extensions\uno\com\sun\star\beans\PropertyValue.hpp" /> | ||
96 | + <Unit filename="src\extensions\uno\com\sun\star\beans\PropertyValues.hpp" /> | ||
97 | + <Unit filename="src\extensions\uno\com\sun\star\beans\PropertyVetoException.hpp" /> | ||
98 | + <Unit filename="src\extensions\uno\com\sun\star\beans\SetPropertyTolerantFailed.hpp" /> | ||
99 | + <Unit filename="src\extensions\uno\com\sun\star\beans\StringPair.hpp" /> | ||
100 | + <Unit filename="src\extensions\uno\com\sun\star\beans\TolerantPropertySetResultType.hpp" /> | ||
101 | + <Unit filename="src\extensions\uno\com\sun\star\beans\UnknownPropertyException.hpp" /> | ||
102 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XExactName.hpp" /> | ||
103 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XFastPropertySet.hpp" /> | ||
104 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XHierarchicalPropertySet.hpp" /> | ||
105 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XHierarchicalPropertySetInfo.hpp" /> | ||
106 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XIntroTest.hpp" /> | ||
107 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XIntrospection.hpp" /> | ||
108 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XIntrospectionAccess.hpp" /> | ||
109 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XMaterialHolder.hpp" /> | ||
110 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XMultiHierarchicalPropertySet.hpp" /> | ||
111 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XMultiPropertySet.hpp" /> | ||
112 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XMultiPropertyStates.hpp" /> | ||
113 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XPropertiesChangeListener.hpp" /> | ||
114 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XPropertiesChangeNotifier.hpp" /> | ||
115 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XProperty.hpp" /> | ||
116 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XPropertyAccess.hpp" /> | ||
117 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XPropertyChangeListener.hpp" /> | ||
118 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XPropertyContainer.hpp" /> | ||
119 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XPropertySet.hpp" /> | ||
120 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XPropertySetInfo.hpp" /> | ||
121 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XPropertySetInfoChangeListener.hpp" /> | ||
122 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XPropertySetInfoChangeNotifier.hpp" /> | ||
123 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XPropertyState.hpp" /> | ||
124 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XPropertyStateChangeListener.hpp" /> | ||
125 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XPropertyWithState.hpp" /> | ||
126 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XTolerantMultiPropertySet.hpp" /> | ||
127 | + <Unit filename="src\extensions\uno\com\sun\star\beans\XVetoableChangeListener.hpp" /> | ||
128 | + <Unit filename="src\extensions\uno\com\sun\star\connection\Acceptor.hpp" /> | ||
129 | + <Unit filename="src\extensions\uno\com\sun\star\connection\AlreadyAcceptingException.hpp" /> | ||
130 | + <Unit filename="src\extensions\uno\com\sun\star\connection\ConnectionSetupException.hpp" /> | ||
131 | + <Unit filename="src\extensions\uno\com\sun\star\connection\Connector.hpp" /> | ||
132 | + <Unit filename="src\extensions\uno\com\sun\star\connection\NoConnectException.hpp" /> | ||
133 | + <Unit filename="src\extensions\uno\com\sun\star\connection\SocketPermission.hpp" /> | ||
134 | + <Unit filename="src\extensions\uno\com\sun\star\connection\XAcceptor.hpp" /> | ||
135 | + <Unit filename="src\extensions\uno\com\sun\star\connection\XConnection.hpp" /> | ||
136 | + <Unit filename="src\extensions\uno\com\sun\star\connection\XConnection2.hpp" /> | ||
137 | + <Unit filename="src\extensions\uno\com\sun\star\connection\XConnectionBroadcaster.hpp" /> | ||
138 | + <Unit filename="src\extensions\uno\com\sun\star\connection\XConnector.hpp" /> | ||
139 | + <Unit filename="src\extensions\uno\com\sun\star\container\ContainerEvent.hpp" /> | ||
140 | + <Unit filename="src\extensions\uno\com\sun\star\container\ElementExistException.hpp" /> | ||
141 | + <Unit filename="src\extensions\uno\com\sun\star\container\NoSuchElementException.hpp" /> | ||
142 | + <Unit filename="src\extensions\uno\com\sun\star\container\XChild.hpp" /> | ||
143 | + <Unit filename="src\extensions\uno\com\sun\star\container\XComponentEnumeration.hpp" /> | ||
144 | + <Unit filename="src\extensions\uno\com\sun\star\container\XComponentEnumerationAccess.hpp" /> | ||
145 | + <Unit filename="src\extensions\uno\com\sun\star\container\XContainer.hpp" /> | ||
146 | + <Unit filename="src\extensions\uno\com\sun\star\container\XContainerApproveBroadcaster.hpp" /> | ||
147 | + <Unit filename="src\extensions\uno\com\sun\star\container\XContainerApproveListener.hpp" /> | ||
148 | + <Unit filename="src\extensions\uno\com\sun\star\container\XContainerListener.hpp" /> | ||
149 | + <Unit filename="src\extensions\uno\com\sun\star\container\XContainerQuery.hpp" /> | ||
150 | + <Unit filename="src\extensions\uno\com\sun\star\container\XContentEnumerationAccess.hpp" /> | ||
151 | + <Unit filename="src\extensions\uno\com\sun\star\container\XElementAccess.hpp" /> | ||
152 | + <Unit filename="src\extensions\uno\com\sun\star\container\XEnumeration.hpp" /> | ||
153 | + <Unit filename="src\extensions\uno\com\sun\star\container\XEnumerationAccess.hpp" /> | ||
154 | + <Unit filename="src\extensions\uno\com\sun\star\container\XHierarchicalName.hpp" /> | ||
155 | + <Unit filename="src\extensions\uno\com\sun\star\container\XHierarchicalNameAccess.hpp" /> | ||
156 | + <Unit filename="src\extensions\uno\com\sun\star\container\XHierarchicalNameContainer.hpp" /> | ||
157 | + <Unit filename="src\extensions\uno\com\sun\star\container\XHierarchicalNameReplace.hpp" /> | ||
158 | + <Unit filename="src\extensions\uno\com\sun\star\container\XIdentifierAccess.hpp" /> | ||
159 | + <Unit filename="src\extensions\uno\com\sun\star\container\XIdentifierContainer.hpp" /> | ||
160 | + <Unit filename="src\extensions\uno\com\sun\star\container\XIdentifierReplace.hpp" /> | ||
161 | + <Unit filename="src\extensions\uno\com\sun\star\container\XImplicitIDAccess.hpp" /> | ||
162 | + <Unit filename="src\extensions\uno\com\sun\star\container\XImplicitIDContainer.hpp" /> | ||
163 | + <Unit filename="src\extensions\uno\com\sun\star\container\XImplicitIDReplace.hpp" /> | ||
164 | + <Unit filename="src\extensions\uno\com\sun\star\container\XIndexAccess.hpp" /> | ||
165 | + <Unit filename="src\extensions\uno\com\sun\star\container\XIndexContainer.hpp" /> | ||
166 | + <Unit filename="src\extensions\uno\com\sun\star\container\XIndexReplace.hpp" /> | ||
167 | + <Unit filename="src\extensions\uno\com\sun\star\container\XNameAccess.hpp" /> | ||
168 | + <Unit filename="src\extensions\uno\com\sun\star\container\XNameContainer.hpp" /> | ||
169 | + <Unit filename="src\extensions\uno\com\sun\star\container\XNameReplace.hpp" /> | ||
170 | + <Unit filename="src\extensions\uno\com\sun\star\container\XNamed.hpp" /> | ||
171 | + <Unit filename="src\extensions\uno\com\sun\star\container\XSet.hpp" /> | ||
172 | + <Unit filename="src\extensions\uno\com\sun\star\container\XStringKeyMap.hpp" /> | ||
173 | + <Unit filename="src\extensions\uno\com\sun\star\container\XUniqueIDAccess.hpp" /> | ||
174 | + <Unit filename="src\extensions\uno\com\sun\star\corba\CorbaString8.hpp" /> | ||
175 | + <Unit filename="src\extensions\uno\com\sun\star\corba\CorbaUnion.hpp" /> | ||
176 | + <Unit filename="src\extensions\uno\com\sun\star\corba\LogicalThreadID.hpp" /> | ||
177 | + <Unit filename="src\extensions\uno\com\sun\star\corba\ObjectKey.hpp" /> | ||
178 | + <Unit filename="src\extensions\uno\com\sun\star\corba\ObjectSystemID.hpp" /> | ||
179 | + <Unit filename="src\extensions\uno\com\sun\star\corba\OneThreadID.hpp" /> | ||
180 | + <Unit filename="src\extensions\uno\com\sun\star\corba\OpaqueData.hpp" /> | ||
181 | + <Unit filename="src\extensions\uno\com\sun\star\corba\TCKind.hpp" /> | ||
182 | + <Unit filename="src\extensions\uno\com\sun\star\corba\ThreadIDs.hpp" /> | ||
183 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\CancelRequestHeader.hpp" /> | ||
184 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\FragmentHeader_1_2.hpp" /> | ||
185 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\IORAddressingInfo.hpp" /> | ||
186 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\LocateReplyHeader_1_2.hpp" /> | ||
187 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\LocateRequestHeader_1_0.hpp" /> | ||
188 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\LocateRequestHeader_1_1.hpp" /> | ||
189 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\LocateStatusType_1_2.hpp" /> | ||
190 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\MessageHeader_1_0.hpp" /> | ||
191 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\MessageHeader_1_1.hpp" /> | ||
192 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\MessageHeader_1_2.hpp" /> | ||
193 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\MsgType_1_1.hpp" /> | ||
194 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\ReplyHeader_1_2.hpp" /> | ||
195 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\ReplyStatusType_1_2.hpp" /> | ||
196 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\RequestHeader_1_0.hpp" /> | ||
197 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\RequestHeader_1_1.hpp" /> | ||
198 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\RequestHeader_1_2.hpp" /> | ||
199 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\SystemExceptionReplyBody.hpp" /> | ||
200 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\TargetAddress.hpp" /> | ||
201 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\TargetAddressGroup.hpp" /> | ||
202 | + <Unit filename="src\extensions\uno\com\sun\star\corba\giop\Version.hpp" /> | ||
203 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iiop\BiDirIIOPServiceContext.hpp" /> | ||
204 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iiop\ListenPoint.hpp" /> | ||
205 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iiop\ListenPointList.hpp" /> | ||
206 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iiop\ProfileBody_1_0.hpp" /> | ||
207 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iiop\ProfileBody_1_1.hpp" /> | ||
208 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iiop\Version.hpp" /> | ||
209 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iop\ComponentId.hpp" /> | ||
210 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iop\IOR.hpp" /> | ||
211 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iop\MultipleComponentProfile.hpp" /> | ||
212 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iop\ProfileId.hpp" /> | ||
213 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iop\ProfileIdGroup.hpp" /> | ||
214 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iop\ServiceContext.hpp" /> | ||
215 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iop\ServiceContextList.hpp" /> | ||
216 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iop\ServiceId.hpp" /> | ||
217 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iop\ServiceIdGroup.hpp" /> | ||
218 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iop\TaggedComponent.hpp" /> | ||
219 | + <Unit filename="src\extensions\uno\com\sun\star\corba\iop\TaggedProfile.hpp" /> | ||
220 | + <Unit filename="src\extensions\uno\com\sun\star\io\AlreadyConnectedException.hpp" /> | ||
221 | + <Unit filename="src\extensions\uno\com\sun\star\io\BufferSizeExceededException.hpp" /> | ||
222 | + <Unit filename="src\extensions\uno\com\sun\star\io\ConnectException.hpp" /> | ||
223 | + <Unit filename="src\extensions\uno\com\sun\star\io\DataTransferEvent.hpp" /> | ||
224 | + <Unit filename="src\extensions\uno\com\sun\star\io\FilePermission.hpp" /> | ||
225 | + <Unit filename="src\extensions\uno\com\sun\star\io\IOException.hpp" /> | ||
226 | + <Unit filename="src\extensions\uno\com\sun\star\io\NoRouteToHostException.hpp" /> | ||
227 | + <Unit filename="src\extensions\uno\com\sun\star\io\NotConnectedException.hpp" /> | ||
228 | + <Unit filename="src\extensions\uno\com\sun\star\io\SequenceInputStream.hpp" /> | ||
229 | + <Unit filename="src\extensions\uno\com\sun\star\io\SequenceOutputStream.hpp" /> | ||
230 | + <Unit filename="src\extensions\uno\com\sun\star\io\SocketException.hpp" /> | ||
231 | + <Unit filename="src\extensions\uno\com\sun\star\io\TempFile.hpp" /> | ||
232 | + <Unit filename="src\extensions\uno\com\sun\star\io\UnexpectedEOFException.hpp" /> | ||
233 | + <Unit filename="src\extensions\uno\com\sun\star\io\UnknownHostException.hpp" /> | ||
234 | + <Unit filename="src\extensions\uno\com\sun\star\io\WrongFormatException.hpp" /> | ||
235 | + <Unit filename="src\extensions\uno\com\sun\star\io\XActiveDataControl.hpp" /> | ||
236 | + <Unit filename="src\extensions\uno\com\sun\star\io\XActiveDataSink.hpp" /> | ||
237 | + <Unit filename="src\extensions\uno\com\sun\star\io\XActiveDataSource.hpp" /> | ||
238 | + <Unit filename="src\extensions\uno\com\sun\star\io\XActiveDataStreamer.hpp" /> | ||
239 | + <Unit filename="src\extensions\uno\com\sun\star\io\XAsyncOutputMonitor.hpp" /> | ||
240 | + <Unit filename="src\extensions\uno\com\sun\star\io\XConnectable.hpp" /> | ||
241 | + <Unit filename="src\extensions\uno\com\sun\star\io\XDataExporter.hpp" /> | ||
242 | + <Unit filename="src\extensions\uno\com\sun\star\io\XDataImporter.hpp" /> | ||
243 | + <Unit filename="src\extensions\uno\com\sun\star\io\XDataInputStream.hpp" /> | ||
244 | + <Unit filename="src\extensions\uno\com\sun\star\io\XDataOutputStream.hpp" /> | ||
245 | + <Unit filename="src\extensions\uno\com\sun\star\io\XDataTransferEventListener.hpp" /> | ||
246 | + <Unit filename="src\extensions\uno\com\sun\star\io\XInputStream.hpp" /> | ||
247 | + <Unit filename="src\extensions\uno\com\sun\star\io\XInputStreamProvider.hpp" /> | ||
248 | + <Unit filename="src\extensions\uno\com\sun\star\io\XMarkableStream.hpp" /> | ||
249 | + <Unit filename="src\extensions\uno\com\sun\star\io\XObjectInputStream.hpp" /> | ||
250 | + <Unit filename="src\extensions\uno\com\sun\star\io\XObjectOutputStream.hpp" /> | ||
251 | + <Unit filename="src\extensions\uno\com\sun\star\io\XOutputStream.hpp" /> | ||
252 | + <Unit filename="src\extensions\uno\com\sun\star\io\XPersist.hpp" /> | ||
253 | + <Unit filename="src\extensions\uno\com\sun\star\io\XPersistObject.hpp" /> | ||
254 | + <Unit filename="src\extensions\uno\com\sun\star\io\XSeekable.hpp" /> | ||
255 | + <Unit filename="src\extensions\uno\com\sun\star\io\XSeekableInputStream.hpp" /> | ||
256 | + <Unit filename="src\extensions\uno\com\sun\star\io\XSequenceOutputStream.hpp" /> | ||
257 | + <Unit filename="src\extensions\uno\com\sun\star\io\XStream.hpp" /> | ||
258 | + <Unit filename="src\extensions\uno\com\sun\star\io\XStreamListener.hpp" /> | ||
259 | + <Unit filename="src\extensions\uno\com\sun\star\io\XTempFile.hpp" /> | ||
260 | + <Unit filename="src\extensions\uno\com\sun\star\io\XTextInputStream.hpp" /> | ||
261 | + <Unit filename="src\extensions\uno\com\sun\star\io\XTextOutputStream.hpp" /> | ||
262 | + <Unit filename="src\extensions\uno\com\sun\star\io\XTruncate.hpp" /> | ||
263 | + <Unit filename="src\extensions\uno\com\sun\star\io\XXMLExtractor.hpp" /> | ||
264 | + <Unit filename="src\extensions\uno\com\sun\star\lang\ArrayIndexOutOfBoundsException.hpp" /> | ||
265 | + <Unit filename="src\extensions\uno\com\sun\star\lang\ClassNotFoundException.hpp" /> | ||
266 | + <Unit filename="src\extensions\uno\com\sun\star\lang\DisposedException.hpp" /> | ||
267 | + <Unit filename="src\extensions\uno\com\sun\star\lang\EventObject.hpp" /> | ||
268 | + <Unit filename="src\extensions\uno\com\sun\star\lang\IllegalAccessException.hpp" /> | ||
269 | + <Unit filename="src\extensions\uno\com\sun\star\lang\IllegalArgumentException.hpp" /> | ||
270 | + <Unit filename="src\extensions\uno\com\sun\star\lang\IndexOutOfBoundsException.hpp" /> | ||
271 | + <Unit filename="src\extensions\uno\com\sun\star\lang\InvalidListenerException.hpp" /> | ||
272 | + <Unit filename="src\extensions\uno\com\sun\star\lang\ListenerExistException.hpp" /> | ||
273 | + <Unit filename="src\extensions\uno\com\sun\star\lang\Locale.hpp" /> | ||
274 | + <Unit filename="src\extensions\uno\com\sun\star\lang\NoSuchFieldException.hpp" /> | ||
275 | + <Unit filename="src\extensions\uno\com\sun\star\lang\NoSuchMethodException.hpp" /> | ||
276 | + <Unit filename="src\extensions\uno\com\sun\star\lang\NoSupportException.hpp" /> | ||
277 | + <Unit filename="src\extensions\uno\com\sun\star\lang\NotInitializedException.hpp" /> | ||
278 | + <Unit filename="src\extensions\uno\com\sun\star\lang\NullPointerException.hpp" /> | ||
279 | + <Unit filename="src\extensions\uno\com\sun\star\lang\ServiceNotRegisteredException.hpp" /> | ||
280 | + <Unit filename="src\extensions\uno\com\sun\star\lang\SystemDependent.hpp" /> | ||
281 | + <Unit filename="src\extensions\uno\com\sun\star\lang\WrappedTargetException.hpp" /> | ||
282 | + <Unit filename="src\extensions\uno\com\sun\star\lang\WrappedTargetRuntimeException.hpp" /> | ||
283 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XComponent.hpp" /> | ||
284 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XConnectionPoint.hpp" /> | ||
285 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XConnectionPointContainer.hpp" /> | ||
286 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XEventListener.hpp" /> | ||
287 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XInitialization.hpp" /> | ||
288 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XLocalizable.hpp" /> | ||
289 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XMain.hpp" /> | ||
290 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XMultiComponentFactory.hpp" /> | ||
291 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XMultiServiceFactory.hpp" /> | ||
292 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XServiceDisplayName.hpp" /> | ||
293 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XServiceInfo.hpp" /> | ||
294 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XServiceName.hpp" /> | ||
295 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XSingleComponentFactory.hpp" /> | ||
296 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XSingleServiceFactory.hpp" /> | ||
297 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XTypeProvider.hpp" /> | ||
298 | + <Unit filename="src\extensions\uno\com\sun\star\lang\XUnoTunnel.hpp" /> | ||
299 | + <Unit filename="src\extensions\uno\com\sun\star\loader\CannotActivateFactoryException.hpp" /> | ||
300 | + <Unit filename="src\extensions\uno\com\sun\star\loader\XImplementationLoader.hpp" /> | ||
301 | + <Unit filename="src\extensions\uno\com\sun\star\reflection\FieldAccessMode.hpp" /> | ||
302 | + <Unit filename="src\extensions\uno\com\sun\star\reflection\InvocationTargetException.hpp" /> | ||
303 | + <Unit filename="src\extensions\uno\com\sun\star\reflection\MethodMode.hpp" /> | ||
304 | + <Unit filename="src\extensions\uno\com\sun\star\reflection\ParamInfo.hpp" /> | ||
305 | + <Unit filename="src\extensions\uno\com\sun\star\reflection\ParamMode.hpp" /> | ||
306 | + <Unit filename="src\extensions\uno\com\sun\star\reflection\XIdlArray.hpp" /> | ||
307 | + <Unit filename="src\extensions\uno\com\sun\star\reflection\XIdlClass.hpp" /> | ||
308 | + <Unit filename="src\extensions\uno\com\sun\star\reflection\XIdlField.hpp" /> | ||
309 | + <Unit filename="src\extensions\uno\com\sun\star\reflection\XIdlMember.hpp" /> | ||
310 | + <Unit filename="src\extensions\uno\com\sun\star\reflection\XIdlMethod.hpp" /> | ||
311 | + <Unit filename="src\extensions\uno\com\sun\star\reflection\XMethodParameter.hpp" /> | ||
312 | + <Unit filename="src\extensions\uno\com\sun\star\reflection\XPublished.hpp" /> | ||
313 | + <Unit filename="src\extensions\uno\com\sun\star\registry\CannotRegisterImplementationException.hpp" /> | ||
314 | + <Unit filename="src\extensions\uno\com\sun\star\registry\InvalidRegistryException.hpp" /> | ||
315 | + <Unit filename="src\extensions\uno\com\sun\star\registry\InvalidValueException.hpp" /> | ||
316 | + <Unit filename="src\extensions\uno\com\sun\star\registry\MergeConflictException.hpp" /> | ||
317 | + <Unit filename="src\extensions\uno\com\sun\star\registry\RegistryKeyType.hpp" /> | ||
318 | + <Unit filename="src\extensions\uno\com\sun\star\registry\RegistryValueType.hpp" /> | ||
319 | + <Unit filename="src\extensions\uno\com\sun\star\registry\XImplementationRegistration.hpp" /> | ||
320 | + <Unit filename="src\extensions\uno\com\sun\star\registry\XImplementationRegistration2.hpp" /> | ||
321 | + <Unit filename="src\extensions\uno\com\sun\star\registry\XRegistryKey.hpp" /> | ||
322 | + <Unit filename="src\extensions\uno\com\sun\star\registry\XSimpleRegistry.hpp" /> | ||
323 | + <Unit filename="src\extensions\uno\com\sun\star\script\AllEventObject.hpp" /> | ||
324 | + <Unit filename="src\extensions\uno\com\sun\star\script\ArrayWrapper.hpp" /> | ||
325 | + <Unit filename="src\extensions\uno\com\sun\star\script\BasicErrorException.hpp" /> | ||
326 | + <Unit filename="src\extensions\uno\com\sun\star\script\CannotConvertException.hpp" /> | ||
327 | + <Unit filename="src\extensions\uno\com\sun\star\script\CannotCreateAdapterException.hpp" /> | ||
328 | + <Unit filename="src\extensions\uno\com\sun\star\script\ContextInformation.hpp" /> | ||
329 | + <Unit filename="src\extensions\uno\com\sun\star\script\FailReason.hpp" /> | ||
330 | + <Unit filename="src\extensions\uno\com\sun\star\script\FinishEngineEvent.hpp" /> | ||
331 | + <Unit filename="src\extensions\uno\com\sun\star\script\FinishReason.hpp" /> | ||
332 | + <Unit filename="src\extensions\uno\com\sun\star\script\InterruptEngineEvent.hpp" /> | ||
333 | + <Unit filename="src\extensions\uno\com\sun\star\script\InterruptReason.hpp" /> | ||
334 | + <Unit filename="src\extensions\uno\com\sun\star\script\InvocationInfo.hpp" /> | ||
335 | + <Unit filename="src\extensions\uno\com\sun\star\script\MemberType.hpp" /> | ||
336 | + <Unit filename="src\extensions\uno\com\sun\star\script\ScriptEvent.hpp" /> | ||
337 | + <Unit filename="src\extensions\uno\com\sun\star\script\ScriptEventDescriptor.hpp" /> | ||
338 | + <Unit filename="src\extensions\uno\com\sun\star\script\XAllListener.hpp" /> | ||
339 | + <Unit filename="src\extensions\uno\com\sun\star\script\XAllListenerAdapterService.hpp" /> | ||
340 | + <Unit filename="src\extensions\uno\com\sun\star\script\XDebugging.hpp" /> | ||
341 | + <Unit filename="src\extensions\uno\com\sun\star\script\XDefaultMethod.hpp" /> | ||
342 | + <Unit filename="src\extensions\uno\com\sun\star\script\XDefaultProperty.hpp" /> | ||
343 | + <Unit filename="src\extensions\uno\com\sun\star\script\XEngine.hpp" /> | ||
344 | + <Unit filename="src\extensions\uno\com\sun\star\script\XEngineListener.hpp" /> | ||
345 | + <Unit filename="src\extensions\uno\com\sun\star\script\XEventAttacher.hpp" /> | ||
346 | + <Unit filename="src\extensions\uno\com\sun\star\script\XEventAttacherManager.hpp" /> | ||
347 | + <Unit filename="src\extensions\uno\com\sun\star\script\XInvocation.hpp" /> | ||
348 | + <Unit filename="src\extensions\uno\com\sun\star\script\XInvocation2.hpp" /> | ||
349 | + <Unit filename="src\extensions\uno\com\sun\star\script\XInvocationAdapterFactory.hpp" /> | ||
350 | + <Unit filename="src\extensions\uno\com\sun\star\script\XInvocationAdapterFactory2.hpp" /> | ||
351 | + <Unit filename="src\extensions\uno\com\sun\star\script\XLibraryAccess.hpp" /> | ||
352 | + <Unit filename="src\extensions\uno\com\sun\star\script\XScriptEventsAttacher.hpp" /> | ||
353 | + <Unit filename="src\extensions\uno\com\sun\star\script\XScriptEventsSupplier.hpp" /> | ||
354 | + <Unit filename="src\extensions\uno\com\sun\star\script\XScriptListener.hpp" /> | ||
355 | + <Unit filename="src\extensions\uno\com\sun\star\script\XStarBasicAccess.hpp" /> | ||
356 | + <Unit filename="src\extensions\uno\com\sun\star\script\XStarBasicDialogInfo.hpp" /> | ||
357 | + <Unit filename="src\extensions\uno\com\sun\star\script\XStarBasicLibraryInfo.hpp" /> | ||
358 | + <Unit filename="src\extensions\uno\com\sun\star\script\XStarBasicModuleInfo.hpp" /> | ||
359 | + <Unit filename="src\extensions\uno\com\sun\star\script\XTypeConverter.hpp" /> | ||
360 | + <Unit filename="src\extensions\uno\com\sun\star\security\AccessControlException.hpp" /> | ||
361 | + <Unit filename="src\extensions\uno\com\sun\star\security\AllPermission.hpp" /> | ||
362 | + <Unit filename="src\extensions\uno\com\sun\star\security\RuntimePermission.hpp" /> | ||
363 | + <Unit filename="src\extensions\uno\com\sun\star\security\XAccessControlContext.hpp" /> | ||
364 | + <Unit filename="src\extensions\uno\com\sun\star\security\XAccessController.hpp" /> | ||
365 | + <Unit filename="src\extensions\uno\com\sun\star\security\XAction.hpp" /> | ||
366 | + <Unit filename="src\extensions\uno\com\sun\star\security\XPolicy.hpp" /> | ||
367 | + <Unit filename="src\extensions\uno\com\sun\star\test\TestEvent.hpp" /> | ||
368 | + <Unit filename="src\extensions\uno\com\sun\star\test\XSimpleTest.hpp" /> | ||
369 | + <Unit filename="src\extensions\uno\com\sun\star\test\XTest.hpp" /> | ||
370 | + <Unit filename="src\extensions\uno\com\sun\star\test\XTestListener.hpp" /> | ||
371 | + <Unit filename="src\extensions\uno\com\sun\star\test\bridge\TestData.hpp" /> | ||
372 | + <Unit filename="src\extensions\uno\com\sun\star\test\bridge\TestDataElements.hpp" /> | ||
373 | + <Unit filename="src\extensions\uno\com\sun\star\test\bridge\TestElement.hpp" /> | ||
374 | + <Unit filename="src\extensions\uno\com\sun\star\test\bridge\TestEnum.hpp" /> | ||
375 | + <Unit filename="src\extensions\uno\com\sun\star\test\bridge\TestSimple.hpp" /> | ||
376 | + <Unit filename="src\extensions\uno\com\sun\star\test\bridge\XBridgeTest.hpp" /> | ||
377 | + <Unit filename="src\extensions\uno\com\sun\star\test\bridge\XBridgeTest2.hpp" /> | ||
378 | + <Unit filename="src\extensions\uno\com\sun\star\test\bridge\XBridgeTestBase.hpp" /> | ||
379 | + <Unit filename="src\extensions\uno\com\sun\star\test\bridge\XRecursiveCall.hpp" /> | ||
380 | + <Unit filename="src\extensions\uno\com\sun\star\test\performance\ComplexTypes.hpp" /> | ||
381 | + <Unit filename="src\extensions\uno\com\sun\star\test\performance\SimpleTypes.hpp" /> | ||
382 | + <Unit filename="src\extensions\uno\com\sun\star\test\performance\XPerformanceTest.hpp" /> | ||
383 | + <Unit filename="src\extensions\uno\com\sun\star\uno\DeploymentException.hpp" /> | ||
384 | + <Unit filename="src\extensions\uno\com\sun\star\uno\Exception.hpp" /> | ||
385 | + <Unit filename="src\extensions\uno\com\sun\star\uno\RuntimeException.hpp" /> | ||
386 | + <Unit filename="src\extensions\uno\com\sun\star\uno\SecurityException.hpp" /> | ||
387 | + <Unit filename="src\extensions\uno\com\sun\star\uno\TypeClass.hpp" /> | ||
388 | + <Unit filename="src\extensions\uno\com\sun\star\uno\Uik.hpp" /> | ||
389 | + <Unit filename="src\extensions\uno\com\sun\star\uno\XAdapter.hpp" /> | ||
390 | + <Unit filename="src\extensions\uno\com\sun\star\uno\XAggregation.hpp" /> | ||
391 | + <Unit filename="src\extensions\uno\com\sun\star\uno\XComponentContext.hpp" /> | ||
392 | + <Unit filename="src\extensions\uno\com\sun\star\uno\XCurrentContext.hpp" /> | ||
393 | + <Unit filename="src\extensions\uno\com\sun\star\uno\XInterface.hpp" /> | ||
394 | + <Unit filename="src\extensions\uno\com\sun\star\uno\XNamingService.hpp" /> | ||
395 | + <Unit filename="src\extensions\uno\com\sun\star\uno\XReference.hpp" /> | ||
396 | + <Unit filename="src\extensions\uno\com\sun\star\uno\XUnloadingPreference.hpp" /> | ||
397 | + <Unit filename="src\extensions\uno\com\sun\star\uno\XWeak.hpp" /> | ||
398 | + <Unit filename="src\extensions\uno\com\sun\star\util\XVeto.hpp" /> | ||
399 | + <Unit filename="src\extensions\uno\src\Ooo3270.idl" /> | ||
400 | + <Unit filename="src\extensions\uno\src\actions.cxx" /> | ||
401 | + <Unit filename="src\extensions\uno\src\config.hpp" /> | ||
402 | + <Unit filename="src\extensions\uno\src\connection.cxx" /> | ||
403 | + <Unit filename="src\extensions\uno\src\main.cxx" /> | ||
404 | + <Unit filename="src\extensions\uno\src\ooo3270.hpp" /> | ||
405 | + <Unit filename="src\extensions\uno\src\screen.cxx" /> | ||
406 | + <Unit filename="src\extensions\uno\src\test_program.cxx" /> | ||
407 | + <Unit filename="src\gtk2\Makefile.in" /> | ||
408 | + <Unit filename="src\gtk2\action_calls.c"> | ||
405 | <Option compilerVar="CC" /> | 409 | <Option compilerVar="CC" /> |
406 | </Unit> | 410 | </Unit> |
407 | - <Unit filename="src/gtk2/action_table.h" /> | ||
408 | - <Unit filename="src/gtk2/actions.c"> | 411 | + <Unit filename="src\gtk2\action_table.h" /> |
412 | + <Unit filename="src\gtk2\actions.c"> | ||
409 | <Option compilerVar="CC" /> | 413 | <Option compilerVar="CC" /> |
410 | </Unit> | 414 | </Unit> |
411 | - <Unit filename="src/gtk2/actions.h" /> | ||
412 | - <Unit filename="src/gtk2/actions1.c"> | 415 | + <Unit filename="src\gtk2\actions.h" /> |
416 | + <Unit filename="src\gtk2\actions1.c"> | ||
413 | <Option compilerVar="CC" /> | 417 | <Option compilerVar="CC" /> |
414 | </Unit> | 418 | </Unit> |
415 | - <Unit filename="src/gtk2/clipboard.c"> | 419 | + <Unit filename="src\gtk2\clipboard.c"> |
416 | <Option compilerVar="CC" /> | 420 | <Option compilerVar="CC" /> |
417 | </Unit> | 421 | </Unit> |
418 | - <Unit filename="src/gtk2/colors.c"> | 422 | + <Unit filename="src\gtk2\colors.c"> |
419 | <Option compilerVar="CC" /> | 423 | <Option compilerVar="CC" /> |
420 | </Unit> | 424 | </Unit> |
421 | - <Unit filename="src/gtk2/commands.c"> | 425 | + <Unit filename="src\gtk2\commands.c"> |
422 | <Option compilerVar="CC" /> | 426 | <Option compilerVar="CC" /> |
423 | </Unit> | 427 | </Unit> |
424 | - <Unit filename="src/gtk2/config.c"> | 428 | + <Unit filename="src\gtk2\config.c"> |
425 | <Option compilerVar="CC" /> | 429 | <Option compilerVar="CC" /> |
426 | </Unit> | 430 | </Unit> |
427 | - <Unit filename="src/gtk2/cursor.c"> | 431 | + <Unit filename="src\gtk2\cursor.c"> |
428 | <Option compilerVar="CC" /> | 432 | <Option compilerVar="CC" /> |
429 | </Unit> | 433 | </Unit> |
430 | - <Unit filename="src/gtk2/draw.c"> | 434 | + <Unit filename="src\gtk2\draw.c"> |
431 | <Option compilerVar="CC" /> | 435 | <Option compilerVar="CC" /> |
432 | </Unit> | 436 | </Unit> |
433 | - <Unit filename="src/gtk2/filetransfer.c"> | 437 | + <Unit filename="src\gtk2\filetransfer.c"> |
434 | <Option compilerVar="CC" /> | 438 | <Option compilerVar="CC" /> |
435 | </Unit> | 439 | </Unit> |
436 | - <Unit filename="src/gtk2/fonts.c"> | 440 | + <Unit filename="src\gtk2\fonts.c"> |
437 | <Option compilerVar="CC" /> | 441 | <Option compilerVar="CC" /> |
438 | </Unit> | 442 | </Unit> |
439 | - <Unit filename="src/gtk2/fonts.h" /> | ||
440 | - <Unit filename="src/gtk2/gui.h" /> | ||
441 | - <Unit filename="src/gtk2/iocallback.c"> | 443 | + <Unit filename="src\gtk2\fonts.h" /> |
444 | + <Unit filename="src\gtk2\gui.h" /> | ||
445 | + <Unit filename="src\gtk2\iocallback.c"> | ||
442 | <Option compilerVar="CC" /> | 446 | <Option compilerVar="CC" /> |
443 | </Unit> | 447 | </Unit> |
444 | - <Unit filename="src/gtk2/main.c"> | 448 | + <Unit filename="src\gtk2\main.c"> |
445 | <Option compilerVar="CC" /> | 449 | <Option compilerVar="CC" /> |
446 | </Unit> | 450 | </Unit> |
447 | - <Unit filename="src/gtk2/mouse.c"> | 451 | + <Unit filename="src\gtk2\mouse.c"> |
448 | <Option compilerVar="CC" /> | 452 | <Option compilerVar="CC" /> |
449 | </Unit> | 453 | </Unit> |
450 | - <Unit filename="src/gtk2/oia.c"> | 454 | + <Unit filename="src\gtk2\oia.c"> |
451 | <Option compilerVar="CC" /> | 455 | <Option compilerVar="CC" /> |
452 | </Unit> | 456 | </Unit> |
453 | - <Unit filename="src/gtk2/oia.h" /> | ||
454 | - <Unit filename="src/gtk2/plugin.c"> | 457 | + <Unit filename="src\gtk2\oia.h" /> |
458 | + <Unit filename="src\gtk2\plugin.c"> | ||
455 | <Option compilerVar="CC" /> | 459 | <Option compilerVar="CC" /> |
456 | </Unit> | 460 | </Unit> |
457 | - <Unit filename="src/gtk2/print.c"> | 461 | + <Unit filename="src\gtk2\print.c"> |
458 | <Option compilerVar="CC" /> | 462 | <Option compilerVar="CC" /> |
459 | </Unit> | 463 | </Unit> |
460 | - <Unit filename="src/gtk2/resources.rc.in" /> | ||
461 | - <Unit filename="src/gtk2/screen.c"> | 464 | + <Unit filename="src\gtk2\resources.rc.in" /> |
465 | + <Unit filename="src\gtk2\screen.c"> | ||
462 | <Option compilerVar="CC" /> | 466 | <Option compilerVar="CC" /> |
463 | </Unit> | 467 | </Unit> |
464 | - <Unit filename="src/gtk2/script.c"> | 468 | + <Unit filename="src\gtk2\script.c"> |
465 | <Option compilerVar="CC" /> | 469 | <Option compilerVar="CC" /> |
466 | </Unit> | 470 | </Unit> |
467 | - <Unit filename="src/gtk2/terminal.c"> | 471 | + <Unit filename="src\gtk2\terminal.c"> |
468 | <Option compilerVar="CC" /> | 472 | <Option compilerVar="CC" /> |
469 | </Unit> | 473 | </Unit> |
470 | - <Unit filename="src/gtk2/toggle.c"> | 474 | + <Unit filename="src\gtk2\toggle.c"> |
471 | <Option compilerVar="CC" /> | 475 | <Option compilerVar="CC" /> |
472 | </Unit> | 476 | </Unit> |
473 | - <Unit filename="src/gtk2/topwindow.c"> | 477 | + <Unit filename="src\gtk2\topwindow.c"> |
474 | <Option compilerVar="CC" /> | 478 | <Option compilerVar="CC" /> |
475 | </Unit> | 479 | </Unit> |
476 | - <Unit filename="src/gtk2/topwindow1.c"> | 480 | + <Unit filename="src\gtk2\topwindow1.c"> |
477 | <Option compilerVar="CC" /> | 481 | <Option compilerVar="CC" /> |
478 | </Unit> | 482 | </Unit> |
479 | - <Unit filename="src/gtk2/tracewindow.c"> | 483 | + <Unit filename="src\gtk2\tracewindow.c"> |
480 | <Option compilerVar="CC" /> | 484 | <Option compilerVar="CC" /> |
481 | </Unit> | 485 | </Unit> |
482 | - <Unit filename="src/gtk2/ui_parse.c"> | 486 | + <Unit filename="src\gtk2\ui_parse.c"> |
483 | <Option compilerVar="CC" /> | 487 | <Option compilerVar="CC" /> |
484 | </Unit> | 488 | </Unit> |
485 | - <Unit filename="src/gtk2/ui_parse.h" /> | ||
486 | - <Unit filename="src/gtk2/uiparser1.c"> | 489 | + <Unit filename="src\gtk2\ui_parse.h" /> |
490 | + <Unit filename="src\gtk2\uiparser1.c"> | ||
487 | <Option compilerVar="CC" /> | 491 | <Option compilerVar="CC" /> |
488 | </Unit> | 492 | </Unit> |
489 | - <Unit filename="src/gtk2/uiparser1.h" /> | ||
490 | - <Unit filename="src/gtk2/version.c.in" /> | ||
491 | - <Unit filename="src/gui/resources.rc.in" /> | ||
492 | - <Unit filename="src/gui/version.c.in" /> | ||
493 | - <Unit filename="src/include/X11/keysym.h" /> | ||
494 | - <Unit filename="src/include/lib3270.h" /> | ||
495 | - <Unit filename="src/include/lib3270/3270ds.h" /> | ||
496 | - <Unit filename="src/include/lib3270/action_table.h" /> | ||
497 | - <Unit filename="src/include/lib3270/actions.h" /> | ||
498 | - <Unit filename="src/include/lib3270/api.h" /> | ||
499 | - <Unit filename="src/include/lib3270/config.h" /> | ||
500 | - <Unit filename="src/include/lib3270/config.h.in" /> | ||
501 | - <Unit filename="src/include/lib3270/macros.h" /> | ||
502 | - <Unit filename="src/include/lib3270/plugins.h.in" /> | ||
503 | - <Unit filename="src/include/lib3270/toggle.h" /> | ||
504 | - <Unit filename="src/java/lib3270_jni.h" /> | ||
505 | - <Unit filename="src/java/terminal.java"> | 493 | + <Unit filename="src\gtk2\uiparser1.h" /> |
494 | + <Unit filename="src\gtk2\version.c.in" /> | ||
495 | + <Unit filename="src\gui\resources.rc.in" /> | ||
496 | + <Unit filename="src\gui\version.c.in" /> | ||
497 | + <Unit filename="src\include\X11\keysym.h" /> | ||
498 | + <Unit filename="src\include\lib3270.h" /> | ||
499 | + <Unit filename="src\include\lib3270\3270ds.h" /> | ||
500 | + <Unit filename="src\include\lib3270\action_table.h" /> | ||
501 | + <Unit filename="src\include\lib3270\actions.h" /> | ||
502 | + <Unit filename="src\include\lib3270\api.h" /> | ||
503 | + <Unit filename="src\include\lib3270\config.h" /> | ||
504 | + <Unit filename="src\include\lib3270\config.h.in" /> | ||
505 | + <Unit filename="src\include\lib3270\macros.h" /> | ||
506 | + <Unit filename="src\include\lib3270\plugins.h.in" /> | ||
507 | + <Unit filename="src\include\lib3270\toggle.h" /> | ||
508 | + <Unit filename="src\java\lib3270_jni.h" /> | ||
509 | + <Unit filename="src\java\terminal.java"> | ||
506 | <Option target="Release" /> | 510 | <Option target="Release" /> |
507 | </Unit> | 511 | </Unit> |
508 | - <Unit filename="src/jni/Makefile.in" /> | ||
509 | - <Unit filename="src/jni/pw3270_jni.c"> | 512 | + <Unit filename="src\jni\Makefile.in" /> |
513 | + <Unit filename="src\jni\pw3270_jni.c"> | ||
510 | <Option compilerVar="CC" /> | 514 | <Option compilerVar="CC" /> |
511 | </Unit> | 515 | </Unit> |
512 | - <Unit filename="src/lib/Makefile.in" /> | ||
513 | - <Unit filename="src/lib/XtGlue.c"> | 516 | + <Unit filename="src\lib\Makefile.in" /> |
517 | + <Unit filename="src\lib\XtGlue.c"> | ||
514 | <Option compilerVar="CC" /> | 518 | <Option compilerVar="CC" /> |
515 | </Unit> | 519 | </Unit> |
516 | - <Unit filename="src/lib/actions.c"> | 520 | + <Unit filename="src\lib\actions.c"> |
517 | <Option compilerVar="CC" /> | 521 | <Option compilerVar="CC" /> |
518 | </Unit> | 522 | </Unit> |
519 | - <Unit filename="src/lib/actionsc.h" /> | ||
520 | - <Unit filename="src/lib/ansi.c"> | 523 | + <Unit filename="src\lib\actionsc.h" /> |
524 | + <Unit filename="src\lib\ansi.c"> | ||
521 | <Option compilerVar="CC" /> | 525 | <Option compilerVar="CC" /> |
522 | </Unit> | 526 | </Unit> |
523 | - <Unit filename="src/lib/ansic.h" /> | ||
524 | - <Unit filename="src/lib/apl.c"> | 527 | + <Unit filename="src\lib\ansic.h" /> |
528 | + <Unit filename="src\lib\apl.c"> | ||
525 | <Option compilerVar="CC" /> | 529 | <Option compilerVar="CC" /> |
526 | </Unit> | 530 | </Unit> |
527 | - <Unit filename="src/lib/aplc.h" /> | ||
528 | - <Unit filename="src/lib/appres.h" /> | ||
529 | - <Unit filename="src/lib/arpa_telnet.h" /> | ||
530 | - <Unit filename="src/lib/cg.h" /> | ||
531 | - <Unit filename="src/lib/charset.c"> | 531 | + <Unit filename="src\lib\aplc.h" /> |
532 | + <Unit filename="src\lib\appres.h" /> | ||
533 | + <Unit filename="src\lib\arpa_telnet.h" /> | ||
534 | + <Unit filename="src\lib\cg.h" /> | ||
535 | + <Unit filename="src\lib\charset.c"> | ||
532 | <Option compilerVar="CC" /> | 536 | <Option compilerVar="CC" /> |
533 | </Unit> | 537 | </Unit> |
534 | - <Unit filename="src/lib/charsetc.h" /> | ||
535 | - <Unit filename="src/lib/childc.h" /> | ||
536 | - <Unit filename="src/lib/ctlr.c"> | 538 | + <Unit filename="src\lib\charsetc.h" /> |
539 | + <Unit filename="src\lib\childc.h" /> | ||
540 | + <Unit filename="src\lib\ctlr.c"> | ||
537 | <Option compilerVar="CC" /> | 541 | <Option compilerVar="CC" /> |
538 | </Unit> | 542 | </Unit> |
539 | - <Unit filename="src/lib/ctlr.h" /> | ||
540 | - <Unit filename="src/lib/ctlrc.h" /> | ||
541 | - <Unit filename="src/lib/dialogc.h" /> | ||
542 | - <Unit filename="src/lib/ft.c"> | 543 | + <Unit filename="src\lib\ctlr.h" /> |
544 | + <Unit filename="src\lib\ctlrc.h" /> | ||
545 | + <Unit filename="src\lib\dialogc.h" /> | ||
546 | + <Unit filename="src\lib\ft.c"> | ||
543 | <Option compilerVar="CC" /> | 547 | <Option compilerVar="CC" /> |
544 | </Unit> | 548 | </Unit> |
545 | - <Unit filename="src/lib/ft_cut.c"> | 549 | + <Unit filename="src\lib\ft_cut.c"> |
546 | <Option compilerVar="CC" /> | 550 | <Option compilerVar="CC" /> |
547 | </Unit> | 551 | </Unit> |
548 | - <Unit filename="src/lib/ft_cut_ds.h" /> | ||
549 | - <Unit filename="src/lib/ft_cutc.h" /> | ||
550 | - <Unit filename="src/lib/ft_dft.c"> | 552 | + <Unit filename="src\lib\ft_cut_ds.h" /> |
553 | + <Unit filename="src\lib\ft_cutc.h" /> | ||
554 | + <Unit filename="src\lib\ft_dft.c"> | ||
551 | <Option compilerVar="CC" /> | 555 | <Option compilerVar="CC" /> |
552 | </Unit> | 556 | </Unit> |
553 | - <Unit filename="src/lib/ft_dft_ds.h" /> | ||
554 | - <Unit filename="src/lib/ft_dftc.h" /> | ||
555 | - <Unit filename="src/lib/ftc.h" /> | ||
556 | - <Unit filename="src/lib/globals.h" /> | ||
557 | - <Unit filename="src/lib/glue.c"> | 557 | + <Unit filename="src\lib\ft_dft_ds.h" /> |
558 | + <Unit filename="src\lib\ft_dftc.h" /> | ||
559 | + <Unit filename="src\lib\ftc.h" /> | ||
560 | + <Unit filename="src\lib\globals.h" /> | ||
561 | + <Unit filename="src\lib\glue.c"> | ||
558 | <Option compilerVar="CC" /> | 562 | <Option compilerVar="CC" /> |
559 | </Unit> | 563 | </Unit> |
560 | - <Unit filename="src/lib/gluec.h" /> | ||
561 | - <Unit filename="src/lib/host.c"> | 564 | + <Unit filename="src\lib\gluec.h" /> |
565 | + <Unit filename="src\lib\host.c"> | ||
562 | <Option compilerVar="CC" /> | 566 | <Option compilerVar="CC" /> |
563 | </Unit> | 567 | </Unit> |
564 | - <Unit filename="src/lib/hostc.h" /> | ||
565 | - <Unit filename="src/lib/icmdc.h" /> | ||
566 | - <Unit filename="src/lib/keypadc.h" /> | ||
567 | - <Unit filename="src/lib/kybd.c"> | 568 | + <Unit filename="src\lib\hostc.h" /> |
569 | + <Unit filename="src\lib\icmdc.h" /> | ||
570 | + <Unit filename="src\lib\keypadc.h" /> | ||
571 | + <Unit filename="src\lib\kybd.c"> | ||
568 | <Option compilerVar="CC" /> | 572 | <Option compilerVar="CC" /> |
569 | </Unit> | 573 | </Unit> |
570 | - <Unit filename="src/lib/kybdc.h" /> | ||
571 | - <Unit filename="src/lib/localdefs.h" /> | ||
572 | - <Unit filename="src/lib/log.c"> | 574 | + <Unit filename="src\lib\kybdc.h" /> |
575 | + <Unit filename="src\lib\localdefs.h" /> | ||
576 | + <Unit filename="src\lib\log.c"> | ||
573 | <Option compilerVar="CC" /> | 577 | <Option compilerVar="CC" /> |
574 | </Unit> | 578 | </Unit> |
575 | - <Unit filename="src/lib/macros.c"> | 579 | + <Unit filename="src\lib\macros.c"> |
576 | <Option compilerVar="CC" /> | 580 | <Option compilerVar="CC" /> |
577 | </Unit> | 581 | </Unit> |
578 | - <Unit filename="src/lib/menubarc.h" /> | ||
579 | - <Unit filename="src/lib/mkfb.c"> | 582 | + <Unit filename="src\lib\menubarc.h" /> |
583 | + <Unit filename="src\lib\mkfb.c"> | ||
580 | <Option compilerVar="CC" /> | 584 | <Option compilerVar="CC" /> |
581 | </Unit> | 585 | </Unit> |
582 | - <Unit filename="src/lib/objects.h" /> | ||
583 | - <Unit filename="src/lib/paste.c"> | 586 | + <Unit filename="src\lib\objects.h" /> |
587 | + <Unit filename="src\lib\paste.c"> | ||
584 | <Option compilerVar="CC" /> | 588 | <Option compilerVar="CC" /> |
585 | </Unit> | 589 | </Unit> |
586 | - <Unit filename="src/lib/popupsc.h" /> | ||
587 | - <Unit filename="src/lib/print.c"> | 590 | + <Unit filename="src\lib\popupsc.h" /> |
591 | + <Unit filename="src\lib\print.c"> | ||
588 | <Option compilerVar="CC" /> | 592 | <Option compilerVar="CC" /> |
589 | </Unit> | 593 | </Unit> |
590 | - <Unit filename="src/lib/printc.h" /> | ||
591 | - <Unit filename="src/lib/printer.c"> | 594 | + <Unit filename="src\lib\printc.h" /> |
595 | + <Unit filename="src\lib\printer.c"> | ||
592 | <Option compilerVar="CC" /> | 596 | <Option compilerVar="CC" /> |
593 | </Unit> | 597 | </Unit> |
594 | - <Unit filename="src/lib/printerc.h" /> | ||
595 | - <Unit filename="src/lib/proxy.c"> | 598 | + <Unit filename="src\lib\printerc.h" /> |
599 | + <Unit filename="src\lib\proxy.c"> | ||
596 | <Option compilerVar="CC" /> | 600 | <Option compilerVar="CC" /> |
597 | </Unit> | 601 | </Unit> |
598 | - <Unit filename="src/lib/proxyc.h" /> | ||
599 | - <Unit filename="src/lib/resolver.c"> | 602 | + <Unit filename="src\lib\proxyc.h" /> |
603 | + <Unit filename="src\lib\resolver.c"> | ||
600 | <Option compilerVar="CC" /> | 604 | <Option compilerVar="CC" /> |
601 | </Unit> | 605 | </Unit> |
602 | - <Unit filename="src/lib/resolverc.h" /> | ||
603 | - <Unit filename="src/lib/resources.c"> | 606 | + <Unit filename="src\lib\resolverc.h" /> |
607 | + <Unit filename="src\lib\resources.c"> | ||
604 | <Option compilerVar="CC" /> | 608 | <Option compilerVar="CC" /> |
605 | </Unit> | 609 | </Unit> |
606 | - <Unit filename="src/lib/resources.h" /> | ||
607 | - <Unit filename="src/lib/rpq.c"> | 610 | + <Unit filename="src\lib\resources.h" /> |
611 | + <Unit filename="src\lib\rpq.c"> | ||
608 | <Option compilerVar="CC" /> | 612 | <Option compilerVar="CC" /> |
609 | </Unit> | 613 | </Unit> |
610 | - <Unit filename="src/lib/savec.h" /> | ||
611 | - <Unit filename="src/lib/screen.c"> | 614 | + <Unit filename="src\lib\savec.h" /> |
615 | + <Unit filename="src\lib\screen.c"> | ||
612 | <Option compilerVar="CC" /> | 616 | <Option compilerVar="CC" /> |
613 | </Unit> | 617 | </Unit> |
614 | - <Unit filename="src/lib/screen.h" /> | ||
615 | - <Unit filename="src/lib/screenc.h" /> | ||
616 | - <Unit filename="src/lib/scrollc.h" /> | ||
617 | - <Unit filename="src/lib/see.c"> | 618 | + <Unit filename="src\lib\screen.h" /> |
619 | + <Unit filename="src\lib\screenc.h" /> | ||
620 | + <Unit filename="src\lib\scrollc.h" /> | ||
621 | + <Unit filename="src\lib\see.c"> | ||
618 | <Option compilerVar="CC" /> | 622 | <Option compilerVar="CC" /> |
619 | </Unit> | 623 | </Unit> |
620 | - <Unit filename="src/lib/seec.h" /> | ||
621 | - <Unit filename="src/lib/selectc.h" /> | ||
622 | - <Unit filename="src/lib/session.h" /> | ||
623 | - <Unit filename="src/lib/sf.c"> | 624 | + <Unit filename="src\lib\seec.h" /> |
625 | + <Unit filename="src\lib\selectc.h" /> | ||
626 | + <Unit filename="src\lib\session.h" /> | ||
627 | + <Unit filename="src\lib\sf.c"> | ||
624 | <Option compilerVar="CC" /> | 628 | <Option compilerVar="CC" /> |
625 | </Unit> | 629 | </Unit> |
626 | - <Unit filename="src/lib/sfc.h" /> | ||
627 | - <Unit filename="src/lib/shlobj_missing.h" /> | ||
628 | - <Unit filename="src/lib/statusc.h" /> | ||
629 | - <Unit filename="src/lib/tables.c"> | 630 | + <Unit filename="src\lib\sfc.h" /> |
631 | + <Unit filename="src\lib\shlobj_missing.h" /> | ||
632 | + <Unit filename="src\lib\statusc.h" /> | ||
633 | + <Unit filename="src\lib\tables.c"> | ||
630 | <Option compilerVar="CC" /> | 634 | <Option compilerVar="CC" /> |
631 | </Unit> | 635 | </Unit> |
632 | - <Unit filename="src/lib/tablesc.h" /> | ||
633 | - <Unit filename="src/lib/telnet.c"> | 636 | + <Unit filename="src\lib\tablesc.h" /> |
637 | + <Unit filename="src\lib\telnet.c"> | ||
634 | <Option compilerVar="CC" /> | 638 | <Option compilerVar="CC" /> |
635 | </Unit> | 639 | </Unit> |
636 | - <Unit filename="src/lib/telnetc.h" /> | ||
637 | - <Unit filename="src/lib/testprogram.c"> | 640 | + <Unit filename="src\lib\telnetc.h" /> |
641 | + <Unit filename="src\lib\testprogram.c"> | ||
638 | <Option compilerVar="CC" /> | 642 | <Option compilerVar="CC" /> |
639 | <Option target="libtest" /> | 643 | <Option target="libtest" /> |
640 | </Unit> | 644 | </Unit> |
641 | - <Unit filename="src/lib/tn3270e.h" /> | ||
642 | - <Unit filename="src/lib/toggles.c"> | 645 | + <Unit filename="src\lib\tn3270e.h" /> |
646 | + <Unit filename="src\lib\toggles.c"> | ||
643 | <Option compilerVar="CC" /> | 647 | <Option compilerVar="CC" /> |
644 | </Unit> | 648 | </Unit> |
645 | - <Unit filename="src/lib/togglesc.h" /> | ||
646 | - <Unit filename="src/lib/trace_ds.c"> | 649 | + <Unit filename="src\lib\togglesc.h" /> |
650 | + <Unit filename="src\lib\trace_ds.c"> | ||
647 | <Option compilerVar="CC" /> | 651 | <Option compilerVar="CC" /> |
648 | </Unit> | 652 | </Unit> |
649 | - <Unit filename="src/lib/trace_dsc.h" /> | ||
650 | - <Unit filename="src/lib/utf8.c"> | 653 | + <Unit filename="src\lib\trace_dsc.h" /> |
654 | + <Unit filename="src\lib\utf8.c"> | ||
651 | <Option compilerVar="CC" /> | 655 | <Option compilerVar="CC" /> |
652 | </Unit> | 656 | </Unit> |
653 | - <Unit filename="src/lib/utf8c.h" /> | ||
654 | - <Unit filename="src/lib/util.c"> | 657 | + <Unit filename="src\lib\utf8c.h" /> |
658 | + <Unit filename="src\lib\util.c"> | ||
655 | <Option compilerVar="CC" /> | 659 | <Option compilerVar="CC" /> |
656 | </Unit> | 660 | </Unit> |
657 | - <Unit filename="src/lib/utilc.h" /> | ||
658 | - <Unit filename="src/lib/w3misc.c"> | 661 | + <Unit filename="src\lib\utilc.h" /> |
662 | + <Unit filename="src\lib\w3misc.c"> | ||
659 | <Option compilerVar="CC" /> | 663 | <Option compilerVar="CC" /> |
660 | </Unit> | 664 | </Unit> |
661 | - <Unit filename="src/lib/w3miscc.h" /> | ||
662 | - <Unit filename="src/lib/wide.c"> | 665 | + <Unit filename="src\lib\w3miscc.h" /> |
666 | + <Unit filename="src\lib\wide.c"> | ||
663 | <Option compilerVar="CC" /> | 667 | <Option compilerVar="CC" /> |
664 | </Unit> | 668 | </Unit> |
665 | - <Unit filename="src/lib/widec.h" /> | ||
666 | - <Unit filename="src/lib/winvers.c"> | 669 | + <Unit filename="src\lib\widec.h" /> |
670 | + <Unit filename="src\lib\winvers.c"> | ||
667 | <Option compilerVar="CC" /> | 671 | <Option compilerVar="CC" /> |
668 | </Unit> | 672 | </Unit> |
669 | - <Unit filename="src/lib/winversc.h" /> | ||
670 | - <Unit filename="src/lib/xio.c"> | 673 | + <Unit filename="src\lib\winversc.h" /> |
674 | + <Unit filename="src\lib\xio.c"> | ||
671 | <Option compilerVar="CC" /> | 675 | <Option compilerVar="CC" /> |
672 | </Unit> | 676 | </Unit> |
673 | - <Unit filename="src/lib/xioc.h" /> | ||
674 | - <Unit filename="src/lib/xl.h" /> | ||
675 | - <Unit filename="src/oxt/actions.cxx"> | 677 | + <Unit filename="src\lib\xioc.h" /> |
678 | + <Unit filename="src\lib\xl.h" /> | ||
679 | + <Unit filename="src\oxt\actions.cxx"> | ||
676 | <Option target="Release" /> | 680 | <Option target="Release" /> |
677 | </Unit> | 681 | </Unit> |
678 | - <Unit filename="src/oxt/connection.cxx"> | 682 | + <Unit filename="src\oxt\connection.cxx"> |
679 | <Option target="Release" /> | 683 | <Option target="Release" /> |
680 | </Unit> | 684 | </Unit> |
681 | - <Unit filename="src/oxt/description.txt"> | 685 | + <Unit filename="src\oxt\description.txt"> |
682 | <Option target="Release" /> | 686 | <Option target="Release" /> |
683 | </Unit> | 687 | </Unit> |
684 | - <Unit filename="src/oxt/description.xml.in"> | 688 | + <Unit filename="src\oxt\description.xml.in"> |
685 | <Option target="Release" /> | 689 | <Option target="Release" /> |
686 | </Unit> | 690 | </Unit> |
687 | - <Unit filename="src/oxt/globals.hpp"> | 691 | + <Unit filename="src\oxt\globals.hpp"> |
688 | <Option target="Release" /> | 692 | <Option target="Release" /> |
689 | </Unit> | 693 | </Unit> |
690 | - <Unit filename="src/oxt/main.cxx"> | 694 | + <Unit filename="src\oxt\main.cxx"> |
691 | <Option target="Release" /> | 695 | <Option target="Release" /> |
692 | </Unit> | 696 | </Unit> |
693 | - <Unit filename="src/oxt/manifest.xml.in"> | 697 | + <Unit filename="src\oxt\manifest.xml.in"> |
694 | <Option target="Release" /> | 698 | <Option target="Release" /> |
695 | </Unit> | 699 | </Unit> |
696 | - <Unit filename="src/oxt/ooo3270.hpp"> | 700 | + <Unit filename="src\oxt\ooo3270.hpp"> |
697 | <Option target="Release" /> | 701 | <Option target="Release" /> |
698 | </Unit> | 702 | </Unit> |
699 | - <Unit filename="src/oxt/pw3270.idl"> | 703 | + <Unit filename="src\oxt\pw3270.idl"> |
700 | <Option target="Release" /> | 704 | <Option target="Release" /> |
701 | </Unit> | 705 | </Unit> |
702 | - <Unit filename="src/oxt/screen.cxx"> | 706 | + <Unit filename="src\oxt\screen.cxx"> |
703 | <Option target="Release" /> | 707 | <Option target="Release" /> |
704 | </Unit> | 708 | </Unit> |
705 | - <Unit filename="src/oxt/status.cxx"> | 709 | + <Unit filename="src\oxt\status.cxx"> |
706 | <Option target="Release" /> | 710 | <Option target="Release" /> |
707 | </Unit> | 711 | </Unit> |
708 | - <Unit filename="src/oxt/testprogram.cxx"> | 712 | + <Unit filename="src\oxt\testprogram.cxx"> |
709 | <Option target="Release" /> | 713 | <Option target="Release" /> |
710 | </Unit> | 714 | </Unit> |
711 | - <Unit filename="src/plugins/java/Makefile.in" /> | ||
712 | - <Unit filename="src/plugins/java/control.in" /> | ||
713 | - <Unit filename="src/plugins/java/j3270plugin.c"> | 715 | + <Unit filename="src\plugins\java\Makefile.in" /> |
716 | + <Unit filename="src\plugins\java\control.in" /> | ||
717 | + <Unit filename="src\plugins\java\j3270plugin.c"> | ||
714 | <Option compilerVar="CC" /> | 718 | <Option compilerVar="CC" /> |
715 | <Option target="Debug" /> | 719 | <Option target="Debug" /> |
716 | <Option target="libtest" /> | 720 | <Option target="libtest" /> |
717 | </Unit> | 721 | </Unit> |
718 | - <Unit filename="src/plugins/pipectl/Makefile.in" /> | ||
719 | - <Unit filename="src/plugins/pipectl/commands.c"> | 722 | + <Unit filename="src\plugins\pipectl\Makefile.in" /> |
723 | + <Unit filename="src\plugins\pipectl\commands.c"> | ||
720 | <Option compilerVar="CC" /> | 724 | <Option compilerVar="CC" /> |
721 | <Option target="Debug" /> | 725 | <Option target="Debug" /> |
722 | <Option target="Release" /> | 726 | <Option target="Release" /> |
723 | </Unit> | 727 | </Unit> |
724 | - <Unit filename="src/plugins/pipectl/init.c"> | 728 | + <Unit filename="src\plugins\pipectl\init.c"> |
725 | <Option compilerVar="CC" /> | 729 | <Option compilerVar="CC" /> |
726 | </Unit> | 730 | </Unit> |
727 | - <Unit filename="src/plugins/pipectl/pipeclient.c"> | 731 | + <Unit filename="src\plugins\pipectl\pipeclient.c"> |
728 | <Option compilerVar="CC" /> | 732 | <Option compilerVar="CC" /> |
729 | </Unit> | 733 | </Unit> |
730 | - <Unit filename="src/plugins/pipectl/pipectl.h" /> | ||
731 | - <Unit filename="src/plugins/pipectl/pipesource.c"> | 734 | + <Unit filename="src\plugins\pipectl\pipectl.h" /> |
735 | + <Unit filename="src\plugins\pipectl\pipesource.c"> | ||
732 | <Option compilerVar="CC" /> | 736 | <Option compilerVar="CC" /> |
733 | </Unit> | 737 | </Unit> |
734 | - <Unit filename="src/plugins/rexx/Makefile.in" /> | ||
735 | - <Unit filename="src/plugins/rexx/actions.c"> | 738 | + <Unit filename="src\plugins\rexx\Makefile.in" /> |
739 | + <Unit filename="src\plugins\rexx\actions.c"> | ||
736 | <Option compilerVar="CC" /> | 740 | <Option compilerVar="CC" /> |
737 | </Unit> | 741 | </Unit> |
738 | - <Unit filename="src/plugins/rexx/calls.h" /> | ||
739 | - <Unit filename="src/plugins/rexx/common_start.c"> | 742 | + <Unit filename="src\plugins\rexx\calls.h" /> |
743 | + <Unit filename="src\plugins\rexx\common_start.c"> | ||
740 | <Option compilerVar="CC" /> | 744 | <Option compilerVar="CC" /> |
741 | </Unit> | 745 | </Unit> |
742 | - <Unit filename="src/plugins/rexx/control.in" /> | ||
743 | - <Unit filename="src/plugins/rexx/dialogs.c"> | 746 | + <Unit filename="src\plugins\rexx\control.in" /> |
747 | + <Unit filename="src\plugins\rexx\dialogs.c"> | ||
744 | <Option compilerVar="CC" /> | 748 | <Option compilerVar="CC" /> |
745 | </Unit> | 749 | </Unit> |
746 | - <Unit filename="src/plugins/rexx/filetransfer.c"> | 750 | + <Unit filename="src\plugins\rexx\filetransfer.c"> |
747 | <Option compilerVar="CC" /> | 751 | <Option compilerVar="CC" /> |
748 | </Unit> | 752 | </Unit> |
749 | - <Unit filename="src/plugins/rexx/gui.c"> | 753 | + <Unit filename="src\plugins\rexx\gui.c"> |
750 | <Option compilerVar="CC" /> | 754 | <Option compilerVar="CC" /> |
751 | </Unit> | 755 | </Unit> |
752 | - <Unit filename="src/plugins/rexx/init.c"> | 756 | + <Unit filename="src\plugins\rexx\init.c"> |
753 | <Option compilerVar="CC" /> | 757 | <Option compilerVar="CC" /> |
754 | </Unit> | 758 | </Unit> |
755 | - <Unit filename="src/plugins/rexx/network.c"> | 759 | + <Unit filename="src\plugins\rexx\network.c"> |
756 | <Option compilerVar="CC" /> | 760 | <Option compilerVar="CC" /> |
757 | </Unit> | 761 | </Unit> |
758 | - <Unit filename="src/plugins/rexx/plg_start.c"> | 762 | + <Unit filename="src\plugins\rexx\plg_start.c"> |
759 | <Option compilerVar="CC" /> | 763 | <Option compilerVar="CC" /> |
760 | </Unit> | 764 | </Unit> |
761 | - <Unit filename="src/plugins/rexx/rx3270.cls" /> | ||
762 | - <Unit filename="src/plugins/rexx/rx3270.h" /> | ||
763 | - <Unit filename="src/plugins/rexx/screen.c"> | 765 | + <Unit filename="src\plugins\rexx\rx3270.cls" /> |
766 | + <Unit filename="src\plugins\rexx\rx3270.h" /> | ||
767 | + <Unit filename="src\plugins\rexx\screen.c"> | ||
764 | <Option compilerVar="CC" /> | 768 | <Option compilerVar="CC" /> |
765 | </Unit> | 769 | </Unit> |
766 | - <Unit filename="src/plugins/rexx/std_start.c"> | 770 | + <Unit filename="src\plugins\rexx\std_start.c"> |
767 | <Option compilerVar="CC" /> | 771 | <Option compilerVar="CC" /> |
768 | </Unit> | 772 | </Unit> |
769 | - <Unit filename="src/plugins/rexx/toggle.c"> | 773 | + <Unit filename="src\plugins\rexx\toggle.c"> |
770 | <Option compilerVar="CC" /> | 774 | <Option compilerVar="CC" /> |
771 | </Unit> | 775 | </Unit> |
772 | - <Unit filename="src/plugins/rexx/tools.c"> | 776 | + <Unit filename="src\plugins\rexx\tools.c"> |
773 | <Option compilerVar="CC" /> | 777 | <Option compilerVar="CC" /> |
774 | </Unit> | 778 | </Unit> |
775 | - <Unit filename="src/xml2pot.c"> | 779 | + <Unit filename="src\xml2pot.c"> |
776 | <Option compilerVar="CC" /> | 780 | <Option compilerVar="CC" /> |
777 | </Unit> | 781 | </Unit> |
778 | - <Unit filename="ui/debug.xml" /> | ||
779 | - <Unit filename="ui/default.xml" /> | ||
780 | - <Unit filename="ui/functions.xml" /> | ||
781 | - <Unit filename="ui/hosts.xml" /> | ||
782 | - <Unit filename="ui/keypad.xml" /> | ||
783 | - <Unit filename="ui/rexx.xml" /> | 782 | + <Unit filename="ui\debug.xml" /> |
783 | + <Unit filename="ui\default.xml" /> | ||
784 | + <Unit filename="ui\functions.xml" /> | ||
785 | + <Unit filename="ui\hosts.xml" /> | ||
786 | + <Unit filename="ui\keypad.xml" /> | ||
787 | + <Unit filename="ui\rexx.xml" /> | ||
784 | <Extensions> | 788 | <Extensions> |
785 | <code_completion /> | 789 | <code_completion /> |
786 | <debugger /> | 790 | <debugger /> |