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