Skip to content

Commit

Permalink
add windows distribition scripts
Browse files Browse the repository at this point in the history
svn path=/trunk/mono/; revision=17379
  • Loading branch information
Johannes Roith committed Aug 18, 2003
1 parent 3bb19c4 commit f35602d
Show file tree
Hide file tree
Showing 3 changed files with 703 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.am
Expand Up @@ -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
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
Binary file added mono-win32-setup-light.bmp
Binary file not shown.

0 comments on commit f35602d

Please sign in to comment.