cybop-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cybop-developers] Source complete and compilable again


From: Christian Heller
Subject: [cybop-developers] Source complete and compilable again
Date: Sun, 12 Mar 2017 05:43:56 +0100
User-agent: KMail/4.14.1 (Linux/3.16.0-4-686-pae; KDE/4.14.2; i686; ; )

Dear All,

the source repository is compilable again. Sorry for the two-day-break.

All preprocessor macros look like this now:

#if defined(__linux__) || defined(__unix__)
    // Code here
#elif defined(__APPLE__) && defined(__MACH__)
    // Code here
// Use __CYGWIN__ too, if _WIN32 is not known to mingw.
#elif defined(_WIN32) || defined(__CYGWIN__)
    // Code here
#else
    #error "Could not compile system. The operating system is not supported. 
Check out defined preprocessor macros!"
#endif

Christian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]