projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f79b565
)
Add to help that multiple include directories are allowed.
author
William Stein
<wstein@gmail.com>
Sun, 22 Oct 2006 03:55:47 +0000
(20:55 -0700)
committer
William Stein
<wstein@gmail.com>
Sun, 22 Oct 2006 03:55:47 +0000
(20:55 -0700)
Cython/Compiler/CmdLine.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/CmdLine.py
b/Cython/Compiler/CmdLine.py
index a9c83c759a4a2f1f5a8f7b64a0392d0e9b5180ba..2f5b1e45aadf37b7dba5a7a545b4e54bf6f29e72 100644
(file)
--- a/
Cython/Compiler/CmdLine.py
+++ b/
Cython/Compiler/CmdLine.py
@@
-10,6
+10,7
@@
Options:
-v, --version Display version number of pyrex compiler
-l, --create-listing Write error messages to a listing file
-I, --include-dir <directory> Search for include files in named directory
+ (multiply include directories are allowed).
-o, --output-file <filename> Specify name of generated C file
The following experimental options are supported only on MacOSX:
-C, --compile Compile generated .c file to .o file