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

Annotation of /misc/mysql_splitter/splitter.cbp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1337 - (hide annotations) (download)
Wed Apr 20 11:53:08 2011 UTC (13 years, 1 month ago) by torben
File size: 1503 byte(s)
enable both release and debug builds
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 torben 1337 <Add option="-g" />
16 torben 1231 </Compiler>
17 torben 1337 <Linker>
18     <Add library="boost_program_options-mgw44-mt-d-1_46" />
19     <Add library="boost_filesystem-mgw44-mt-d-1_46" />
20     <Add library="boost_system-mgw44-mt-d-1_46" />
21     </Linker>
22 torben 1231 </Target>
23     <Target title="Release">
24     <Option output="bin\Release\splitter" prefix_auto="1" extension_auto="1" />
25     <Option object_output="obj\Release\" />
26     <Option type="1" />
27     <Option compiler="gcc" />
28     <Compiler>
29     <Add option="-O2" />
30     </Compiler>
31     <Linker>
32     <Add option="-s" />
33 torben 1337 <Add library="boost_program_options-mgw44-mt-1_46" />
34     <Add library="boost_filesystem-mgw44-mt-1_46" />
35     <Add library="boost_system-mgw44-mt-1_46" />
36 torben 1231 </Linker>
37     </Target>
38     </Build>
39     <Compiler>
40     <Add option="-Wall" />
41     <Add option="-fexceptions" />
42 torben 1337 <Add directory="C:\Program Files\CodeBlocks\MinGW\include\boost-1_46" />
43 torben 1231 </Compiler>
44     <Unit filename="splitter.cpp" />
45     <Extensions>
46     <code_completion />
47     <debugger />
48     </Extensions>
49     </Project>
50     </CodeBlocks_project_file>

  ViewVC Help
Powered by ViewVC 1.1.20