Library

Undocumented in source.

Members

Functions

echoDubLines
void echoDubLines(File f)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cflags
string[] cflags;

all C flags verbatim

defines
string[] defines;

preprocessor definitions

includePaths
string[] includePaths;

include paths to look for headers

lflags
string[] lflags;

all link flags verbatim

libPaths
string[] libPaths;

libraries search paths

libs
string[] libs;

libraries to link

name
string name;

the name of the library

otherCFlags
string[] otherCFlags;

C flags that are not include paths or defines

otherLFlags
string[] otherLFlags;

other link flags that are not searchs path and not libraries

ver
string ver;

the version of the library

Meta