Zen
A cross-platform functional programming language

OutputType Struct Reference

Various binary output types. More...

#include <Build.hpp>

List of all members.

Public Types

enum  T { None, Executable, SharedLib, StaticLib }
 

Values for output types.

More...

Detailed Description

Various binary output types.


Member Enumeration Documentation

enum T

Values for output types.

Enumerator:
Executable 

No binary output type, only compiling source files.

SharedLib 

Output is an executable file.

StaticLib 

Output is a shared library.

Output is a static library


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines