On 2011-11-29 16.02, Mark Benson wrote:
Forgive me for being short of brain cells but where does the -dDPORT=xxxx command actually
go in?
Sorry. I have not really done the full job here.
The cc command takes that switch, but it's not obvious, when using the makefile, how
you get that in there.
Depending on your make, and the phase of the moon, and so on, you might get it by doing:
"make CCOPTS=-dDPORT=xxx"
or
"make CCFLAGS=-dDPORT=xxx"
and CCFLAGS might be CFLAGS, and CCOPTS might be COPTS, I just can't remember straight
off my head.
but it might be something else as well. You could also just change the makefile to include
that flag on the c compile line.
Johnny
Show replies by date