Revision 3137
Added by stephane over 13 years ago
gbase.cbp | ||
---|---|---|
7 | 7 |
<Option compiler="gcc" /> |
8 | 8 |
<Build> |
9 | 9 |
<Target title="Debug"> |
10 |
<Option output="bin\Debug\gbase" prefix_auto="1" extension_auto="1" />
|
|
11 |
<Option object_output="obj\Debug\" />
|
|
10 |
<Option output="bin/Debug/gbase" prefix_auto="1" extension_auto="1" />
|
|
11 |
<Option object_output="obj/Debug/" />
|
|
12 | 12 |
<Option type="3" /> |
13 | 13 |
<Option compiler="gcc" /> |
14 | 14 |
<Option createDefFile="1" /> |
... | ... | |
36 | 36 |
</Linker> |
37 | 37 |
</Target> |
38 | 38 |
<Target title="Release"> |
39 |
<Option output="bin\gbase" prefix_auto="1" extension_auto="1" />
|
|
40 |
<Option object_output="obj\Release\" />
|
|
39 |
<Option output="bin/gbase" prefix_auto="1" extension_auto="1" />
|
|
40 |
<Option object_output="obj/Release/" />
|
|
41 | 41 |
<Option type="3" /> |
42 | 42 |
<Option compiler="gcc" /> |
43 | 43 |
<Option createDefFile="1" /> |
... | ... | |
67 | 67 |
<Add option="-Wall" /> |
68 | 68 |
<Add option="-mms-bitfields" /> |
69 | 69 |
<Add directory="$(#gtk.include)" /> |
70 |
<Add directory="$(#gtk.include)\gtk-2.0" /> |
|
71 |
<Add directory="$(#gtk.include)\cairo" /> |
|
72 |
<Add directory="$(#gtk.include)\gdk" /> |
|
73 |
<Add directory="$(#gtk.include)\glib-2.0" /> |
|
74 |
<Add directory="$(#gtk.lib)\glib-2.0\include" /> |
|
75 |
<Add directory="$(#gtk.include)\pango-1.0" /> |
|
76 |
<Add directory="$(#gtk.lib)\gtk-2.0\include" /> |
|
77 |
<Add directory="$(#gtk.include)\atk-1.0" /> |
|
70 |
<Add directory="$(#gtk.include)/gtk-2.0" /> |
|
71 |
<Add directory="$(#gtk.include)/cairo" /> |
|
72 |
<Add directory="$(#gtk.include)/gdk" /> |
|
73 |
<Add directory="$(#gtk.include)/glib-2.0" /> |
|
74 |
<Add directory="$(#gtk.lib)/glib-2.0/include" /> |
|
75 |
<Add directory="$(#gtk.include)/pango-1.0" /> |
|
76 |
<Add directory="$(#gtk.lib)/gtk-2.0/include" /> |
|
77 |
<Add directory="$(#gtk.include)/atk-1.0" /> |
|
78 |
<Add directory="/usr/include/glib-2.0" /> |
|
79 |
<Add directory="/usr/lib/glib-2.0/include" /> |
|
78 | 80 |
</Compiler> |
79 | 81 |
<Linker> |
80 |
<Add library="gtk-win32-2.0" /> |
|
81 | 82 |
<Add library="gobject-2.0" /> |
82 | 83 |
<Add library="glib-2.0" /> |
83 | 84 |
<Add directory="$(#gtk.lib)" /> |
84 | 85 |
</Linker> |
85 |
<Unit filename="include\macros.h" />
|
|
86 |
<Unit filename="include\main.h" />
|
|
87 |
<Unit filename="include\scol_gbase.h" />
|
|
88 |
<Unit filename="include\scol_plugin_lin.h" />
|
|
89 |
<Unit filename="include\scol_plugin_win.h" />
|
|
90 |
<Unit filename="src\scol_gbase.c">
|
|
86 |
<Unit filename="include/macros.h" />
|
|
87 |
<Unit filename="include/main.h" />
|
|
88 |
<Unit filename="include/scol_gbase.h" />
|
|
89 |
<Unit filename="include/scol_plugin_lin.h" />
|
|
90 |
<Unit filename="include/scol_plugin_win.h" />
|
|
91 |
<Unit filename="src/scol_gbase.c">
|
|
91 | 92 |
<Option compilerVar="CC" /> |
92 | 93 |
</Unit> |
93 | 94 |
<Extensions> |
94 | 95 |
<code_completion /> |
95 | 96 |
<debugger /> |
97 |
<DoxyBlocks> |
|
98 |
<comment_style block="0" line="0" /> |
|
99 |
<doxyfile_project /> |
|
100 |
<doxyfile_build /> |
|
101 |
<doxyfile_warnings warnings="0" warn_if_doc_error="0" warn_no_param_doc="0" /> |
|
102 |
<doxyfile_alpha_index alphabetical_index="0" /> |
|
103 |
<doxyfile_output /> |
|
104 |
<doxyfile_preprocessor enable_preprocessing="0" /> |
|
105 |
<doxyfile_dot /> |
|
106 |
<general /> |
|
107 |
</DoxyBlocks> |
|
108 |
<envvars /> |
|
96 | 109 |
</Extensions> |
97 | 110 |
</Project> |
98 | 111 |
</CodeBlocks_project_file> |
Also available in: Unified diff
LIB_GBASE
LIB_GNET
LIB_KEYFILE
LIB_PCRE