-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwafTest.mdproj
More file actions
executable file
·68 lines (68 loc) · 2.95 KB
/
wafTest.mdproj
File metadata and controls
executable file
·68 lines (68 loc) · 2.95 KB
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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ItemType>ValaProject</ItemType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{ED89E782-78F2-478B-B100-CBA9BA44B772}</ProjectGuid>
<Packages>
<Packages>
<ProjectPackage file="/usr/local/share/vala/vapi/glib-2.0.vapi" name="glib-2.0" IsProject="false" />
<ProjectPackage file="/usr/local/share/vala/vapi/cairo.vapi" name="cairo" IsProject="false" />
<ProjectPackage file="/usr/local/share/vala/vapi/gtk+-2.0.vapi" name="gtk+-2.0" IsProject="false" />
<ProjectPackage file="/usr/local/share/vala/vapi/gdk-2.0.vapi" name="gdk-2.0" IsProject="false" />
</Packages>
</Packages>
<compiler>
<compiler />
</compiler>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug</OutputPath>
<CodeGeneration>
<CodeGeneration WarningLevel="Normal" WarningsAsErrors="false" OptimizationLevel="0" ExtraCompilerArguments="" DefineSymbols="DEBUG MONODEVELOP" EnableMultithreading="false" ctype="ValaCompilationParameters" />
</CodeGeneration>
<SourceDirectory>.</SourceDirectory>
<Output>
<Output output="wafTest" />
</Output>
<Build>
<Build target="Bin" />
</Build>
<CustomCommands>
<CustomCommands>
<Command type="Build" command="waf -j4" workingdir="${ProjectDir}" />
<Command type="Clean" command="waf clean" workingdir="${ProjectDir}" />
<Command type="Execute" command="build/debug/src/cubegame" />
<Command type="Custom" name="waf configure" command="waf configure" />
<Command type="Custom" name="Debug" command="ddd ./build/debug/src/cubegame -d ./src" workingdir="${ProjectDir}" />
</CustomCommands>
</CustomCommands>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release</OutputPath>
<CodeGeneration>
<CodeGeneration WarningLevel="Normal" WarningsAsErrors="false" OptimizationLevel="3" ExtraCompilerArguments="" DefineSymbols="MONODEVELOP" EnableMultithreading="false" ctype="ValaCompilationParameters" />
</CodeGeneration>
<SourceDirectory>.</SourceDirectory>
<Output>
<Output output="wafTest" />
</Output>
<Build>
<Build target="Bin" />
</Build>
</PropertyGroup>
<ItemGroup>
<Compile Include="src\CubeWidget.vala" />
<Compile Include="src\GameMain.vala" />
<Compile Include="src\GameArea.vala" />
</ItemGroup>
<ItemGroup>
<None Include="README" />
<None Include="wscript" />
<None Include="src\wscript_build" />
</ItemGroup>
</Project>