CodeBlocks #define settings

In CodeBlocks, there is a menu item that says Settings. Under that there is a "Compiler and debugger" dialog. Within that there is a #define tab.

I want to force the following define:
#define EDDY "eddy"

I have added a define as follows:
EDDY="eddy"

But when I use EDDY it does not give me the string "eddy". I suspect I don't have the format correct. Does anyone know the correct format of the #define tab?
Topic archived. No new replies allowed.