|
@@ -86,7 +86,7 @@ let base_defines = !Plugin.defines
|
|
|
|
|
|
let rec init argv argv_start =
|
|
let rec init argv argv_start =
|
|
try
|
|
try
|
|
- let usage = "Haxe Compiler Beta 5 - (c)2005-2006 Motion-Twin\n Usage : haxe.exe [options] <class names...>\n Options :" in
|
|
|
|
|
|
+ let usage = "Haxe Compiler RC1 - (c)2005-2006 Motion-Twin\n Usage : haxe.exe [options] <class names...>\n Options :" in
|
|
let base_path = normalize_path (try Extc.executable_path() with _ -> "./") in
|
|
let base_path = normalize_path (try Extc.executable_path() with _ -> "./") in
|
|
let classes = ref [([],"Std")] in
|
|
let classes = ref [([],"Std")] in
|
|
let target = ref No in
|
|
let target = ref No in
|