Yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/module-defn-options.html

From ZCubes Wiki
Revision as of 19:37, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/custom-interps.html|[[Image:yurtt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


2.2 Module Definition Options

Several compiler options are supported:

Option Meaning -C Tell the C pre-processor not to discard comments

-Dname=value

Define a macro

-Idir

Specify an include directory, dir

-Ldir

Specify a link-time library directory, dir

-Rdir

Specify a run-time library directory, dir

-llib

Link a library, lib

-Uname

Undefine a macro

Other compiler options can be included (snuck in) by putting them in variables.

Source files can include files with .c, .C, .cc, .cpp, .cxx, and .c++ extensions.

Other input files include files with .a, .o, .sl, and .so extensions.


See About this document... for information on suggesting changes.