varying executable name based on conditional compilation

  • Thread starter Thread starter lavu
  • Start date Start date
L

lavu

Is there any way to specify a different executable name for my project
based on value that I have set in my conditional compilation constant.
For eg:
If I have FIRST specified in my conditional compilation constant then I
would like the executable to be XYZ.exe and if nothing is specified
then the executable should be ABC.exe.

Any ideas appreciated.
Thanks in advance.
 
Back
Top