Conditional compilation symbols

G

Goose14

Is there a way to use conditional compilation symbols to change the
output path for the build, change the exe name and also change the the
exe icon?

I have an application that has "skins". I use the symbols to change
from one skin to another, but i'd like to streamline the process of
compilation.

Is this possible maybe via conditional symbols or pre build events?

Thanks
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Goose14 said:
Is there a way to use conditional compilation symbols to change the
output path for the build, change the exe name and also change the the
exe icon?

I have an application that has "skins". I use the symbols to change
from one skin to another, but i'd like to streamline the process of
compilation.

Is this possible maybe via conditional symbols or pre build events?

I think you should look at build tools like NAnt and MSBuild
instead of preprocessing.

Arne
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Goose14 said:
Are these my only options?

It is all that I can come up with. That does not exclude the possibility
of better solutions.

Arne
 

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