Embarcadero "Conditional defines" settings - whats the difference?

222 Views Asked by At

What's the difference between these two settings in Project Options window?

enter image description here

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

The first contains global conitionals. The second inherits the global conditionals and can add additional conditionals if desired. It is just another way of sharing common conditionals across multiple build configurations.