-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprebuild.patch
111 lines (109 loc) · 3.38 KB
/
prebuild.patch
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
diff --git a/prebuild.xml b/prebuild.xml
index 49063da..5d328e4 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -139,6 +139,97 @@
</Files>
</Project>
+ <Project name="Erlang.NET" path="ThirdParty/Erlang.NET/lib" type="Library">
+ <Configuration name="Debug">
+ <Options>
+ <OutputPath>../../../bin/</OutputPath>
+ </Options>
+ </Configuration>
+ <Configuration name="Release">
+ <Options>
+ <OutputPath>../../../bin/</OutputPath>
+ </Options>
+ </Configuration>
+
+ <ReferencePath>../../../bin/</ReferencePath>
+ <Reference name="System"/>
+ <Reference name="System.Configuration"/>
+ <Reference name="log4net.dll"/>
+ <Files>
+ <Match pattern="*.cs" recurse="true"/>
+ </Files>
+ </Project>
+
+ <Project name="epmd" path="ThirdParty/Erlang.NET/epmd" type="Exe">
+ <Configuration name="Debug">
+ <Options>
+ <CompilerDefines>WIN32</CompilerDefines>
+ <OutputPath>../../../bin/</OutputPath>
+ </Options>
+ </Configuration>
+ <Configuration name="Release">
+ <Options>
+ <CompilerDefines>WIN32</CompilerDefines>
+ <OutputPath>../../../bin/</OutputPath>
+ </Options>
+ </Configuration>
+
+ <ReferencePath>../../../bin/</ReferencePath>
+ <Reference name="System"/>
+ <Reference name="System.Configuration"/>
+ <Reference name="System.Configuration.Install"/>
+ <Reference name="System.ServiceProcess"/>
+ <Reference name="Erlang.NET"/>
+ <Reference name="log4net.dll"/>
+ <Files>
+ <Match pattern="*.cs" recurse="true"/>
+ </Files>
+ </Project>
+
+ <Project name="Maze" path="Maze" type="Exe">
+ <Configuration name="Debug">
+ <Options>
+ <OutputPath>../bin/</OutputPath>
+ </Options>
+ </Configuration>
+ <Configuration name="Release">
+ <Options>
+ <OutputPath>../bin/</OutputPath>
+ </Options>
+ </Configuration>
+
+ <ReferencePath>../bin/</ReferencePath>
+ <Reference name="System"/>
+ <Reference name="Erlang.NET"/>
+
+ <Files>
+ <Match pattern="*.cs" recurse="false"/>
+ </Files>
+ </Project>
+
+ <Project name="NBody" path="NBody" type="Exe">
+ <Configuration name="Debug">
+ <Options>
+ <OutputPath>../bin/</OutputPath>
+ </Options>
+ </Configuration>
+ <Configuration name="Release">
+ <Options>
+ <OutputPath>../bin/</OutputPath>
+ </Options>
+ </Configuration>
+
+ <ReferencePath>../bin/</ReferencePath>
+ <Reference name="System"/>
+ <Reference name="Erlang.NET"/>
+ <Reference name="CUDA.NET.dll"/>
+
+ <Files>
+ <Match pattern="*.cs" recurse="false"/>
+ <Match pattern="*.cubin" path="Resources" buildAction="EmbeddedResource" recurse="false"/>
+ </Files>
+ </Project>
+
<Project frameworkVersion="v3_5" name="OpenSim.Framework" path="OpenSim/Framework" type="Library">
<Configuration name="Debug">
<Options>
@@ -1599,6 +1690,8 @@
<Reference name="Nini" path="../../../bin/"/>
<Reference name="log4net" path="../../../bin/"/>
<Reference name="DotNetOpenMail" path="../../../bin/"/>
+ <Reference name="Tools.dll" />
+ <Reference name="Erlang.NET" />
<Files>
<Match pattern="*.cs" recurse="true">