ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib_precompile.hpp
Go to the documentation of this file.
1//==================================================================================================
2/// \file
3/// This header-file is part of the \aliblong.
4///
5/// Copyright 2013-2026 A-Worx GmbH, Germany.
6/// Published under #"mainpage_license".
7//==================================================================================================
8#if !defined(ALIB_C20_MODULES) && !defined(DOXYGEN)
9# define ALIB_C20_MODULES 0
10#endif
11#if !ALIB_C20_MODULES
12#ifndef H_ALIB_PRECOMPILE
13#define H_ALIB_PRECOMPILE
14#if defined(_MSC_VER)
15# define _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS
16#endif
17#ifndef HPP_ALIB
18# include "alib/alib.prepro.hpp"
19#endif
20#if !ALIB_C20_MODULES && defined(ALIB_PRECOMPILED_HEADER) && ALIB_PRECOMPILED_HEADER
21# include "ALib.Lang.H"
22# include "ALib.Time.H"
23# include "ALib.EnumOps.H"
24# if defined(QT_CORE_LIB)
26# endif
27
28# include "ALib.Strings.H"
30# include "ALib.Boxing.H"
31# include "ALib.EnumRecords.H"
32# include "ALib.Resources.H"
33# include "ALib.Format.H"
34# include "ALib.Exceptions.H"
35# include "ALib.ALox.H"
36#endif
37
38#endif // H_ALIB_PRECOMPILE
39#endif // ALIB_C20_MODULES