Skip to content

Commit

Permalink
Fixed build script for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ninuzzo committed Aug 3, 2012
1 parent 33e5f75 commit 6edd2b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions windows-make-executable.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ call "C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat"

"%ECL%\ecl" -norc -shell make-executable.lisp

echo Now copy to hyde-server.exe
echo Its dependencies are ecl.dll sockets.fas ucd.dat
echo Now copy that to hyde-server.exe
echo Its dependencies are: ecl.dll sockets.fas and must be re-copied
echo from the ECL install dir after each ECL update
pause

0 comments on commit 6edd2b4

Please sign in to comment.