-
Notifications
You must be signed in to change notification settings - Fork 1
/
Ultra Air Hockey (Retro).cbp
89 lines (89 loc) · 2.8 KB
/
Ultra Air Hockey (Retro).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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Ultra Air Hockey (Retro)" />
<Option makefile="G:/Engineering/Projects/Cpp/SGDK/makefile.gen" />
<Option makefile_is_custom="1" />
<Option execution_dir="G:/Engineering/Projects/Cpp/Ultra_Air_Hockey_(Retro)" />
<Option pch_mode="2" />
<Option compiler="sgdk" />
<MakeCommands>
<Build command="$make -f $makefile" />
<CompileFile command="$make -f $makefile $file" />
<Clean command="$make -f $makefile clean" />
<DistClean command="" />
<AskRebuildNeeded command="$make -q $makefile $target" />
<SilentBuild command="$make -f $makefile > $(CMD_NULL)" />
</MakeCommands>
<Build>
<Target title="default">
<Option output="out/Ultra Air Hockey (Retro)" prefix_auto="1" extension_auto="1" />
<Option object_output="out/" />
<Option type="1" />
<Option compiler="sgdk" />
<Option projectCompilerOptionsRelation="-1" />
<Option projectLinkerOptionsRelation="-1" />
<Option projectIncludeDirsRelation="-1" />
<Option projectLibDirsRelation="-1" />
<MakeCommands>
<Build command="$make -f $makefile" />
<CompileFile command="$make -f $makefile $file" />
<Clean command="$make -f $makefile clean" />
<DistClean command="" />
<AskRebuildNeeded command="$make -q $makefile $target" />
<SilentBuild command="$make -f $makefile > $(CMD_NULL)" />
</MakeCommands>
</Target>
</Build>
<Unit filename="inc/DrawBG.h" />
<Unit filename="inc/Menu.h" />
<Unit filename="inc/SpriteManip.h" />
<Unit filename="inc/echo.h" />
<Unit filename="inc/fmv.h" />
<Unit filename="inc/game.h" />
<Unit filename="inc/main.h" />
<Unit filename="res/Echo/data/Musres.h" />
<Unit filename="res/Gfx/Planes.h" />
<Unit filename="res/Gfx/Sprites.h" />
<Unit filename="src/DrawBG.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/Menu.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/SpriteManip.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/boot/rom_head.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/echo.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/fmv.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/game.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/main.c">
<Option compilerVar="CC" />
</Unit>
<Extensions>
<code_completion />
<envvars set="default" />
<lib_finder disable_auto="1" />
<debugger />
<DoxyBlocks>
<comment_style block="0" line="0" />
<doxyfile_project />
<doxyfile_build />
<doxyfile_warnings />
<doxyfile_output />
<doxyfile_dot />
<general />
</DoxyBlocks>
</Extensions>
</Project>
</CodeBlocks_project_file>