-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmeshlib_x64.cbp
108 lines (108 loc) · 2.87 KB
/
meshlib_x64.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
104
105
106
107
108
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="meshlib_x64" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<MakeCommands>
<Build command="" />
<CompileFile command="" />
<Clean command="" />
<DistClean command="" />
<AskRebuildNeeded command="" />
<SilentBuild command=" > $(CMD_NULL)" />
</MakeCommands>
<Build>
<Target title="Debug">
<Option output="bin/x64/Debug/meshlib" prefix_auto="1" extension_auto="1" />
<Option working_dir="bin/x64/Debug" />
<Option object_output="obj/x64/Debug/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Linker>
<Add option="-lopengl32 -lglu32 -fopenmp" />
</Linker>
<MakeCommands>
<Build command="" />
<CompileFile command="" />
<Clean command="" />
<DistClean command="" />
<AskRebuildNeeded command="" />
<SilentBuild command=" > $(CMD_NULL)" />
</MakeCommands>
</Target>
<Target title="Release">
<Option output="bin/x64/Release/meshlib" prefix_auto="1" extension_auto="1" />
<Option working_dir="bin/x64/Release" />
<Option object_output="obj/x64/Release/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-march=native" />
<Add option="-O2" />
<Add option="-Wall" />
<Add option="-fopenmp" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-lopengl32 -lglu32 -fopenmp" />
</Linker>
</Target>
</Build>
<Compiler>
</Compiler>
<Linker>
<Add library="glu32" />
<Add library="opengl32" />
</Linker>
<Unit filename="include/meshlib.h" />
<Unit filename="resources/resource.rc">
<Option compilerVar="WINDRES" />
</Unit>
<Unit filename="src/meshcalc.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/meshclean.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/meshcreate.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/meshdraw.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/mesherror.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/meshfilter.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/meshload.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/meshops.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/meshrand.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/meshsave.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/meshtext.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/meshtransform.c">
<Option compilerVar="CC" />
</Unit>
<Extensions>
<code_completion />
<envvars />
<debugger />
<fortran_project />
</Extensions>
</Project>
</CodeBlocks_project_file>