- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcppGraphicsExamples.cbp
More file actions
Latest commit
38 lines (38 loc) · 1.01 KB
/
Copy pathcppGraphicsExamples.cbp
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersionmajor="1"minor="6" />
<Project>
<Optiontitle="cppGraphicsExamples" />
<Optionpch_mode="2" />
<Optioncompiler="gcc" />
<Build>
<Targettitle="Debug">
<Optionoutput="bin/Debug/cppGraphicsExamples"prefix_auto="1"extension_auto="1" />
<Optionobject_output="obj/Debug/" />
<Optiontype="1" />
<Optioncompiler="gcc" />
<Compiler>
<Addoption="-g" />
</Compiler>
</Target>
<Targettitle="Release">
<Optionoutput="bin/Release/cppGraphicsExamples"prefix_auto="1"extension_auto="1" />
<Optionobject_output="obj/Release/" />
<Optiontype="1" />
<Optioncompiler="gcc" />
<Compiler>
<Addoption="-O2" />
</Compiler>
<Linker>
<Addoption="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Addoption="-Wall" />
<Addoption="-fexceptions" />
</Compiler>
<Unitfilename="main.cpp" />
<Extensions />
</Project>
</CodeBlocks_project_file>