views:

79

answers:

1

Can I configure the VS.NET 2008 IDE to use gcc as a compiler?

+2  A: 

You can create a make file project, in a make file project you can define what to run in build, rebuild and clean.
You will have limited support for IntelliSense but must of functions will work as usual.

Shay Erlichmen