Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 1.28 KB

nmake-android-prop-page.md

File metadata and controls

26 lines (25 loc) · 1.28 KB
description title ms.date ms.assetid f1_keywords
Learn more about: NMake properties (Android C++)
NMake Properties (Android C++)
10/23/2017
d901c572-16c4-402a-b230-7ae59ce9fad4
VC.Project.VCNMakeTool.Android.BuildCommandLine
VC.Project.VCNMakeTool.Android.ReBuildCommandLine
VC.Project.VCNMakeTool.Android.CleanCommandLine
VC.Project.VCNMakeTool.Android.Output
VC.Project.VCNMakeTool.Android.PreprocessorDefinitions
VC.Project.VCNMakeTool.Android.IncludeSearchPath
VC.Project.VCNMakeTool.Android.ForcedIncludes

NMake properties (Android C++)

Property Description
Build Command Line Specifies the command line to run for the 'Build' command.
Rebuild All Command Line Specifies the command line to run for the 'Rebuild All' command.
Clean Command Line Specifies the command line to run for the 'Clean' command.
Output Specifies the output file to generate.
Preprocessor Definitions Specifies the preprocessor defines used by the source files.
Include Search Path Specifies the include search path for resolving included files.
Forced Includes Specifies the files that are forced included.
Additional Options Specifies additional compiler switches to be used by IntelliSense when parsing C++ files