1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3	<FileVersion major="1" minor="6" />
4	<Project>
5		<Option title="SpellChecker wx3.1.x" />
6		<Option pch_mode="2" />
7		<Option default_target="plugin" />
8		<Option compiler="gcc" />
9		<Build>
10			<Target title="hunspell">
11				<Option output="../../../devel31/hunspell" prefix_auto="1" extension_auto="1" />
12				<Option working_dir="" />
13				<Option object_output="../../../.objs31/plugins/contrib/SpellChecker/hunspell" />
14				<Option type="2" />
15				<Option compiler="gcc" />
16				<Option createDefFile="1" />
17				<Compiler>
18					<Add option="$(#CB_RELEASE_TYPE)" />
19					<Add option="-pipe" />
20					<Add option="-mthreads" />
21					<Add option="-fmessage-length=0" />
22					<Add option="-fexceptions" />
23					<Add option="-DHUNSPELL_STATIC" />
24					<Add directory="hunspell/src/hunspell" />
25					<Add directory="hunspell/" />
26				</Compiler>
27			</Target>
28			<Target title="wxSpellChecker">
29				<Option output="../../../devel31/wxSpellChecker" prefix_auto="1" extension_auto="1" />
30				<Option working_dir="" />
31				<Option object_output="../../../.objs31/plugins/contrib/SpellChecker/wxSpellChecker" />
32				<Option type="2" />
33				<Option compiler="gcc" />
34				<Option createDefFile="1" />
35				<Compiler>
36					<Add option="$(#CB_RELEASE_TYPE)" />
37					<Add option="-fmessage-length=0" />
38					<Add option="-fexceptions" />
39					<Add option="-pipe" />
40					<Add option="-mthreads" />
41					<Add option="-DHUNSPELL_STATIC" />
42					<Add directory="hunspell/src/hunspell" />
43					<Add directory="wxspellchecker/include" />
44					<Add directory="$(#WX31.include)" />
45					<Add directory="$(#WX31.lib)/gcc_dll$(WX_CFG)/msw$(WX_SUFFIX)" />
46				</Compiler>
47				<Linker>
48					<Add library="hunspell" />
49					<Add library="wxmsw$(WX_VERSION)$(WX_SUFFIX)" />
50					<Add directory="../../../devel31" />
51					<Add directory="$(#WX31.lib)/gcc_dll$(WX_CFG)" />
52				</Linker>
53				<Environment>
54					<Variable name="WX_CFG" value="" />
55					<Variable name="WX_SUFFIX" value="u" />
56					<Variable name="WX_VERSION" value="31" />
57				</Environment>
58			</Target>
59			<Target title="plugin">
60				<Option output="../../../devel31/share/CodeBlocks/plugins/SpellChecker" prefix_auto="1" extension_auto="1" />
61				<Option object_output="../../../.objs31/plugins/contrib/SpellChecker" />
62				<Option type="3" />
63				<Option compiler="gcc" />
64				<Option parameters="--debug-log --no-check-associations -ns -nd --multiple-instance -p debug" />
65				<Option host_application="../../../devel31/codeblocks.exe" />
66				<Option run_host_application_in_terminal="0" />
67				<Compiler>
68					<Add option="$(#CB_RELEASE_TYPE)" />
69					<Add option="-fmessage-length=0" />
70					<Add option="-fexceptions" />
71					<Add option="-pipe" />
72					<Add option="-mthreads" />
73					<Add option="-DBUILDING_PLUGIN" />
74					<Add option="-DNOPCH" />
75					<Add option="-DcbDEBUG" />
76					<Add directory="hunspell/src" />
77					<Add directory="wxspellchecker/include" />
78					<Add directory="../../../include" />
79					<Add directory="../../../include/tinyxml" />
80					<Add directory="../../../sdk/wxscintilla/include" />
81					<Add directory="$(#WX31.include)" />
82					<Add directory="$(#WX31.lib)/gcc_dll$(WX_CFG)/msw$(WX_SUFFIX)" />
83				</Compiler>
84				<Linker>
85					<Add option="-Wl,--enable-auto-import" />
86					<Add library="wxSpellChecker" />
87					<Add library="hunspell" />
88					<Add library="codeblocks" />
89					<Add library="wxmsw$(WX_VERSION)$(WX_SUFFIX)" />
90					<Add directory="../../../devel31" />
91					<Add directory="$(#WX31.lib)/gcc_dll$(WX_CFG)" />
92				</Linker>
93				<ExtraCommands>
94					<Add after="update31.bat" />
95					<Mode after="always" />
96				</ExtraCommands>
97				<Environment>
98					<Variable name="WX_CFG" value="" />
99					<Variable name="WX_SUFFIX" value="u" />
100					<Variable name="WX_VERSION" value="31" />
101				</Environment>
102			</Target>
103		</Build>
104		<VirtualTargets>
105			<Add alias="All" targets="hunspell;wxSpellChecker;plugin;" />
106		</VirtualTargets>
107		<Compiler>
108			<Add option="-DHAVE_W32API_H" />
109			<Add option="-D__WXMSW__" />
110			<Add option="-DWXUSINGDLL" />
111			<Add option="-DwxUSE_UNICODE" />
112			<Add option="-std=gnu++11" />
113		</Compiler>
114		<Unit filename="DictionariesNeededDialog.cpp">
115			<Option target="plugin" />
116		</Unit>
117		<Unit filename="DictionariesNeededDialog.h">
118			<Option target="plugin" />
119		</Unit>
120		<Unit filename="HunspellInterface.cpp">
121			<Option target="wxSpellChecker" />
122		</Unit>
123		<Unit filename="HunspellInterface.h">
124			<Option target="wxSpellChecker" />
125		</Unit>
126		<Unit filename="MySpellingDialog.cpp">
127			<Option target="plugin" />
128		</Unit>
129		<Unit filename="MySpellingDialog.h">
130			<Option target="plugin" />
131		</Unit>
132		<Unit filename="OnlineSpellChecker.cpp">
133			<Option target="plugin" />
134		</Unit>
135		<Unit filename="OnlineSpellChecker.h">
136			<Option target="plugin" />
137		</Unit>
138		<Unit filename="OnlineSpellChecking.xml">
139			<Option target="plugin" />
140		</Unit>
141		<Unit filename="SpellCheckHelper.cpp">
142			<Option target="plugin" />
143		</Unit>
144		<Unit filename="SpellCheckHelper.h">
145			<Option target="plugin" />
146		</Unit>
147		<Unit filename="SpellCheckSettingsPanel.cpp">
148			<Option target="plugin" />
149		</Unit>
150		<Unit filename="SpellCheckSettingsPanel.h">
151			<Option target="plugin" />
152		</Unit>
153		<Unit filename="SpellCheckSettingsPanel.xrc">
154			<Option target="plugin" />
155		</Unit>
156		<Unit filename="SpellCheckerConfig.cpp">
157			<Option target="plugin" />
158		</Unit>
159		<Unit filename="SpellCheckerConfig.h">
160			<Option target="plugin" />
161		</Unit>
162		<Unit filename="SpellCheckerPlugin.cpp">
163			<Option target="plugin" />
164		</Unit>
165		<Unit filename="SpellCheckerPlugin.h">
166			<Option target="plugin" />
167		</Unit>
168		<Unit filename="StatusField.cpp">
169			<Option target="plugin" />
170		</Unit>
171		<Unit filename="StatusField.h">
172			<Option target="plugin" />
173		</Unit>
174		<Unit filename="Thesaurus.cpp">
175			<Option target="plugin" />
176		</Unit>
177		<Unit filename="Thesaurus.h">
178			<Option target="plugin" />
179		</Unit>
180		<Unit filename="ThesaurusDialog.cpp">
181			<Option target="plugin" />
182		</Unit>
183		<Unit filename="ThesaurusDialog.h">
184			<Option target="plugin" />
185		</Unit>
186		<Unit filename="hunspell/src/hunspell/affentry.cxx">
187			<Option target="hunspell" />
188		</Unit>
189		<Unit filename="hunspell/src/hunspell/affentry.hxx">
190			<Option target="hunspell" />
191		</Unit>
192		<Unit filename="hunspell/src/hunspell/affixmgr.cxx">
193			<Option target="hunspell" />
194		</Unit>
195		<Unit filename="hunspell/src/hunspell/affixmgr.hxx">
196			<Option target="hunspell" />
197		</Unit>
198		<Unit filename="hunspell/src/hunspell/atypes.hxx">
199			<Option target="hunspell" />
200		</Unit>
201		<Unit filename="hunspell/src/hunspell/baseaffix.hxx">
202			<Option target="hunspell" />
203		</Unit>
204		<Unit filename="hunspell/src/hunspell/csutil.cxx">
205			<Option target="hunspell" />
206		</Unit>
207		<Unit filename="hunspell/src/hunspell/csutil.hxx">
208			<Option target="hunspell" />
209		</Unit>
210		<Unit filename="hunspell/src/hunspell/filemgr.cxx">
211			<Option target="hunspell" />
212		</Unit>
213		<Unit filename="hunspell/src/hunspell/filemgr.hxx">
214			<Option target="hunspell" />
215		</Unit>
216		<Unit filename="hunspell/src/hunspell/hashmgr.cxx">
217			<Option target="hunspell" />
218		</Unit>
219		<Unit filename="hunspell/src/hunspell/hashmgr.hxx">
220			<Option target="hunspell" />
221		</Unit>
222		<Unit filename="hunspell/src/hunspell/htypes.hxx">
223			<Option target="hunspell" />
224		</Unit>
225		<Unit filename="hunspell/src/hunspell/hunspell.cxx">
226			<Option target="hunspell" />
227		</Unit>
228		<Unit filename="hunspell/src/hunspell/hunspell.h">
229			<Option target="hunspell" />
230		</Unit>
231		<Unit filename="hunspell/src/hunspell/hunspell.hxx">
232			<Option target="hunspell" />
233		</Unit>
234		<Unit filename="hunspell/src/hunspell/hunvisapi.h">
235			<Option target="hunspell" />
236		</Unit>
237		<Unit filename="hunspell/src/hunspell/hunzip.cxx">
238			<Option target="hunspell" />
239		</Unit>
240		<Unit filename="hunspell/src/hunspell/hunzip.hxx">
241			<Option target="hunspell" />
242		</Unit>
243		<Unit filename="hunspell/src/hunspell/langnum.hxx">
244			<Option target="hunspell" />
245		</Unit>
246		<Unit filename="hunspell/src/hunspell/phonet.cxx">
247			<Option target="hunspell" />
248		</Unit>
249		<Unit filename="hunspell/src/hunspell/phonet.hxx">
250			<Option target="hunspell" />
251		</Unit>
252		<Unit filename="hunspell/src/hunspell/replist.cxx">
253			<Option target="hunspell" />
254		</Unit>
255		<Unit filename="hunspell/src/hunspell/replist.hxx">
256			<Option target="hunspell" />
257		</Unit>
258		<Unit filename="hunspell/src/hunspell/suggestmgr.cxx">
259			<Option target="hunspell" />
260		</Unit>
261		<Unit filename="hunspell/src/hunspell/suggestmgr.hxx">
262			<Option target="hunspell" />
263		</Unit>
264		<Unit filename="hunspell/src/hunspell/utf_info.hxx">
265			<Option target="hunspell" />
266		</Unit>
267		<Unit filename="hunspell/src/hunspell/w_char.hxx">
268			<Option target="hunspell" />
269		</Unit>
270		<Unit filename="hunspell/src/parsers/firstparser.cxx">
271			<Option target="hunspell" />
272		</Unit>
273		<Unit filename="hunspell/src/parsers/firstparser.hxx">
274			<Option target="hunspell" />
275		</Unit>
276		<Unit filename="hunspell/src/parsers/htmlparser.cxx">
277			<Option target="hunspell" />
278		</Unit>
279		<Unit filename="hunspell/src/parsers/htmlparser.hxx">
280			<Option target="hunspell" />
281		</Unit>
282		<Unit filename="hunspell/src/parsers/latexparser.cxx">
283			<Option target="hunspell" />
284		</Unit>
285		<Unit filename="hunspell/src/parsers/latexparser.hxx">
286			<Option target="hunspell" />
287		</Unit>
288		<Unit filename="hunspell/src/parsers/manparser.cxx">
289			<Option target="hunspell" />
290		</Unit>
291		<Unit filename="hunspell/src/parsers/manparser.hxx">
292			<Option target="hunspell" />
293		</Unit>
294		<Unit filename="hunspell/src/parsers/odfparser.cxx">
295			<Option target="hunspell" />
296		</Unit>
297		<Unit filename="hunspell/src/parsers/odfparser.hxx">
298			<Option target="hunspell" />
299		</Unit>
300		<Unit filename="hunspell/src/parsers/testparser.cxx">
301			<Option target="hunspell" />
302		</Unit>
303		<Unit filename="hunspell/src/parsers/textparser.cxx">
304			<Option target="hunspell" />
305		</Unit>
306		<Unit filename="hunspell/src/parsers/textparser.hxx">
307			<Option target="hunspell" />
308		</Unit>
309		<Unit filename="hunspell/src/parsers/xmlparser.cxx">
310			<Option target="hunspell" />
311		</Unit>
312		<Unit filename="hunspell/src/parsers/xmlparser.hxx">
313			<Option target="hunspell" />
314		</Unit>
315		<Unit filename="manifest.xml">
316			<Option target="plugin" />
317		</Unit>
318		<Unit filename="mythes.cxx">
319			<Option target="plugin" />
320		</Unit>
321		<Unit filename="mythes.hxx">
322			<Option target="plugin" />
323		</Unit>
324		<Unit filename="wxThes.cpp">
325			<Option target="plugin" />
326		</Unit>
327		<Unit filename="wxThes.h">
328			<Option target="plugin" />
329		</Unit>
330		<Unit filename="wxsmith/SpellCheckSettingsPanel.wxs">
331			<Option target="plugin" />
332		</Unit>
333		<Unit filename="wxspellchecker/include/PersonalDictionary.h">
334			<Option target="wxSpellChecker" />
335		</Unit>
336		<Unit filename="wxspellchecker/include/SpellCheckCmdLineInterface.h">
337			<Option target="wxSpellChecker" />
338		</Unit>
339		<Unit filename="wxspellchecker/include/SpellCheckDialogInterface.h">
340			<Option target="wxSpellChecker" />
341		</Unit>
342		<Unit filename="wxspellchecker/include/SpellCheckEngineInterface.h">
343			<Option target="wxSpellChecker" />
344		</Unit>
345		<Unit filename="wxspellchecker/include/SpellCheckEngineOption.h">
346			<Option target="wxSpellChecker" />
347		</Unit>
348		<Unit filename="wxspellchecker/include/SpellCheckUserInterface.h">
349			<Option target="wxSpellChecker" />
350		</Unit>
351		<Unit filename="wxspellchecker/include/SpellCheckerOptionsDialog.h">
352			<Option target="wxSpellChecker" />
353		</Unit>
354		<Unit filename="wxspellchecker/include/XmlPersonalDictionaryDialog.h">
355			<Option target="wxSpellChecker" />
356		</Unit>
357		<Unit filename="wxspellchecker/include/XmlSpellCheckDialog.h">
358			<Option target="wxSpellChecker" />
359		</Unit>
360		<Unit filename="wxspellchecker/include/exports.h">
361			<Option target="wxSpellChecker" />
362		</Unit>
363		<Unit filename="wxspellchecker/src/PersonalDictionary.cpp">
364			<Option target="wxSpellChecker" />
365		</Unit>
366		<Unit filename="wxspellchecker/src/SpellCheckCmdLineInterface.cpp">
367			<Option target="wxSpellChecker" />
368		</Unit>
369		<Unit filename="wxspellchecker/src/SpellCheckDialogInterface.cpp">
370			<Option target="wxSpellChecker" />
371		</Unit>
372		<Unit filename="wxspellchecker/src/SpellCheckEngineInterface.cpp">
373			<Option target="wxSpellChecker" />
374		</Unit>
375		<Unit filename="wxspellchecker/src/SpellCheckEngineOption.cpp">
376			<Option target="wxSpellChecker" />
377		</Unit>
378		<Unit filename="wxspellchecker/src/SpellCheckUserInterface.cpp">
379			<Option target="wxSpellChecker" />
380		</Unit>
381		<Unit filename="wxspellchecker/src/SpellCheckerOptionsDialog.cpp">
382			<Option target="wxSpellChecker" />
383		</Unit>
384		<Unit filename="wxspellchecker/src/XmlPersonalDictionaryDialog.cpp">
385			<Option target="wxSpellChecker" />
386		</Unit>
387		<Unit filename="wxspellchecker/src/XmlSpellCheckDialog.cpp">
388			<Option target="wxSpellChecker" />
389		</Unit>
390		<Unit filename="wxspellchecker/src/exports.cpp">
391			<Option target="wxSpellChecker" />
392		</Unit>
393		<Unit filename="wxspellchecker/src/open.xpm">
394			<Option target="wxSpellChecker" />
395		</Unit>
396		<Extensions>
397			<code_completion />
398			<envvars />
399			<debugger />
400			<wxsmith version="1">
401				<resources>
402					<wxPanel wxs="wxsmith/SpellCheckSettingsPanel.wxs" src="SpellCheckSettingsPanel.cpp" hdr="SpellCheckSettingsPanel.h" xrc="SpellCheckSettingsPanel.xrc" fwddecl="0" i18n="1" name="SpellCheckSettingsPanel" language="CPP" />
403				</resources>
404			</wxsmith>
405		</Extensions>
406	</Project>
407</CodeBlocks_project_file>
408