Dear friends, If I run the following sample:
FUNCTION MAIN()
HB_COMPILE( "TEST.PRG" )
RETURN NIL
what I get is:
Harbour 1.1.0dev (Rev. 10421)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Syntax: TEST.PRG <file[s][.prg]|@file> [options]
Options: /a automatic memvar declaration
/b debug info
/build display detailed version info
/credits display credits
/d<id>[=<val>] #define <id>
/es[<level>] set exit severity
/fn[:[l|u]|-] set filename casing (l=lower u=upper)
/fd[:[l|u]|-] set directory casing (l=lower u=upper)
/fp[:<char>] set path separator
/fs[-] turn filename space trimming on or off (default)
/g<type> output type generated is <type> (see below)
/gc[<type>] output type: C source (.c) (default)
<type>: 0=compact (default) 1=normal 2=verbose
3=generate real C code
/go output type: Platform dependant object module
/gh output type: Harbour Portable Object (.hrb)
/i<path> #include file search path
/j[<file>] generate i18n gettext file (.pot)
/k compilation mode (type -k? for more data)
/l suppress line number information
/m compile module only
/n[<type>] no implicit starting procedure
<type>: 0=no implicit starting procedure
1=no starting procedure at all
/o<path> object file drive and/or path
/p[<path>] generate pre-processed output (.ppo) file
/p+ generate pre-processor trace (.ppt) file
/q quiet
/q0 quiet and don't display program header
/r:<max> set maximum number of preprocessor iterations
/s syntax check only
/u[<file>] use command def set in <file> (or none)
/undef:<id> #undef <id>
/v variables are assumed M->
/w[<level>] set warning level number (0..3, default 1)
/x[<prefix>] set symbol init function name prefix (for .c
only)
/z suppress shortcutting (.and. & .or.)
@<file> compile list of modules in <file>
What am I missing?
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour