2 ways
1) use include files ee {$I MyDefines} which is equivalent to redeclaring the same defines in the units you use use the line.
2) use the project options dialog select the other and in custom options add -dForEverybody, this will create a define that is global for the project that is defined in, you might want to make a default if you are going to use it a lot.