Difference between revisions of "r7.1.0:Define LFDS710 PAL COMPILER STRING"

From liblfds.org
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 05:23, 27 May 2016

Source File

└───liblfds710
    └───inc
        └───liblfds710
                lfds710_porting_abstraction_layer_compiler.h

Define

#define LFDS710_PAL_COMPILER_STRING  [compiler name, in double quotes]

Example

#define LFDS710_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 lfds710_misc_query.

See Also