[Nice-commit] Nice/src/nice/tools/compiler/console main.nice,1.6,1.7
Brought to you by:
bonniot
From: <ar...@us...> - 2003-12-31 22:37:02
|
Update of /cvsroot/nice/Nice/src/nice/tools/compiler/console In directory sc8-pr-cvs1:/tmp/cvs-serv12865/F:/nice/src/nice/tools/compiler/console Modified Files: main.nice Log Message: Maked the --native-compiler option visible. Index: main.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/compiler/console/main.nice,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** main.nice 10 Dec 2003 19:29:05 -0000 1.6 --- main.nice 31 Dec 2003 22:36:59 -0000 1.7 *************** *** 119,123 **** "file", String file => { compilation.runtimeFile = file; }), ! option("native-compiler", visible: false, "Location of the native compiler binary (gcj)", "file", --- 119,124 ---- "file", String file => { compilation.runtimeFile = file; }), ! ! option("native-compiler", "Location of the native compiler binary (gcj)", "file", |