|
nicec − compiler for the Nice programming language |
|
nicec [options] package |
|
−−sourcepath PATH |
|
Search path for source packages PATH is a list of directories and .jar archives |
|
−−encoding CHARSET |
|
Character set encoding to be used for .nice source files |
|
−d, −−destination DIR |
|
Destination directory for compiled packages |
|
−−classpath PATH |
|
Search path for compiled packages and libraries PATH is a list of directories and .jar archives |
|
−a, −−jar FILE |
|
Compile to archive You can then run the program with ’java -jar FILE’ |
|
−o, −−output FILE |
|
Generate native executable |
|
−r, −−recompile |
|
Force recompilation of package |
|
−R, −−recompile-all |
|
Force recompilation of all dependant packages |
|
−c, −−compile |
|
Compile packages but do not link them |
|
−−native-compiler FILE |
|
Location of the native compiler binary (gcj) |
|
−−editor |
|
Tell nicec that it is called by an editor. |
|
−−man |
Print man page to stdout |
|
−−version |
|
Print version info and exit |
|
−−usage |
|
Print usage information and exit |
|
−−memory |
|
Print memory usage information after compilation |
|
−−benchmark |
|
Print time usage information after compilation |
|
Daniel Bonniot <bonniot@users.sourceforge.net>, <Daniel.Bonniot@inria.fr> |
|
http://nice.sourceforge.net the Nice Home Page http://nice.sf.net/compilation.html compilation instructions |