Using the Delphi 7 command line compiler, I just see a parameter for defining conditional compilation:
-D<syms> = Define conditionals
Is it possible to define an indefinite condition?
I have defined DEVELOPMENT in the IDE and want to define only PRODUCTION in the command line compiler. The problem is that the command line compiler saves the IDE definitions. I would just cancel it as possible in world C.
neves source
share