Lines Matching full:defines

7 #   For the defines in INTERFACE_COMPILE_DEFINITIONS
14 # defines from the file to
24 # The defines in '.cproject' are always the same for C and C++.
48 #3. The amendment function appends the defines from
56 # 1 - work mode: "C and CXX includes, defines in .cproject without __cplusplus"
57 # 2 - work mode: "C and CXX includes, defines in .cproject with __cplusplus"
58 # 5 - work mode: "C and CXX includes, defines in Eclipse with project defines"
61 # the C and CXX includes, defines setting in Eclipse is the user task.
64 ## 3 - work mode: "C and CXX includes, defines in .settings - [EXPERIMENTAL]"
65 ## 4 - work mode: "C and CXX includes, defines in .settings with project defines - [EXPERIMENTAL]"
69 set(_work_mode "C and CXX includes, defines in .cproject without __cplusplus")
71 message(" with project includes and defines")
73 set(_work_mode "C and CXX includes, defines in .cproject with __cplusplus")
75 message(" with project includes and defines")
77 # set(_work_mode "C and CXX includes, defines in .settings - [EXPERIMENTAL]")
79 # message(" without project defines")
81 # set(_work_mode "C and CXX includes, defines in .settings with project defines - [EXPERIMENTAL]")
84 set(_work_mode "C and CXX includes, defines in Eclipse with project defines")
87 set(_work_mode "C and CXX includes, defines setting in Eclipse is the user task")
93 file(APPEND ${OUTPUT_FILE} "/* The header contains the defines collected from the */\n")
102 if (${_work_mode} STREQUAL "C and CXX includes, defines in Eclipse with project defines")
115 if ( (${_work_mode} STREQUAL "C and CXX includes, defines in .settings - [EXPERIMENTAL]") OR
116 …(${_work_mode} STREQUAL "C and CXX includes, defines in .settings with project defines - [EXPERIME…
127 …if (${_work_mode} STREQUAL "C and CXX includes, defines in .settings with project defines - [EXPER…
141 if ( (${_work_mode} STREQUAL "C and CXX includes, defines in .cproject without __cplusplus") OR
142 (${_work_mode} STREQUAL "C and CXX includes, defines in .cproject with __cplusplus") OR
143 (${_work_mode} STREQUAL "C and CXX includes, defines in .settings - [EXPERIMENTAL]") )
145 if ( (${_work_mode} STREQUAL "C and CXX includes, defines in .cproject without __cplusplus") OR
146 (${_work_mode} STREQUAL "C and CXX includes, defines in .cproject with __cplusplus") )
148 if (${_work_mode} STREQUAL "C and CXX includes, defines in .cproject without __cplusplus")