| | |
| | | |
| | | |
| | | #ifndef VOIDSCRIPT_OPTIONS_H |
| | | #define VOIDSCRIPT_OPTIONS_H |
| | | /* |
| | | * THIS IS A GENERATED FILE. DO NOT EDIT. |
| | | */ |
| | |
| | | const char EOL = '\n'; |
| | | #endif |
| | | const char COMMENT_CHARACTER = '@COMMENT_CHARACTER@'; |
| | | const static char * PARSER_OPEN_TAG = "<?void"; |
| | | const static char * PARSER_CLOSE_TAG = "?>"; |
| | | const static char * PARSER_OPEN_TAG = "@PARSER_OPEN_TAG@"; |
| | | const static char * PARSER_CLOSE_TAG = "@PARSER_CLOSE_TAG@"; |
| | | const static char * VERSION_MINOR = "@CMAKE_PROJECT_VERSION_MINOR@"; |
| | | const static char * VERSION_MAJOR = "@CMAKE_PROJECT_VERSION_MAJOR@"; |
| | | const static char * VERSION_PATCH = "@CMAKE_PROJECT_VERSION_PATCH@"; |
| | | const static char * VERSION_STRING = "@CMAKE_PROJECT_VERSION@-@CMAKE_BUILD_TYPE@-@CMAKE_SYSTEM@"; |
| | | #cmakedefine DEBUG_BUILD |
| | | #cmakedefine01 DEBUG_BUILD |
| | | |
| | | #endif // VOIDSCRIPT_OPTIONS_H |