-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathACK-3D.cbp
103 lines (103 loc) · 2.54 KB
/
ACK-3D.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="ACK-3D" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="liback" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output=".\.obj\Debug" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-Wall" />
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="liback" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output=".\.obj\Release" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-Wall" />
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Unit filename="ACK3D.H" />
<Unit filename="ACKBBM.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKBKGD.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKDATA.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKDISP.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKDOOR.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKENG.H" />
<Unit filename="ACKEXT.H" />
<Unit filename="ACKFLOOR.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKGIF.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKINIT.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKLDBMP.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKOBJ.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKOVER.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKPCX.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKPOV.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKRAY.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKRTNRecode.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKRTNRecode.h" />
<Unit filename="ACKSND.H" />
<Unit filename="ACKUTIL.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKVIEW.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="ACKWRAP.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="BBM.H" />
<Unit filename="windowsredef.h" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>