MATLAB 帮助中心
Add undefine preprocessor directives to build information
Since R2024a
addUndefines(buildinfo,undefs,groups)
addUndefines(buildinfo,undefs,groups) adds undefine preprocessor directives to the build information.
buildinfo
undefs
groups
example
collapse all
This example shows how to add undefine preprocessor directives to a build information object.
Suppose you have two files, myFile.c and myInc.h, in your current working folder.
myFile.c
myInc.h
// myFile.c #include <stdio.h> int main(void) { #ifdef __STDC_VERSION__ printf("__STDC_VERSION__ is defined\n"); #else printf("__STDC_VERSION__ is not defined\n"); #endif #ifdef MY_MACRO printf("MY_MACRO is defined\n"); #else printf("MY_MACRO is not defined\n"); #endif } // myInc.h #ifndef MYINC_H #define MYINC_H #define MY_MACRO #endif
Create an RTW.BuildInfo object and specify source files, undefine directives, and preinclude files.
RTW.BuildInfo
buildInfo = RTW.BuildInfo; buildInfo.ComponentName = 'MyComponent'; addSourceFiles(buildInfo, 'myfile.c'); addUndefines(buildInfo, '__STDC_VERSION__'); addPreincludeFiles(buildInfo, 'myinc.h', pwd);
Required. RTW.BuildInfo object that contains information for compiling and linking generated code.
Required. Append set of undefine preprocessor directives to the RTW.BuildInfo object.
Optional. Associate undefine preprocessor directives with groups.
Introduced in R2024a
getUndefines | removeUndefines | addPreincludeFiles | getPreincludeFiles
getUndefines
removeUndefines
addPreincludeFiles
getPreincludeFiles
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处