ProjectBuilder.st
changeset 3006 741e3e2f0270
parent 3001 2d990fdb6496
child 3041 380d18b00312
--- a/ProjectBuilder.st	Tue May 07 19:39:57 2013 +0200
+++ b/ProjectBuilder.st	Tue May 07 19:40:07 2013 +0200
@@ -83,11 +83,7 @@
         ^ compiler
     ].
 
-    ^ OperatingSystem isMSWINDOWSlike 
-        ifTrue:[ 'bcc' ]
-        ifFalse:[ 'gcc' ]
-
-    "Created: / 21-01-2012 / 14:06:51 / cg"
+    ^ ParserFlags usedCompiler
 !
 
 listOfPossibleCompilers