correct some logic error
[netspecters.git] / codeblocks_projects / Netspecters.cbp
blobef769b7a80628bad5f766664885850791943a800
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <CodeBlocks_project_file>
3 <FileVersion major="1" minor="6" />
4 <Project>
5 <Option title="Netspecters" />
6 <Option pch_mode="2" />
7 <Option compiler="gcc" />
8 <Build>
9 <Target title="Debug_windows">
10 <Option platforms="Windows;" />
11 <Option output="../bin/Netspecters" prefix_auto="1" extension_auto="1" />
12 <Option working_dir="../bin/" />
13 <Option object_output="../obj/debug/" />
14 <Option type="0" />
15 <Option compiler="gcc" />
16 <Compiler>
17 <Add option="-Wextra" />
18 <Add option="-Wall" />
19 <Add option="-g" />
20 </Compiler>
21 <Linker>
22 <Add library="../../../MinGW/lib/dbghelp.lib" />
23 <Add library="gdi32" />
24 <Add library="user32" />
25 <Add library="kernel32" />
26 <Add library="mswsock" />
27 <Add library="ws2_32" />
28 <Add library="wininet" />
29 <Add library="z" />
30 </Linker>
31 <Environment>
32 <Variable name="gdb_level3" value="-ggdb3" />
33 </Environment>
34 </Target>
35 <Target title="Release_windows">
36 <Option platforms="Windows;" />
37 <Option output="../bin/Netspecters" prefix_auto="1" extension_auto="1" />
38 <Option working_dir="../bin/" />
39 <Option object_output="../obj/release/" />
40 <Option type="0" />
41 <Option compiler="gcc" />
42 <Compiler>
43 <Add option="-march=i686" />
44 <Add option="-fomit-frame-pointer" />
45 <Add option="-O2" />
46 <Add option="-ffunction-sections" />
47 <Add option="-fdata-sections" />
48 </Compiler>
49 <Linker>
50 <Add option="-s" />
51 <Add option="-Wl,--sort-common" />
52 <Add option="-Wl,--as-needed" />
53 <Add option="-Wl,--gc-sections" />
54 <Add library="../../../MinGW/lib/dbghelp.lib" />
55 <Add library="gdi32" />
56 <Add library="user32" />
57 <Add library="kernel32" />
58 <Add library="mswsock" />
59 <Add library="ws2_32" />
60 <Add library="wininet" />
61 <Add library="z" />
62 </Linker>
63 </Target>
64 <Target title="Debug_linux">
65 <Option platforms="Unix;" />
66 <Option output="../bin/Netspecters" prefix_auto="1" extension_auto="1" />
67 <Option working_dir="../bin/" />
68 <Option object_output="../obj/debug/" />
69 <Option type="0" />
70 <Option compiler="gcc" />
71 <Compiler>
72 <Add option="-Wextra" />
73 <Add option="-Wall" />
74 <Add option="-g" />
75 </Compiler>
76 <Linker>
77 <Add library="pthread" />
78 <Add library="rt" />
79 <Add library="dl" />
80 </Linker>
81 </Target>
82 <Target title="Release_linux">
83 <Option platforms="Unix;" />
84 <Option output="../bin/Netspecters" prefix_auto="1" extension_auto="1" />
85 <Option working_dir="../bin/" />
86 <Option object_output="../obj/release/" />
87 <Option type="0" />
88 <Option compiler="gcc" />
89 <Compiler>
90 <Add option="-march=i686" />
91 <Add option="-fomit-frame-pointer" />
92 <Add option="-O2" />
93 </Compiler>
94 <Linker>
95 <Add option="-s" />
96 <Add library="pthread" />
97 <Add library="rt" />
98 <Add library="dl" />
99 </Linker>
100 </Target>
101 </Build>
102 <Compiler>
103 <Add option="-Wall" />
104 </Compiler>
105 <Linker>
106 <Add option="`wx-config --libs`" />
107 <Add library="../lib/libUIHost.a" />
108 <Add library="../lib/libNetLayer.a" />
109 <Add library="../lib/libDataContainer.a" />
110 <Add library="../lib/libWebServer.a" />
111 <Add library="../lib/libProtocolManager.a" />
112 <Add library="../lib/libInternalProtocol.a" />
113 <Add library="../lib/libDataBufferManager.a" />
114 <Add library="sqlite3" />
115 </Linker>
116 <Unit filename="../source/Core/Core.cpp" />
117 <Unit filename="../source/Core/Core.h" />
118 <Unit filename="../source/Core/KernelConsole.cpp" />
119 <Unit filename="../source/Core/KernelConsole.h" />
120 <Unit filename="../source/Core/Netspecters.cpp" />
121 <Unit filename="../source/Core/Netspecters.h" />
122 <Unit filename="../source/Core/PlusInterface.h" />
123 <Unit filename="../source/Core/PlusTreeDefine.h" />
124 <Unit filename="../source/Core/PlusTree_DataBlock.cpp" />
125 <Unit filename="../source/Core/PlusTree_Dir.cpp" />
126 <Unit filename="../source/Core/PlusTree_IndexTable.cpp" />
127 <Unit filename="../source/Core/PlusTree_NameTable.cpp" />
128 <Unit filename="../source/Core/global_exception.h" />
129 <Unit filename="../source/Core/linux/global_exception.cpp">
130 <Option target="Debug_linux" />
131 <Option target="Release_linux" />
132 </Unit>
133 <Unit filename="../source/Core/windows/global_exception.cpp">
134 <Option target="Debug_windows" />
135 <Option target="Release_windows" />
136 </Unit>
137 <Extensions>
138 <code_completion />
139 <envvars />
140 <debugger />
141 <lib_finder disable_auto="1" />
142 </Extensions>
143 </Project>
144 </CodeBlocks_project_file>