tags:

views:

54

answers:

1

I use Scons from time to time, and I see it's a good tool for building simple C# project. I guess there should be some modification of Scons for using C#.

Can I get some help on how to do this?

+1  A: 

You can start with the SCONS C# builder wiki page, and work through issues with people on the SCONS mailing lists. Some people have already done some work in this area, but it seems it may have fallen off and/or been some time ago.

I would guess that working through things there - and especially looking at what was already done - would be much more fruitful than a single question here, as the vast majority of mainstream c# users use msbuild, nant, psake, or another .net specific tool-chain.

Philip Rieck
@Philip : Thanks for the useful info, thanks.
prosseek