Skip to content

Commit

Permalink
use raco instead of mzc to build windows exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Orlando Hill committed Mar 20, 2012
1 parent 673eb48 commit f858778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 0 additions & 3 deletions README
Expand Up @@ -86,9 +86,6 @@ Building
- From your Waxeye installation directory, run the 'build\exe.bat' script in a
command prompt.

- When the script has finished, press 'y' then 'Enter' to remove the
temporary files.


Running
=======
Expand Down
9 changes: 3 additions & 6 deletions build/exe.bat
@@ -1,6 +1,3 @@

MKDIR tmp
C:\"Program Files\Racket\mzc.exe" --exe waxeye src\waxeye\waxeye.scm
MOVE waxeye.exe tmp\waxeye.exe
C:\"Program Files\Racket\mzc.exe" --exe-dir . tmp\waxeye.exe
RMDIR /S tmp
C:\"Program Files\Racket\raco.exe" exe src\waxeye\waxeye.scm
C:\"Program Files\Racket\raco.exe" distribute . src\waxeye\waxeye.exe
DEL src\waxeye\waxeye.exe

0 comments on commit f858778

Please sign in to comment.