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
|
<Combine fileversion="2.0" outputpath="build/bin/" name="Do">
<Configurations active="Debug">
<Configuration name="Debug" ctype="CombineConfiguration">
<Entry build="True" name="Do" configuration="Debug" />
<Entry build="True" name="Do.Platform" configuration="Debug" />
<Entry build="True" name="Do.Platform.Linux" configuration="Debug" />
<Entry build="True" name="Do.Platform.Windows" configuration="Debug" />
<Entry build="True" name="Do.Platform.OSX" configuration="Debug" />
<Entry build="True" name="Do.Interface.Linux" configuration="Debug" />
<Entry build="True" name="Do.Universe" configuration="Debug" />
<Entry build="True" name="Do.Interface.Linux.Docky" configuration="Debug" />
<Entry build="True" name="Do.Interface.Linux.Classic" configuration="Debug" />
<Entry build="True" name="Do.Interface.Linux.GlassFrame" configuration="Debug" />
<Entry build="True" name="Do.Interface.Linux.Mini" configuration="Debug" />
<Entry build="True" name="Do.Interface.Linux.HUD" configuration="Debug" />
<Entry build="True" name="Do.Interface.Wink" configuration="Debug" />
<Entry build="True" name="Do.Interface.Linux.AnimationBase" configuration="Debug" />
</Configuration>
<Configuration name="Release" ctype="CombineConfiguration">
<Entry build="True" name="Do" configuration="Release" />
<Entry build="True" name="Do.Platform" configuration="Release" />
<Entry build="True" name="Do.Platform.Linux" configuration="Release" />
<Entry build="True" name="Do.Platform.Windows" configuration="Release" />
<Entry build="True" name="Do.Platform.OSX" configuration="Release" />
<Entry build="True" name="Do.Interface.Linux" configuration="Release" />
<Entry build="True" name="Do.Universe" configuration="Release" />
<Entry build="True" name="Do.Interface.Linux.Docky" configuration="Release" />
<Entry build="True" name="Do.Interface.Linux.Classic" configuration="Release" />
<Entry build="True" name="Do.Interface.Linux.GlassFrame" configuration="Release" />
<Entry build="True" name="Do.Interface.Linux.Mini" configuration="Release" />
<Entry build="True" name="Do.Interface.Linux.HUD" configuration="Release" />
<Entry build="True" name="Do.Interface.Wink" configuration="Release" />
<Entry build="True" name="Do.Interface.Linux.AnimationBase" configuration="Release" />
<CustomCommands>
<Command type="BeforeBuild" command="autogen.sh --enable-release=YES" workingdir="${CombineDir}" />
</CustomCommands>
</Configuration>
</Configurations>
<StartMode startupentry="Do" single="True">
<Execute type="None" entry="Do" />
<Execute type="None" entry="Do.Platform" />
<Execute type="None" entry="Do.Platform.Linux" />
<Execute type="None" entry="Do.Platform.Windows" />
<Execute type="None" entry="Do.Platform.OSX" />
<Execute type="None" entry="Do.Interface.Linux" />
<Execute type="None" entry="Do.Universe" />
<Execute type="None" entry="Do.Interface.Linux.Docky" />
<Execute type="None" entry="Do.Interface.Linux.Classic" />
<Execute type="None" entry="Do.Interface.Linux.GlassFrame" />
<Execute type="None" entry="Do.Interface.Linux.Mini" />
<Execute type="None" entry="Do.Interface.Linux.HUD" />
<Execute type="None" entry="Do.Interface.Wink" />
<Execute type="None" entry="Do.Interface.Linux.AnimationBase" />
</StartMode>
<Entries>
<Entry filename="Do/Do.mdp" />
<Entry filename="Do.Platform/Do.Platform.mdp" />
<Entry filename="Do.Platform.Linux/Do.Platform.Linux.mdp" />
<Entry filename="Do.Platform.Windows/Do.Platform.Windows.mdp" />
<Entry filename="Do.Platform.OSX/Do.Platform.OSX.mdp" />
<Entry filename="Do.Interface.Linux/Do.Interface.Linux.mdp" />
<Entry filename="Do.Universe/Do.Universe.mdp" />
<Entry filename="Do.Interface.Linux.Docky/Do.Interface.Linux.Docky.mdp" />
<Entry filename="Do.Interface.Linux.Classic/Do.Interface.Linux.Classic.mdp" />
<Entry filename="Do.Interface.Linux.GlassFrame/Do.Interface.Linux.GlassFrame.mdp" />
<Entry filename="Do.Interface.Linux.Mini/Do.Interface.Linux.Mini.mdp" />
<Entry filename="Do.Interface.Linux.HUD/Do.Interface.Linux.HUD.mdp" />
<Entry filename="Do.Interface.Wink/Do.Interface.Wink.mdp" />
<Entry filename="Do.Interface.Linux.AnimationBase/Do.Interface.Linux.AnimationBase.mdp" />
</Entries>
</Combine>
|