build_configuration.h File Reference

Contains definitions that control how libraries and programs are built. More...

#include "definitions.h"

Include dependency graph for build_configuration.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define HOOPLE_DLL_EXPORT_CLASS
#define HOOPLE_DLL_EXPORT_FUNCTION
#define HOOPLE_DLL_IMPORT_CLASS
#define HOOPLE_DLL_IMPORT_FUNCTION
#define INOVA_DLL_EXPORT_CLASS   HOOPLE_DLL_EXPORT_CLASS
#define INOVA_DLL_EXPORT_FUNCTION   HOOPLE_DLL_EXPORT_FUNCTION
#define INOVA_DLL_IMPORT_CLASS   HOOPLE_DLL_IMPORT_CLASS
#define INOVA_DLL_IMPORT_FUNCTION   HOOPLE_DLL_IMPORT_FUNCTION
#define BASIS_EXTERN


Detailed Description

Contains definitions that control how libraries and programs are built.

These definitions can be used for declaring classes and functions that need to be called from a DLL or that need to be compiled into a DLL. The import style is used to declare that the item is being pulled out of a DLL. The export style is used to declare that the item is being included in a DLL for use by other functions.

Definition in file build_configuration.h.


Define Documentation

#define BASIS_EXTERN

Definition at line 93 of file build_configuration.h.

#define HOOPLE_DLL_EXPORT_CLASS

Definition at line 59 of file build_configuration.h.

#define HOOPLE_DLL_EXPORT_FUNCTION

Definition at line 60 of file build_configuration.h.

#define HOOPLE_DLL_IMPORT_CLASS

Definition at line 61 of file build_configuration.h.

#define HOOPLE_DLL_IMPORT_FUNCTION

Definition at line 62 of file build_configuration.h.

#define INOVA_DLL_EXPORT_CLASS   HOOPLE_DLL_EXPORT_CLASS

Definition at line 66 of file build_configuration.h.

#define INOVA_DLL_EXPORT_FUNCTION   HOOPLE_DLL_EXPORT_FUNCTION

Definition at line 67 of file build_configuration.h.

#define INOVA_DLL_IMPORT_CLASS   HOOPLE_DLL_IMPORT_CLASS

Definition at line 68 of file build_configuration.h.

#define INOVA_DLL_IMPORT_FUNCTION   HOOPLE_DLL_IMPORT_FUNCTION

Definition at line 69 of file build_configuration.h.


Generated on Wed Jul 23 04:33:53 2008 for HOOPLE Libraries by  doxygen 1.5.1