Imported Upstream version 5.14.0.93

Former-commit-id: dda284b8de49fb65cd1a403db6a592e6c68a5e8c
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-05-23 09:42:45 +00:00
parent fb453ffa72
commit 300ff421ef
63 changed files with 880 additions and 65 deletions

View File

@@ -4,7 +4,7 @@ include ../../build/rules.make
PROGRAM = mkbundle.exe
OTHER_RES = template.c template_z.c template_main.c
OTHER_RES = template.c template_z.c template_main.c template_common.inc bundle-mono-api.inc
RESOURCE_FILES = $(OTHER_RES)
@@ -17,7 +17,7 @@ EXTRA_DISTFILES = $(RESOURCE_FILES)
include ../../build/executable.make
mkbundle.exe: $(RESOURCE_FILES)
$(the_lib): $(RESOURCE_FILES)
test-simple: simple.exe
mono --debug $(the_lib) --simple simple.exe -o foo && ./foo