forked from treilly-nuodb/nuodb-php-pdo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pdo_nuodb.cbp
85 lines (85 loc) · 2.72 KB
/
pdo_nuodb.cbp
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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="pdo_nuodb" />
<Option platforms="Unix;" />
<Option makefile_is_custom="1" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<MakeCommands>
<Build command="$make -f $makefile" />
<CompileFile command="$make -f $makefile $file" />
<Clean command="$make -f $makefile clean" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="$make -q -f $makefile" />
<SilentBuild command="$make -s -f $makefile" />
</MakeCommands>
<Build>
<Target title="Debug">
<Option output="php_pdo_nuodb.so" prefix_auto="0" extension_auto="0" />
<Option object_output="obj/Debug/" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="tests/curr_test.php" />
<Option host_application="/usr/local/php-dbg/bin/php" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-g" />
</Compiler>
<ExtraCommands>
<Add after="copy_php_extension pdo_nuodb.so" />
</ExtraCommands>
<MakeCommands>
<Build command="$make -f $makefile" />
<CompileFile command="$make -f $makefile $file" />
<Clean command="$make -f $makefile clean" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="$make -q -f $makefile" />
<SilentBuild command="$make -s -f $makefile" />
</MakeCommands>
</Target>
<Target title="Release">
<Option output="bin/Release/libpdo_nuodb" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
</Compiler>
<Unit filename="config.h" />
<Unit filename="nuodb_driver.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="nuodb_statement.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="pdo_nuodb.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="php_pdo_nuodb.h" />
<Unit filename="php_pdo_nuodb_c_cpp_common.h" />
<Unit filename="php_pdo_nuodb_cpp_int.cpp" />
<Unit filename="php_pdo_nuodb_cpp_int.h" />
<Unit filename="php_pdo_nuodb_int.h" />
<Extensions>
<code_completion>
<search_path add="/home/tgates/php-5.3.10.NTS.debug" />
<search_path add="/home/tgates/nuodb/nuodb_sources/nimbusdb" />
</code_completion>
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>