OXY-SYNC-CONTAINER 1.0
OXY-SYNC-CONTAINER Library Documentation
Loading...
Searching...
No Matches
config.hpp File Reference

Configuration settings for the oxy sync container library. More...

Macros

#define OXY_CONTAINER_API   BOOST_SYMBOL_IMPORT
#define OXY_DYN_LINK
#define OXY_LIB_NAME   oxy-sync-container

Detailed Description

Configuration settings for the oxy sync container library.

This header defines macros and settings for the oxy sync container library, including export/import macros and automatic linking directives.

Note
This file is intended to be included in other headers and source files to provide consistent configuration settings across the library.
The OXY_CONTAINER_API macro is defined based on whether the library is being built or used, allowing for proper symbol export/import.
Automatic linking is enabled unless explicitly disabled by defining OXY_ALL_NO_LIB or OXY_SYNC_CONTAINER_NO_LIB.
The library name is set to oxy-sync-container for automatic linking purposes.
The SQliteCpp library is linked automatically using a pragma comment directive.