|
6 | 6 | <Option pch_mode="2" /> |
7 | 7 | <Option compiler="gcc" /> |
8 | 8 | <Build> |
9 | | - <Target title="XMLRPC"> |
10 | | - <Option output="XMLRPC/XmlRpc" prefix_auto="1" extension_auto="1" /> |
11 | | - <Option working_dir="" /> |
12 | | - <Option type="2" /> |
13 | | - <Option compiler="gcc" /> |
14 | | - <Option createDefFile="1" /> |
15 | | - <Compiler> |
16 | | - <Add option="-DWIN32" /> |
17 | | - <Add option="-D_DEBUG" /> |
18 | | - <Add option="-D_WINDOWS" /> |
19 | | - <Add option="-D_MBCS" /> |
20 | | - <Add option="-D_LIB" /> |
21 | | - <Add directory="XMLRPC/include" /> |
22 | | - </Compiler> |
23 | | - <Linker> |
24 | | - <Add library="Ws2_32" /> |
25 | | - </Linker> |
26 | | - </Target> |
27 | 9 | <Target title="CodeCompletion"> |
28 | 10 | <Option output="PythonCodeCompletion" prefix_auto="1" extension_auto="1" /> |
29 | 11 | <Option type="3" /> |
|
54 | 36 | </Compiler> |
55 | 37 | <Linker> |
56 | 38 | <Add library="XmlRpc" /> |
| 39 | + <Add library="XmlRpcEmbedder" /> |
57 | 40 | <Add library="codeblocks" /> |
58 | 41 | <Add library="wxmsw28u" /> |
59 | 42 | <Add library="Ws2_32" /> |
60 | | - <Add directory="XMLRPC" /> |
| 43 | + <Add directory="../XmlRpcEmbedder" /> |
| 44 | + <Add directory="../XmlRpcEmbedder/XMLRPC" /> |
61 | 45 | <Add directory="$(#wx)/lib/gcc_dll" /> |
62 | 46 | <Add directory="$(#cb)/devel" /> |
63 | 47 | </Linker> |
|
69 | 53 | </Target> |
70 | 54 | </Build> |
71 | 55 | <VirtualTargets> |
72 | | - <Add alias="All" targets="XMLRPC;CodeCompletion;" /> |
| 56 | + <Add alias="All" targets="CodeCompletion;" /> |
73 | 57 | </VirtualTargets> |
74 | | - <Unit filename="ExecHiddenMSW.cpp"> |
75 | | - <Option target="CodeCompletion" /> |
76 | | - </Unit> |
77 | | - <Unit filename="ExecHiddenMSW.h"> |
78 | | - <Option target="CodeCompletion" /> |
79 | | - </Unit> |
80 | 58 | <Unit filename="PythonCodeCompletion.cpp"> |
81 | 59 | <Option target="CodeCompletion" /> |
82 | 60 | </Unit> |
83 | 61 | <Unit filename="PythonCodeCompletion.h"> |
84 | 62 | <Option target="CodeCompletion" /> |
85 | 63 | </Unit> |
86 | | - <Unit filename="XMLRPC/include/XmlRpc.h"> |
87 | | - <Option target="XMLRPC" /> |
88 | | - </Unit> |
89 | | - <Unit filename="XMLRPC/include/XmlRpcClient.h"> |
90 | | - <Option target="XMLRPC" /> |
91 | | - </Unit> |
92 | | - <Unit filename="XMLRPC/include/XmlRpcDispatch.h"> |
93 | | - <Option target="XMLRPC" /> |
94 | | - </Unit> |
95 | | - <Unit filename="XMLRPC/include/XmlRpcException.h"> |
96 | | - <Option target="XMLRPC" /> |
97 | | - </Unit> |
98 | | - <Unit filename="XMLRPC/include/XmlRpcServer.h"> |
99 | | - <Option target="XMLRPC" /> |
100 | | - </Unit> |
101 | | - <Unit filename="XMLRPC/include/XmlRpcServerConnection.h"> |
102 | | - <Option target="XMLRPC" /> |
103 | | - </Unit> |
104 | | - <Unit filename="XMLRPC/include/XmlRpcServerMethod.h"> |
105 | | - <Option target="XMLRPC" /> |
106 | | - </Unit> |
107 | | - <Unit filename="XMLRPC/include/XmlRpcSocket.h"> |
108 | | - <Option target="XMLRPC" /> |
109 | | - </Unit> |
110 | | - <Unit filename="XMLRPC/include/XmlRpcSource.h"> |
111 | | - <Option target="XMLRPC" /> |
112 | | - </Unit> |
113 | | - <Unit filename="XMLRPC/include/XmlRpcUtil.h"> |
114 | | - <Option target="XMLRPC" /> |
115 | | - </Unit> |
116 | | - <Unit filename="XMLRPC/include/XmlRpcValue.h"> |
117 | | - <Option target="XMLRPC" /> |
118 | | - </Unit> |
119 | | - <Unit filename="XMLRPC/include/base64.h"> |
120 | | - <Option target="XMLRPC" /> |
121 | | - </Unit> |
122 | | - <Unit filename="XMLRPC/src/XmlRpcClient.cpp"> |
123 | | - <Option target="XMLRPC" /> |
124 | | - </Unit> |
125 | | - <Unit filename="XMLRPC/src/XmlRpcDispatch.cpp"> |
126 | | - <Option target="XMLRPC" /> |
127 | | - </Unit> |
128 | | - <Unit filename="XMLRPC/src/XmlRpcServer.cpp"> |
129 | | - <Option target="XMLRPC" /> |
130 | | - </Unit> |
131 | | - <Unit filename="XMLRPC/src/XmlRpcServerConnection.cpp"> |
132 | | - <Option target="XMLRPC" /> |
133 | | - </Unit> |
134 | | - <Unit filename="XMLRPC/src/XmlRpcServerMethod.cpp"> |
135 | | - <Option target="XMLRPC" /> |
136 | | - </Unit> |
137 | | - <Unit filename="XMLRPC/src/XmlRpcSocket.cpp"> |
138 | | - <Option target="XMLRPC" /> |
139 | | - </Unit> |
140 | | - <Unit filename="XMLRPC/src/XmlRpcSource.cpp"> |
141 | | - <Option target="XMLRPC" /> |
142 | | - </Unit> |
143 | | - <Unit filename="XMLRPC/src/XmlRpcUtil.cpp"> |
144 | | - <Option target="XMLRPC" /> |
145 | | - </Unit> |
146 | | - <Unit filename="XMLRPC/src/XmlRpcValue.cpp"> |
147 | | - <Option target="XMLRPC" /> |
148 | | - </Unit> |
149 | | - <Unit filename="XmlRpcEvents.cpp"> |
150 | | - <Option target="CodeCompletion" /> |
151 | | - </Unit> |
152 | | - <Unit filename="XmlRpcEvents.h"> |
153 | | - <Option target="CodeCompletion" /> |
154 | | - </Unit> |
155 | 64 | <Unit filename="manifest.xml"> |
156 | 65 | <Option target="CodeCompletion" /> |
157 | 66 | </Unit> |
|
164 | 73 | <Unit filename="python/stdlib_parser.py"> |
165 | 74 | <Option target="CodeCompletion" /> |
166 | 75 | </Unit> |
167 | | - <Unit filename="xmlrpc_embedder.cpp"> |
168 | | - <Option target="CodeCompletion" /> |
169 | | - </Unit> |
170 | | - <Unit filename="xmlrpc_embedder.h"> |
171 | | - <Option target="CodeCompletion" /> |
172 | | - </Unit> |
173 | 76 | <Extensions> |
174 | 77 | <code_completion /> |
175 | 78 | <envvars /> |
|
0 commit comments