Rename ocamlmsg to hop

This commit is contained in:
Tony Garnock-Jones 2012-05-01 17:38:53 -04:00
parent aa0f38611d
commit 7ea611597c
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
SERVER_PATH=../ocamlmsg
SERVER_BINARY=ocamlmsg.native
SERVER_PATH=../hop
SERVER_BINARY=hop_server.native
SERVER_WEB=web
APP_NAME="Hop Server"

View File

@ -33,7 +33,7 @@
NSString *serverBinaryPath = [[NSBundle mainBundle] resourcePath];
[task setCurrentDirectoryPath: serverBinaryPath];
NSString *serverBinary = [serverBinaryPath stringByAppendingPathComponent: @"ocamlmsg.native"];
NSString *serverBinary = [serverBinaryPath stringByAppendingPathComponent: @"hop_server.native"];
[task setLaunchPath: serverBinary];
NSString *readyFile = [NSTemporaryDirectory() stringByAppendingPathComponent: @"hop.ready."];