Skip to content

Commit cb55427

Browse files
committed
boo libraries no longer kept in the repository; a boo checkout is assumed to be in a sibling directory
1 parent 733a3e9 commit cb55427

File tree

2,655 files changed

+9
-214632
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,655 files changed

+9
-214632
lines changed

default.build

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33

44
<property name="java" value="java" />
55
<property name="antlr.jar" value="lib/antlr-2.7.5.jar" />
6-
<property name="platformId" value="net-${framework::get-version(framework::get-target-framework())}" />
7-
<property name="build.dir" value="bin/${platformId}" />
8-
<property name="boo.lib.dir" value="lib/${platformId}/bin" />
6+
<property name="build.dir" value="bin" />
7+
<property name="boo.lib.dir" value="../boo/build" />
98
<property name="md.bin.dir" value="/usr/lib/monodevelop/bin" />
109
<property name="debug" value="true" />
1110

dump

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
mono bin/net-2.0/us.exe -p -verbose -t:library -r:bin/net-2.0/UnityScript.Tests.CSharp.dll -r:bin/net-2.0/UnityScript.Tests.dll -b:UnityScript.Tests.MonoBehaviour -m:Awake "$@"
2+
mono bin/us.exe -p -verbose -t:library -r:bin/UnityScript.Tests.CSharp.dll -r:bin/UnityScript.Tests.dll -b:UnityScript.Tests.MonoBehaviour -m:Awake "$@"

dump.cygwin

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
bin/net-2.0/us.exe -p -verbose -t:library -r:bin/net-2.0/UnityScript.Tests.CSharp.dll -r:bin/net-2.0/UnityScript.Tests.dll -b:UnityScript.Tests.MonoBehaviour -m:Awake "$@"
2+
bin/us.exe -p -verbose -t:library -r:bin/UnityScript.Tests.CSharp.dll -r:bin/UnityScript.Tests.dll -b:UnityScript.Tests.MonoBehaviour -m:Awake "$@"

il

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
mono bin/net-2.0/us.exe -out:bin/il.dll -verbose -t:library -r:bin/net-2.0/UnityScript.Tests.CSharp.dll -r:bin/net-2.0/UnityScript.Tests.dll -b:UnityScript.Tests.MonoBehaviour -m:Awake "$@"
2+
mono bin/us.exe -out:bin/il.dll -verbose -t:library -r:bin/UnityScript.Tests.CSharp.dll -r:bin/UnityScript.Tests.dll -b:UnityScript.Tests.MonoBehaviour -m:Awake "$@"
33
monodis bin/il.dll

il.cygwin

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
bin/net-2.0/us.exe -out:bin/il.dll -verbose -t:library -r:bin/net-2.0/UnityScript.Tests.CSharp.dll -r:bin/net-2.0/UnityScript.Tests.dll -b:UnityScript.Tests.MonoBehaviour -m:Awake "$@" && ildasm /text bin/il.dll
2+
bin/us.exe -out:bin/il.dll -verbose -t:library -r:bin/UnityScript.Tests.CSharp.dll -r:bin/UnityScript.Tests.dll -b:UnityScript.Tests.MonoBehaviour -m:Awake "$@" && ildasm /text bin/il.dll

lib/antlr-2.7.5.jar

-457 KB
Binary file not shown.

lib/net-1.1/boo/.project

-17
This file was deleted.

lib/net-1.1/boo/AUTHORS

-12
This file was deleted.

lib/net-1.1/boo/Boo.mds

-45
This file was deleted.

lib/net-1.1/boo/Makefile.am

-1
This file was deleted.

0 commit comments

Comments
 (0)