You've already forked linux-packaging-mono
Imported Upstream version 4.8.0.520
Former-commit-id: b616177084b79e9a11491af6b1ad88f2f73a6093
This commit is contained in:
parent
af08d800c3
commit
dc50008e16
@@ -24,10 +24,11 @@ test-simple: simple.exe
|
||||
mono --debug $(the_lib) --cross default simple.exe -o foo && ./foo
|
||||
mono --debug $(the_lib) --sdk `dirname \`which mono\``/.. simple.exe -o foo && ./foo
|
||||
-rm DEMO.zip
|
||||
mono-package-runtime `dirname \`which mono\``/.. DEMO
|
||||
$(topdir)/../scripts/mono-package-runtime `dirname \`which mono\``/.. DEMO
|
||||
mkdir -p ~/.mono/targets/DEMO
|
||||
unzip -d ~/.mono/targets/DEMO DEMO.zip
|
||||
mono --debug $(the_lib) --cross DEMO simple.exe -o foo && ./foo
|
||||
mono --debug $(the_lib) --cross DEMO simple.exe -o foo | grep "Assembly.*mscorlib.dll"
|
||||
./foo
|
||||
|
||||
simple.exe: Makefile
|
||||
echo 'class X { static void Main () { System.Console.WriteLine ("OK");}}' > simple.cs && mcs simple.cs
|
||||
|
Reference in New Issue
Block a user