compilator variables #if #endif in Solution

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

Hello All,

My problem is related with using #if NAME .....#endif.
I define NAME in my .Net project. It is ok unit I have 50 projects.
Please help me how to set variable NAME for whole solution ????

thanx

Robert
 
Robert,
I don't think you can set a conditional compile constant globally for all
your projects in a Solution.
You can try using VisualMake (http://www.visualmake.com) for your builds. It
allows you to modify the properties of selected or all projects in one
operation.

Regards,
Gagik Agasian

--- Build Automation tool for VB, VC++ and .NET - http://www.visualmake.com
--
 
Back
Top