From: William Stein Date: Sun, 22 Oct 2006 03:55:47 +0000 (-0700) Subject: Add to help that multiple include directories are allowed. X-Git-Tag: 0.9.6.14~29^2~223 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=28abdece17f417bd93071160f1ee5cb9723f0bb2;p=cython.git Add to help that multiple include directories are allowed. --- diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index a9c83c75..2f5b1e45 100644 --- 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 Search for include files in named directory + (multiply include directories are allowed). -o, --output-file Specify name of generated C file The following experimental options are supported only on MacOSX: -C, --compile Compile generated .c file to .o file