Revision 2677
Added by stephane over 13 years ago
pcre.cbp | ||
---|---|---|
7 | 7 |
<Option compiler="gcc" /> |
8 | 8 |
<Build> |
9 | 9 |
<Target title="Debug"> |
10 |
<Option output="bin\Debug\pcre" prefix_auto="1" extension_auto="1" />
|
|
11 |
<Option object_output="obj\Debug\" />
|
|
10 |
<Option output="bin/Debug/pcre" 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" /> |
... | ... | |
27 | 27 |
<Add option="-pedantic" /> |
28 | 28 |
<Add option="-pg" /> |
29 | 29 |
<Add option="-g" /> |
30 |
<Add directory="$(#gtk.include)\glib-2.0" />
|
|
31 |
<Add directory="$(#gtk.lib)\glib-2.0\include" />
|
|
30 |
<Add directory="$(#gtk.include)/glib-2.0" />
|
|
31 |
<Add directory="$(#gtk.lib)/glib-2.0/include" />
|
|
32 | 32 |
</Compiler> |
33 | 33 |
<Linker> |
34 | 34 |
<Add option="-pg -lgmon" /> |
... | ... | |
36 | 36 |
</Linker> |
37 | 37 |
</Target> |
38 | 38 |
<Target title="Release"> |
39 |
<Option output="bin\pcre" prefix_auto="1" extension_auto="1" />
|
|
40 |
<Option object_output="obj\" />
|
|
39 |
<Option output="bin/pcre" prefix_auto="1" extension_auto="1" />
|
|
40 |
<Option object_output="obj/" />
|
|
41 | 41 |
<Option type="3" /> |
42 | 42 |
<Option compiler="gcc" /> |
43 | 43 |
<Option createDefFile="1" /> |
... | ... | |
57 | 57 |
<Add option="-Wfatal-errors" /> |
58 | 58 |
<Add option="-Wextra" /> |
59 | 59 |
<Add option="-Wall" /> |
60 |
<Add directory="$(#gtk.include)\glib-2.0" />
|
|
61 |
<Add directory="$(#gtk.lib)\glib-2.0\include" />
|
|
60 |
<Add directory="$(#gtk.include)/glib-2.0" />
|
|
61 |
<Add directory="$(#gtk.lib)/glib-2.0/include" />
|
|
62 | 62 |
</Compiler> |
63 | 63 |
<Linker> |
64 | 64 |
<Add option="-s" /> |
... | ... | |
82 | 82 |
<Add option="-pedantic" /> |
83 | 83 |
<Add option="-Wextra" /> |
84 | 84 |
<Add option="-Wall" /> |
85 |
<Add directory="/usr/include/glib-2.0" /> |
|
86 |
<Add directory="/usr/lib/glib-2.0/include" /> |
|
85 | 87 |
</Compiler> |
86 |
<Unit filename="include\macros.h" />
|
|
87 |
<Unit filename="include\scol_glib_pregex.h" />
|
|
88 |
<Unit filename="include\scol_plugin_lin.h" />
|
|
89 |
<Unit filename="include\scol_plugin_win.h" />
|
|
90 |
<Unit filename="src\scol_glib_pregex.c">
|
|
88 |
<Unit filename="include/macros.h" />
|
|
89 |
<Unit filename="include/scol_glib_pregex.h" />
|
|
90 |
<Unit filename="include/scol_plugin_lin.h" />
|
|
91 |
<Unit filename="include/scol_plugin_win.h" />
|
|
92 |
<Unit filename="src/scol_glib_pregex.c">
|
|
91 | 93 |
<Option compilerVar="CC" /> |
92 | 94 |
</Unit> |
93 | 95 |
<Extensions> |
94 | 96 |
<code_completion /> |
95 | 97 |
<debugger /> |
98 |
<envvars /> |
|
96 | 99 |
</Extensions> |
97 | 100 |
</Project> |
98 | 101 |
</CodeBlocks_project_file> |
Also available in: Unified diff
PCRE
- change : flags
- add binary to Linux version