[Mono-list] C# compile question
Jonathan Pryor
jonpryor@vt.edu
14 Feb 2003 12:30:40 -0500
A program to convert VS.NET solution files into GNU makefiles was posted
to the list in January. You can find it at:
http://lists.ximian.com/archives/public/mono-list/2003-January/010797.html
Sample usage is also in that email.
An alternative is to use "premake," which generates Makefiles and VS.NET
solution files. However, it doesn't appear to have a utility to convert
existing solution files into premake format, so it might be of more
limited use to you:
http://premake.sourceforge.net/
- Jon
On Thu, 2003-02-13 at 15:18, Jeff Smiley wrote:
> I don’t know if this is the right place to ask this, but here it goes.
>
>
>
> I am trying to compile a project that was created in Visual
> Studio.NET. What is the command to compile the entire project? I can
> compile some of the .cs files using mcs and the filename, but I can’t
> find a way to compile the entire application. The application works
> great in Windows, and it appears to use classes that are supported by
> Mono, so it should work. Any help will be greatly appreciated.
>
>
>
> I have tried to find people and forums that have tried this, but I
> can’t seem to find anyone that can help.
>
>
>
> Thanks in advance for the help,
>
> Jeff Smiley
>
>
>
>