Adding the /t:library when compiling a C# file?

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
Tchami
Posts: 1
Joined: Tue Dec 23, 2003 2:26 pm

Adding the /t:library when compiling a C# file?

Post by Tchami »

Hi,

I've added csc.exe as a tool in TP so I'm able to compile C# code into an executable file, however now I need to use csc.exe to compile some C# code into an DLL. To do this I have to add the parameter /t:library, but I cannot figure out how to do that. Can anyone help?
User avatar
talleyrand
Posts: 624
Joined: Mon Jul 21, 2003 6:56 pm
Location: Kansas City, MO, USA
Contact:

Post by talleyrand »

I'd set up a different tool, identical to the first but with this one I'd add /t:library as a parameter.
I choose to fight with a sack of angry cats.
Post Reply