X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fmbas%2Fmakefile;h=3de2efec1e34069e19c49d701cd819c00ee334b5;hb=fa1afa36217715fccea358c6e276e78a800398de;hp=839e644982d02e220d9d673b33879a130e1f5d31;hpb=844c91032460ba7dfd8038d85cacfc3e5370b61f;p=mono.git diff --git a/mcs/mbas/makefile b/mcs/mbas/makefile index 839e644982d..3de2efec1e3 100644 --- a/mcs/mbas/makefile +++ b/mcs/mbas/makefile @@ -37,11 +37,16 @@ COMPILER_SOURCES = \ typemanager.cs linux: all +windows: all all: mbas.exe test: mbas.exe - mono mbas.exe --main WriteOK testmbas/WriteOK.vb + mono mbas.exe --stacktrace --main WriteOK testmbas/WriteOK.vb testmbas/WriteOK2.mbs + mono testmbas/WriteOK.exe + +verbose: mbas.exe + mono mbas.exe --stacktrace --verbose --main WriteOK testmbas/WriteOK.vb testmbas/WriteOK2.mbs | less mbas.exe: $(COMPILER_SOURCES) $(CSC) $(CSCFLAGS) $(COMPILER_SOURCES)