Go to the source code of this file.
Defines | |
#define | PVLE_ENABLE_DEBUG_EXCEPTION_TRACE |
Enables several macros for the PVLE exception system, such as DBG_TRY_BLOCK_START and DBG_TRY_BLOCK_END. | |
#define | PVLE_I18N |
Enables the wrapping on gettext library for internationalization. | |
#define | PVLE_AUDIO |
Enables everything related to sound in PVLE. | |
#define | PVLE_URL |
Enables URL layer (HTTP, FTP, etc.) provided by cURL. | |
#define | PVLE_NETWORKING |
Enables PVLE UDP networking layer. | |
#define | PVLE_USE_INTROSPECTION |
Enables PVLE to use OSG introspection for some features (such as saving/reading key bindings in a human readable format). Disable to remove the osgIntrospection dependency. |
This file is autogenerated by cmake. Do not edit!. Changes to the configuration reflected here can be made with ccmake on unix or with cmake-gui on windows. Alternatively you can use cmake's -D or -P switches to set some configuration values at cmake configuration time. Dev notes:
Definition in file Config.h.
#define PVLE_AUDIO |
#define PVLE_ENABLE_DEBUG_EXCEPTION_TRACE |
Enables several macros for the PVLE exception system, such as DBG_TRY_BLOCK_START and DBG_TRY_BLOCK_END.
These macros are used to provide more information when an exception is thrown, but could lead to a CPU overhead for time-critical functions. Default is to be defined.
#define PVLE_I18N |
#define PVLE_URL |
#define PVLE_USE_INTROSPECTION |