ProjectBuilder.st
changeset 2974 8cf2b51872fd
parent 2972 7db782e25d01
child 2979 06dcbe5668a4
equal deleted inserted replaced
2973:39b101cb0e93 2974:8cf2b51872fd
   111 suiteNameOfCompiler:usedCompiler
   111 suiteNameOfCompiler:usedCompiler
   112     usedCompiler = 'bcc' ifTrue:[
   112     usedCompiler = 'bcc' ifTrue:[
   113         ^ 'Borland C-Compiler'.
   113         ^ 'Borland C-Compiler'.
   114     ].
   114     ].
   115     usedCompiler = 'vc' ifTrue:[
   115     usedCompiler = 'vc' ifTrue:[
   116         ^ 'Microsoft Visual C C-Compiler'.
   116         ^ 'Microsoft Visual C Compiler'.
   117     ].
   117     ].
   118     usedCompiler = 'lcc' ifTrue:[
   118     usedCompiler = 'lcc' ifTrue:[
   119         ^ 'LCC C-Compiler'.
   119         ^ 'LCC C-Compiler'.
   120     ].
   120     ].
   121     usedCompiler = 'tcc' ifTrue:[
   121     usedCompiler = 'tcc' ifTrue:[