Okay, I've unsuccessfully tried to add another compiler to C::B :?
I couldn't find a way to create a new compiler, so I tried to copy off another compiler.  That was a mistake, because it keeps calling the copied compiler's make.exe.  The compiler I'm using (GreenHills Multi C/C++) doesn't use a make.exe, it uses a build.exe file.  I tried to redefine $make to equal build, but that didn't work.
So, got any suggestions?  Do I have to create my own plugin for my compiler?  Also, is there a way I can make the debug command pull up my compiler's debugger?
Thanks for any help!