/[projects]/misc/mysql_splitter/splitter.cbp
ViewVC logotype

Annotation of /misc/mysql_splitter/splitter.cbp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1232 - (hide annotations) (download)
Sun Mar 13 18:21:09 2011 UTC (13 years, 2 months ago) by torben
File size: 1236 byte(s)
add boost inc dir to C:B project
1 torben 1231 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2     <CodeBlocks_project_file>
3     <FileVersion major="1" minor="6" />
4     <Project>
5     <Option title="splitter" />
6     <Option pch_mode="2" />
7     <Option compiler="gcc" />
8     <Build>
9     <Target title="Debug">
10     <Option output="bin\Debug\splitter" prefix_auto="1" extension_auto="1" />
11     <Option object_output="obj\Debug\" />
12     <Option type="1" />
13     <Option compiler="gcc" />
14     <Compiler>
15     <Add option="-g" />
16 torben 1232 <Add directory="C:\Program Files\CodeBlocks\MinGW\include\boost-1_46" />
17 torben 1231 </Compiler>
18     </Target>
19     <Target title="Release">
20     <Option output="bin\Release\splitter" prefix_auto="1" extension_auto="1" />
21     <Option object_output="obj\Release\" />
22     <Option type="1" />
23     <Option compiler="gcc" />
24     <Compiler>
25     <Add option="-O2" />
26     </Compiler>
27     <Linker>
28     <Add option="-s" />
29     </Linker>
30     </Target>
31     </Build>
32     <Compiler>
33     <Add option="-Wall" />
34     <Add option="-fexceptions" />
35     </Compiler>
36     <Linker>
37     <Add library="boost_filesystem" />
38     <Add library="boost_system" />
39     </Linker>
40     <Unit filename="splitter.cpp" />
41     <Extensions>
42     <code_completion />
43     <debugger />
44     </Extensions>
45     </Project>
46     </CodeBlocks_project_file>

  ViewVC Help
Powered by ViewVC 1.1.20