Mercurial > hg > octave-nkf
comparison doc/interpreter/mkoctfile.1 @ 5745:0559ebb94bf0
[project @ 2006-04-06 20:33:40 by jwe]
author | jwe |
---|---|
date | Thu, 06 Apr 2006 20:33:41 +0000 |
parents | 602d084346b2 |
children | e884ab4f29ee |
comparison
equal
deleted
inserted
replaced
5744:1c36a2e82266 | 5745:0559ebb94bf0 |
---|---|
61 F2CFLAGS XTRA_CFLAGS | 61 F2CFLAGS XTRA_CFLAGS |
62 F77 XTRA_CXXFLAGS | 62 F77 XTRA_CXXFLAGS |
63 FFLAGS | 63 FFLAGS |
64 .RE | 64 .RE |
65 .TP 8 | 65 .TP 8 |
66 .B \-\-link-stand-alone | |
67 Link a stand-alone executable file. | |
68 .TP 8 | |
66 .B \-s|--strip | 69 .B \-s|--strip |
67 Strip the output file. | 70 Strip the output file. |
68 .TP 8 | 71 .TP 8 |
69 .B \-v|--verbose | 72 .B \-v|--verbose |
70 Echo commands as they are executed. | 73 Echo commands as they are executed. |
71 .TP 8 | 74 .TP 8 |
72 .B file | 75 .B file |
73 Compile or linke file. Recognised file types are | 76 Compile or link file. Recognised file types are |
74 .RS | 77 .RS |
75 .c C source | 78 .c C source |
76 .cc C++ source | 79 .cc C++ source |
77 .C C++ source | 80 .C C++ source |
78 .cpp C++ source | 81 .cpp C++ source |