From ec65da1fbc93bd4fcdbdf20cb41c085ece53473c Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 18 Jul 2018 11:47:03 +0200 Subject: monogame-patcher: Allow specifying extra assembly If we want to replace a call with one that's not in a module which is currently referenced by the target file we now have another command line flag for replace-call (-a) where we can specify the additional DLL file. Signed-off-by: aszlig --- .../build-support/monogame-patcher/src/test.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'pkgs/games/build-support/monogame-patcher/src/test.sh') diff --git a/pkgs/games/build-support/monogame-patcher/src/test.sh b/pkgs/games/build-support/monogame-patcher/src/test.sh index b19457d4..a4f65aef 100644 --- a/pkgs/games/build-support/monogame-patcher/src/test.sh +++ b/pkgs/games/build-support/monogame-patcher/src/test.sh @@ -34,6 +34,19 @@ public class b { } EOF +cat > "c.cs" < "test1.cs" < write_test.txt test "$(mono subdir/test2.exe)" = "can write" -- cgit 1.4.1