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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!--
wxFormBuilder - A Visual Dialog Editor for wxWidgets.
Copyright (C) 2005 José Antonio Hurtado
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Created with Code::Blocks by:
RJP Computing - rjpcomputing@gmail.com
-->
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="wxFBEvents" />
<Option pch_mode="0" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="Debug\wxFBEvents.exe" prefix_auto="1" extension_auto="1" />
<Option object_output="Debug\obj\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-g" />
<Add option="-D__WXDEBUG__" />
<Add directory="$(#wx)\lib\gcc_lib\mswud" />
</Compiler>
<ResourceCompiler>
<Add directory="$(#wx)\lib\gcc_lib\mswud" />
</ResourceCompiler>
<Linker>
<Add library="libwxmsw28ud.a" />
<Add directory="$(#wx)\lib\gcc_lib" />
</Linker>
</Target>
<Target title="Release">
<Option output="Release\wxFBEvents.exe" prefix_auto="1" extension_auto="1" />
<Option object_output="Release\obj\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-O2" />
<Add directory="$(#wx)\lib\gcc_lib\mswu" />
</Compiler>
<ResourceCompiler>
<Add directory="$(#wx)\lib\gcc_lib\mswu" />
</ResourceCompiler>
<Linker>
<Add option="-s" />
<Add library="libwxmsw28u.a" />
<Add directory="$(#wx)\lib\gcc_lib" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-pipe" />
<Add option="-mthreads" />
<Add option="-D__GNUWIN32__" />
<Add option="-D__WXMSW__" />
<Add option="-DwxUSE_UNICODE" />
<Add option="-Winvalid-pch" />
<Add option="-include wx_pch.h" />
<Add option="-DWX_PRECOMP" />
<Add option="-Wall" />
<Add directory="$(#wx)\include" />
<Add directory="$(#wx)\contrib\include" />
</Compiler>
<ResourceCompiler>
<Add directory="$(#wx)\include" />
</ResourceCompiler>
<Linker>
<Add library="libkernel32.a" />
<Add library="libuser32.a" />
<Add library="libgdi32.a" />
<Add library="libwinspool.a" />
<Add library="libcomdlg32.a" />
<Add library="libadvapi32.a" />
<Add library="libshell32.a" />
<Add library="libole32.a" />
<Add library="liboleaut32.a" />
<Add library="libuuid.a" />
<Add library="libcomctl32.a" />
<Add library="libwsock32.a" />
<Add library="libodbc32.a" />
</Linker>
<Unit filename="event_GUI.cpp" />
<Unit filename="event_GUI.h" />
<Unit filename="wxFBEventAdditionalPanel.cpp" />
<Unit filename="wxFBEventAdditionalPanel.h" />
<Unit filename="wxFBEventCommonPanel.cpp" />
<Unit filename="wxFBEventCommonPanel.h" />
<Unit filename="wxFBEventMainFrame.cpp" />
<Unit filename="wxFBEventMainFrame.h" />
<Unit filename="wxFBEventsApp.cpp" />
<Unit filename="wxFBEventsApp.h" />
<Unit filename="wx_pch.h">
<Option compile="1" />
<Option weight="0" />
</Unit>
<Unit filename="wxfbEvent.fbp" />
<Extensions>
<code_completion />
</Extensions>
</Project>
</CodeBlocks_project_file>
|