|
April 30, 2002 The JScript .NET Compiler Options Tips: April 2002
Yehuda Shiran, Ph.D.
|
|
The JScript .NET compiler (jsc.exe) has several options. You can find them by using the /help or /? command line options, or by using the compiler without any options. To produce a .dll file instead of the .exe file you type:
To produce an executable with a different name, say welcome.exe:
To generate debugging information in hello.pdb type:
To learn more on JScript .NET, go to Column 107, JScript .NET, Part I: The Mechanics.
People who read this tip also read these tips: Look for similar tips by subject: |