1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="ReopenEditor wx3.1.x" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option output="../../../devel31/share/codeblocks/plugins/ReopenEditor" prefix_auto="1" extension_auto="1" />
<Option object_output="../../../.objs31/plugins/contrib/ReopenEditor" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance -na -ns -nd -p debug" />
<Option host_application="../../../devel31/codeblocks.exe" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="-Wall" />
<Add option="$(#CB_RELEASE_TYPE)" />
<Add option="-pipe" />
<Add option="-mthreads" />
<Add option="-fmessage-length=0" />
<Add option="-fexceptions" />
<Add option="-DHAVE_W32API_H" />
<Add option="-D__WXMSW__" />
<Add option="-DWXUSINGDLL" />
<Add option="-DBUILDING_PLUGIN" />
<Add option="-DcbDEBUG" />
<Add option="-DNOPCH" />
<Add option="-DwxUSE_UNICODE" />
<Add directory="../../../include" />
<Add directory="../../../include/tinyxml" />
<Add directory="../../../sdk/wxscintilla/include" />
<Add directory="$(#WX31.include)" />
<Add directory="$(#WX31.lib)/gcc_dll$(WX_CFG)/msw$(WX_SUFFIX)" />
</Compiler>
<Linker>
<Add option="-mthreads" />
<Add library="codeblocks" />
<Add library="wxmsw$(WX_VERSION)$(WX_SUFFIX)" />
<Add directory="../../../devel31" />
<Add directory="$(#WX31.lib)/gcc_dll$(WX_CFG)" />
</Linker>
<ExtraCommands>
<Add after="zip -jq9 ..\..\..\devel31\share\codeblocks\ReopenEditor.zip manifest.xml *.xrc" />
<Mode after="always" />
</ExtraCommands>
<Environment>
<Variable name="WX_CFG" value="" />
<Variable name="WX_SUFFIX" value="u" />
<Variable name="WX_VERSION" value="31" />
</Environment>
</Target>
</Build>
<VirtualTargets>
<Add alias="All" targets="default;" />
</VirtualTargets>
<Compiler>
<Add option="-std=gnu++11" />
</Compiler>
<Unit filename="ReopenEditor.cpp" />
<Unit filename="ReopenEditor.h" />
<Unit filename="ReopenEditorConfDLg.cpp" />
<Unit filename="ReopenEditorConfDLg.h" />
<Unit filename="ReopenEditorListView.cpp" />
<Unit filename="ReopenEditorListView.h" />
<Unit filename="manifest.xml" />
<Unit filename="wxsmith/ReopenEditorConfDLg.wxs" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
<wxsmith version="1">
<resources>
<wxPanel wxs="wxsmith/ReopenEditorConfDLg.wxs" src="./ReopenEditorConfDLg.cpp" hdr="./ReopenEditorConfDLg.h" xrc="./ReopenEditorConfDLg.xrc" fwddecl="1" i18n="1" name="ReopenEditorConfDLg" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>
|