Hello !
I've got one problem with RHIDE:
I need some conditional defines according to the programs destiny. Say these are COND_A and COND_B. Calling GPC from a commandline I need to add
--CIDEFINE=COND_A and --CIDEFINE=COND_B
to do so. In RHIDE a can give additional compiler options.
This works well as I add only one of both defines, like
--cidefine=COND_A
but when I enter
--CIDEFINE=COND_A --CIDEFINE=COND_B
the compiler-call won't work...
Does anyone here nows a solution ?
Greetings, Thomas