Difference between revisions of "r7.1.1:Define LFDS711 PAL COMPILER STRING"

From liblfds.org
Jump to navigation Jump to search
m (1 revision imported)
 
(No difference)

Latest revision as of 18:11, 16 February 2017

Source File

└───liblfds711
    └───inc
        └───liblfds711
                lfds711_porting_abstraction_layer_compiler.h

Define

#define LFDS711_PAL_COMPILER_STRING  [compiler name, in double quotes]

Example

#define LFDS711_PAL_COMPILER_STRING  "MSVC"

Optionality

This define is mandatory and the library cannot compile if it is not set.

Notes

This define is used to form up the version string available from lfds711_misc_query.

See Also