How to set Compiler Variables

Got a problem you cannot solve? Try here.
Post Reply
cmiag
Posts: 10
Joined: Tue Jan 04, 2005 3:38 am

How to set Compiler Variables

Post by cmiag »

In the online Help, I found a topic which describes Compiler Variables. It says that they can be set at compile time, eighter with the IDE or with Command Line Options. This sounds promising... unfortunately I have no clue how exactly to set these values. Are there any exact descriptions for this ... sorry I am an absolute beginner :)

Kind Regards
Matthias
sinan
Site Admin
Posts: 1035
Joined: Sat Nov 13, 2004 8:12 am
Contact:

Post by sinan »

No problem at all :D

First, make sure you are working with the Enterprise edition. Professional doesn't support compiler variables. Next, open the Project Options dialog. You can set the compiler variables in there while working from the IDE. And, you can also set values from the command line when building, just use the form VAR=VALUE.
Post Reply