-
Notifications
You must be signed in to change notification settings - Fork 5
/
meshlib_Win32.cbp
104 lines (104 loc) · 2.79 KB
/
meshlib_Win32.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="meshlib_Win32" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Win32/Debug/meshlib" prefix_auto="1" extension_auto="1" />
<Option working_dir="bin/Win32/Debug" />
<Option object_output="obj/Win32/Debug/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Option projectIncludeDirsRelation="-1" />
<Option projectLibDirsRelation="-1" />
<Linker>
<Add option="-s" />
</Linker>
<MakeCommands>
<Build command="" />
<CompileFile command="" />
<Clean command="" />
<DistClean command="" />
<AskRebuildNeeded command="" />
<SilentBuild command=" > $(CMD_NULL)" />
</MakeCommands>
</Target>
<Target title="Release">
<Option output="bin/Win32/Release/meshlib" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Win32/Release/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-march=core2" />
<Add option="-O2" />
<Add option="-Wall" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-lopengl32 -lglu32" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wlong-long" />
<Add option="-fopenmp" />
<Add option="-std=c89" />
</Compiler>
<Linker>
<Add option="-lopengl32 -lglu32" />
<Add option="-fopenmp" />
</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 />
<debugger />
<envvars />
</Extensions>
</Project>
</CodeBlocks_project_file>