Page 1 of 1
C# compiling
Posted: Wed Nov 09, 2005 8:39 pm
by C#
I'd like to setup zues to compile C# .NET
I have .net 2.0 framework installed.
Thanks for taking the time, if you know the answer...
Posted: Wed Nov 09, 2005 9:00 pm
by jussij
The Zeus configuration model is language neutral, meaning the steps needed to configure a new language are pretty much the same for all languages. The only thing that really changes is the command line to be run.
For more information about these configuration steps you need to read these topics:
- Configuring Zeus to Run a Third Party Compiler
- Using the Workspace to Configure Third Party Tools
Cheers Jussi
Posted: Thu Nov 10, 2005 1:57 pm
by Guest
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe /debug /r:System.dll; "$fn"
inserting the full path before the csc.exe seemed to do the trick.