-
Notifications
You must be signed in to change notification settings - Fork 1
/
glutexto.cbp
62 lines (62 loc) · 1.65 KB
/
glutexto.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="glutexto" />
<Option pch_mode="0" />
<Option compiler="gcwzero" />
<MakeCommands>
<Build command="" />
<CompileFile command="" />
<Clean command="" />
<DistClean command="" />
<AskRebuildNeeded command="" />
<SilentBuild command=" > $(CMD_NULL)" />
</MakeCommands>
<Build>
<Target title="GCWZero">
<Option output="glutexto" prefix_auto="0" extension_auto="0" />
<Option object_output=".obj/gcw" />
<Option type="1" />
<Option compiler="gcwzero" />
<Option use_console_runner="0" />
<Option projectResourceIncludeDirsRelation="1" />
<Compiler>
<Add option="-O2" />
<Add option="-DPLATFORM_LINUX" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-lSDL_mixer -lSDL_ttf -lSDL_image -lfreetype -lvorbisidec -lz -lSDL -lpthread -lshake" />
</Linker>
</Target>
</Build>
<VirtualTargets>
<Add alias="All" targets="GCWZero;" />
</VirtualTargets>
<Unit filename="../sparrow3d/sparrow3d.h" />
<Unit filename="dialog.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="error.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="glutexto.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="menu.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="settings.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="text.c">
<Option compilerVar="CC" />
</Unit>
<Extensions>
<code_completion />
<debugger />
<envvars />
</Extensions>
</Project>
</CodeBlocks_project_file>