Standardize INCLUDE_OVERVIEW defines
This commit is contained in:
parent
86da26fbc1
commit
7f5c642bb3
|
@ -41,7 +41,7 @@
|
||||||
/*#define INCLUDE_STYLE */
|
/*#define INCLUDE_STYLE */
|
||||||
/*#define INCLUDE_CALCULATOR */
|
/*#define INCLUDE_CALCULATOR */
|
||||||
/*#define INCLUDE_CANVAS */
|
/*#define INCLUDE_CANVAS */
|
||||||
#define INCLUDE_OVERVIEW
|
/*#define INCLUDE_OVERVIEW */
|
||||||
/*#define INCLUDE_NODE_EDITOR */
|
/*#define INCLUDE_NODE_EDITOR */
|
||||||
|
|
||||||
#ifdef INCLUDE_ALL
|
#ifdef INCLUDE_ALL
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
/* #define INCLUDE_ALL */
|
/* #define INCLUDE_ALL */
|
||||||
/* #define INCLUDE_STYLE */
|
/* #define INCLUDE_STYLE */
|
||||||
/* #define INCLUDE_CALCULATOR */
|
/* #define INCLUDE_CALCULATOR */
|
||||||
#define INCLUDE_CANVAS
|
/* #define INCLUDE_CANVAS */
|
||||||
/* #define INCLUDE_FILE_BROWSER */
|
/* #define INCLUDE_FILE_BROWSER */
|
||||||
/* #define INCLUDE_OVERVIEW */
|
/* #define INCLUDE_OVERVIEW */
|
||||||
/* #define INCLUDE_NODE_EDITOR */
|
/* #define INCLUDE_NODE_EDITOR */
|
||||||
|
@ -49,6 +49,7 @@
|
||||||
#define INCLUDE_STYLE
|
#define INCLUDE_STYLE
|
||||||
#define INCLUDE_CALCULATOR
|
#define INCLUDE_CALCULATOR
|
||||||
#define INCLUDE_CANVAS
|
#define INCLUDE_CANVAS
|
||||||
|
#define INCLUDE_FILE_BROWSER
|
||||||
#define INCLUDE_OVERVIEW
|
#define INCLUDE_OVERVIEW
|
||||||
#define INCLUDE_NODE_EDITOR
|
#define INCLUDE_NODE_EDITOR
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
/*#define INCLUDE_STYLE */
|
/*#define INCLUDE_STYLE */
|
||||||
/*#define INCLUDE_CALCULATOR */
|
/*#define INCLUDE_CALCULATOR */
|
||||||
/*#define INCLUDE_CANVAS */
|
/*#define INCLUDE_CANVAS */
|
||||||
#define INCLUDE_OVERVIEW
|
/*#define INCLUDE_OVERVIEW */
|
||||||
/*#define INCLUDE_NODE_EDITOR */
|
/*#define INCLUDE_NODE_EDITOR */
|
||||||
|
|
||||||
#ifdef INCLUDE_ALL
|
#ifdef INCLUDE_ALL
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
/*#define INCLUDE_STYLE */
|
/*#define INCLUDE_STYLE */
|
||||||
/*#define INCLUDE_CALCULATOR */
|
/*#define INCLUDE_CALCULATOR */
|
||||||
/*#define INCLUDE_CANVAS */
|
/*#define INCLUDE_CANVAS */
|
||||||
#define INCLUDE_OVERVIEW
|
/*#define INCLUDE_OVERVIEW */
|
||||||
/*#define INCLUDE_NODE_EDITOR */
|
/*#define INCLUDE_NODE_EDITOR */
|
||||||
|
|
||||||
#ifdef INCLUDE_ALL
|
#ifdef INCLUDE_ALL
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
* ===============================================================*/
|
* ===============================================================*/
|
||||||
/* This are some code examples to provide a small overview of what can be
|
/* This are some code examples to provide a small overview of what can be
|
||||||
* done with this library. To try out an example uncomment the defines */
|
* done with this library. To try out an example uncomment the defines */
|
||||||
#define INCLUDE_ALL
|
/*#define INCLUDE_ALL */
|
||||||
/*#define INCLUDE_STYLE */
|
/*#define INCLUDE_STYLE */
|
||||||
/*#define INCLUDE_CALCULATOR */
|
/*#define INCLUDE_CALCULATOR */
|
||||||
/*#define INCLUDE_CANVAS */
|
/*#define INCLUDE_CANVAS */
|
||||||
|
|
|
@ -36,9 +36,9 @@
|
||||||
/*#define INCLUDE_ALL */
|
/*#define INCLUDE_ALL */
|
||||||
/*#define INCLUDE_STYLE */
|
/*#define INCLUDE_STYLE */
|
||||||
/*#define INCLUDE_CALCULATOR */
|
/*#define INCLUDE_CALCULATOR */
|
||||||
|
/*#define INCLUDE_CANVAS */
|
||||||
/*#define INCLUDE_OVERVIEW */
|
/*#define INCLUDE_OVERVIEW */
|
||||||
/*#define INCLUDE_NODE_EDITOR */
|
/*#define INCLUDE_NODE_EDITOR */
|
||||||
/*#define INCLUDE_STYLE */
|
|
||||||
|
|
||||||
#ifdef INCLUDE_ALL
|
#ifdef INCLUDE_ALL
|
||||||
#define INCLUDE_STYLE
|
#define INCLUDE_STYLE
|
||||||
|
|
|
@ -39,9 +39,9 @@ static void die(const char *fmt, ...)
|
||||||
* done with this library. To try out an example uncomment the defines */
|
* done with this library. To try out an example uncomment the defines */
|
||||||
|
|
||||||
/*#define INCLUDE_ALL */
|
/*#define INCLUDE_ALL */
|
||||||
#define INCLUDE_STYLE
|
/*#define INCLUDE_STYLE */
|
||||||
/*#define INCLUDE_CALCULATOR */
|
/*#define INCLUDE_CALCULATOR */
|
||||||
#define INCLUDE_OVERVIEW
|
/*#define INCLUDE_OVERVIEW */
|
||||||
/*#define INCLUDE_NODE_EDITOR */
|
/*#define INCLUDE_NODE_EDITOR */
|
||||||
/*#define INCLUDE_CANVAS */
|
/*#define INCLUDE_CANVAS */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue