Skip to content

Commit f35602d

Browse files
author
Johannes Roith
committed
add windows distribition scripts
svn path=/trunk/mono/; revision=17379
1 parent 3bb19c4 commit f35602d

File tree

3 files changed

+703
-1
lines changed

3 files changed

+703
-1
lines changed

Makefile.am

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ mcs-rest:
3333
(cd ../mcs/class; make)
3434

3535
remove-binaries:
36-
rm ../mcs/class/lib/corlib.dll ../mcs/mcs/mcs.exe runtime/*dll runtime/*.exe >& /dev/null; echo
36+
rm ../mcs/class/lib/corlib.dll ../mcs/mcs/mcs.exe runtime/*dll runtime/*.exe >& /dev/null; echo
37+
38+
win32setup:
39+
makensis /DMILESTONE=@VERSION@ /DSOURCE_INSTALL_DIR=`cygpath -a -w @prefix@`\\* monowiz.win32.nsi

mono-win32-setup-light.bmp

151 KB
Binary file not shown.

0 commit comments

Comments
 (0)