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...
C# compiling
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: Cheers Jussi
For more information about these configuration steps you need to read these topics: Cheers Jussi
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe /debug /r:System.dll; "$fn"jussij wrote: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: Cheers Jussi
inserting the full path before the csc.exe seemed to do the trick.