This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

problem about pre-processor define in command line build

i am now building my project with jenkins use command line. i have read the user's guide about command line. but i can not find how to pass a pre-processor define to command line to build out different feature.

in my project, i use macro define to separate different feature. when i build it in command line, i also want to build out different bin or hex file which alos have different feature. so i wanna to tell command line use different pre-processor define. i build use command line like this

UV4 -cr PROJECT1.uvprojx

i have read the user's guide ,there is no option to do this. i don't know how to do this now.