* MethodCall.cs: Changed exception text to match MS.NET (more or less).
[mono.git] / Makefile.am
index 83d30b1f1e2da95729a14da0ff3369cbba906d1d..95b8d6d13f3839c6fe30863f95eab1acfc4bbdce 100644 (file)
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = @libgc_dir@ mono doc docs runtime scripts man data
+SUBDIRS = @libgc_dir@ mono doc docs runtime scripts man data samples
 
 dnl EXTRA_SUBDIRS = libgc
 
@@ -33,4 +33,7 @@ mcs-rest:
        (cd ../mcs/class; make)
 
 remove-binaries:
-       rm ../mcs/class/lib/corlib.dll ../mcs/mcs/mcs.exe runtime/*dll runtime/*.exe >& /dev/null; echo
\ No newline at end of file
+       rm ../mcs/class/lib/corlib.dll ../mcs/mcs/mcs.exe runtime/*dll runtime/*.exe >& /dev/null; echo
+
+win32setup:
+       makensis /DMILESTONE=@VERSION@ /DSOURCE_INSTALL_DIR=`cygpath -a -w @prefix@`\\* monowiz.win32.nsi
\ No newline at end of file