[Differential] [Commented On] D667: Don't append -k and -j flags to command line when we are using nmake.

kfunk (Kevin Funk) noreply at phabricator.kde.org
Sun Dec 20 11:25:18 UTC 2015


kfunk added a comment.

Just noticed: /N and /K are valid arguments to nmake, so it'd make sense to pass them instead of the Unix Make counterparts -n and -k.

Example:

  if ( ! builderGroup.readEntry("Abort on First Error", true)) {
      cmdLine << (isUnixMake(...) ? "-k" : "/K");
  }

Also see: https://msdn.microsoft.com/en-us/library/afyyse50.aspx


REPOSITORY
  rKDEVELOP KDevelop

REVISION DETAIL
  https://phabricator.kde.org/D667

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: arrowdodger, KDevelop
Cc: kfunk, kdevelop-devel, arrowdodger


More information about the KDevelop-devel mailing list