compilator variables #if #endif in Solution

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
 
G

Gagik A

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
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top