blob: 3b173bb7cc2bf021e6059beb972a303344a991b8 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="5" />
<Project>
<Option title="touche" />
<Option pch_mode="2" />
<Option default_target="" />
<Option compiler="gcc" />
<Option virtualFolders="" />
<Build>
<Target title="default">
<Option output="scummvm\engines\touche\libtouche.a" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="scummvm\" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-O2" />
<Add directory="..\..\engines" />
<Add directory="..\..\..\scummvm" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-Wno-multichar" />
<Add directory="..\..\engines" />
<Add directory="..\..\..\scummvm" />
</Compiler>
<Unit filename="..\..\engines\touche\detection.cpp">
<Option compilerVar="CPP" />
<Option target="default" />
</Unit>
<Unit filename="..\..\engines\touche\graphics.cpp">
<Option compilerVar="CPP" />
<Option target="default" />
</Unit>
<Unit filename="..\..\engines\touche\graphics.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="default" />
</Unit>
<Unit filename="..\..\engines\touche\midi.cpp">
<Option compilerVar="CPP" />
<Option target="default" />
</Unit>
<Unit filename="..\..\engines\touche\midi.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="default" />
</Unit>
<Unit filename="..\..\engines\touche\opcodes.cpp">
<Option compilerVar="CPP" />
<Option target="default" />
</Unit>
<Unit filename="..\..\engines\touche\resource.cpp">
<Option compilerVar="CPP" />
<Option target="default" />
</Unit>
<Unit filename="..\..\engines\touche\saveload.cpp">
<Option compilerVar="CPP" />
<Option target="default" />
</Unit>
<Unit filename="..\..\engines\touche\staticres.cpp">
<Option compilerVar="CPP" />
<Option target="default" />
</Unit>
<Unit filename="..\..\engines\touche\touche.cpp">
<Option compilerVar="CPP" />
<Option target="default" />
</Unit>
<Unit filename="..\..\engines\touche\touche.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="default" />
</Unit>
<Unit filename="..\..\engines\touche\ui.cpp">
<Option compilerVar="CPP" />
<Option target="default" />
</Unit>
<Extensions />
</Project>
</CodeBlocks_project_file>
|