This topic has not yet been rated - Rate this topic

JScript Compiler Options

The JScript compiler produces executable (.exe) files and dynamic-link libraries (.dll).

Every compiler option is available in two forms: -option and /option. The documentation only provides the /option form.

JScript Compiler Options Listed Alphabetically

Provides a list of compiler options that are listed in ascending alphabetical order.

JScript Compiler Options Listed by Category

Provides a list of compiler options that are listed in the following categories: output files, .NET Framework assemblies, debugging/error checking, preprocessor, resources, and miscellaneous.

Building from the Command Line

Explains details, such as syntax and results, about building a JScript application from the command line.

Writing, Compiling, and Debugging JScript Code

Explains how to use the Visual Studio Integrated Development Environment (IDE) to write and edit JScript code.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.