コード例 #1
0
ファイル: ToolTaskExtension.cs プロジェクト: 3F/IeXod
 /// <summary>
 /// Fills the provided CommandLineBuilderExtension with those switches and other information that can't go into a response file and
 /// must go directly onto the command line.
 /// </summary>
 /// <returns>true, if successful</returns>
 protected internal virtual void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
 {
 }
コード例 #2
0
        protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
        {
            base.AddCommandLineCommands(commandLine);

            commandLine.AppendPlusOrMinusSwitch("/nostdlib", NoStandardLib);
        }