Tools__ProjectBuilderAssistantApplication.st
changeset 3007 88de1ef7c805
parent 3005 9c5e0717155e
child 3008 68256b19f036
equal deleted inserted replaced
3006:741e3e2f0270 3007:88de1ef7c805
  2928     (OperatingSystem canExecuteCommand:cmd) ifFalse:[
  2928     (OperatingSystem canExecuteCommand:cmd) ifFalse:[
  2929         warnMsg2 :=
  2929         warnMsg2 :=
  2930 'The "%1"-command seems to be not in your path.
  2930 'The "%1"-command seems to be not in your path.
  2931 Please ensure that you installed the 
  2931 Please ensure that you installed the 
  2932 "%2" compiler suite correctly.
  2932 "%2" compiler suite correctly.
  2933 (However, the makefiles might know where to find the compiler)' bindWith:cmd with:suite.
  2933 (However, the makefiles might know where to find the compiler)
       
  2934 ' bindWith:cmd with:suite.
  2934     ].
  2935     ].
  2935 
  2936 
  2936     (warnMsg1 notEmpty or:[warnMsg2 notEmpty]) ifTrue:[
  2937     (warnMsg1 notEmpty or:[warnMsg2 notEmpty]) ifTrue:[
  2937         sep := ''.
  2938         sep := ''.
  2938         (warnMsg2 notEmpty) ifTrue:[ sep := '\\' withCRs ].
  2939         (warnMsg2 notEmpty) ifTrue:[ sep := '\\' withCRs ].