Merge pull request #142 from mongi3/master
authorscoder <stefan_ml@behnel.de>
Fri, 12 Oct 2012 07:38:28 +0000 (00:38 -0700)
committerscoder <stefan_ml@behnel.de>
Fri, 12 Oct 2012 07:38:28 +0000 (00:38 -0700)
Added "--capi-reexport-cincludes" option

1  2 
Cython/Compiler/CmdLine.py
Cython/Compiler/Main.py
Cython/Compiler/ModuleNode.py

@@@ -36,8 -37,9 +36,9 @@@ Options
    --embed[=<method_name>]        Generate a main() function that embeds the Python interpreter.
    -2                             Compile based on Python-2 syntax and code semantics.
    -3                             Compile based on Python-3 syntax and code semantics.
+   --capi-reexport-cincludes      Add cincluded headers to any auto-generated header files.
    --fast-fail                    Abort the compilation on the first error
 -  --warning-error, -Werror       Make all warnings into errors
 +  --warning-errors, -Werror      Make all warnings into errors
    --warning-extra, -Wextra       Enable extra warnings
    -X, --directive <name>=<value>[,<name=value,...] Overrides a compiler directive
  """
Simple merge
Simple merge