浏览代码

Cleanups.

Mark Sibly 8 年之前
父节点
当前提交
fedff1134c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/mx2cc/buildproduct.monkey2

+ 2 - 2
src/mx2cc/buildproduct.monkey2

@@ -403,11 +403,11 @@ Class GccBuildProduct Extends BuildProduct
 
 
 		Endif
 		Endif
 			
 			
-		If opts.verbose>0 Print "Compiling "+src
+'		If opts.verbose>0 Print "Compiling "+src
 			
 			
 		cmd+=(toolchain="msvc" ? " -Fo~q" Else " -o ~q") +obj+"~q ~q"+src+"~q"
 		cmd+=(toolchain="msvc" ? " -Fo~q" Else " -o ~q") +obj+"~q ~q"+src+"~q"
 		
 		
-		'If toolchain<>"msvc" Print StripDir( src )
+		If opts.verbose>0 And toolchain<>"msvc" Print StripDir( src )
 		
 		
 		Exec( cmd )
 		Exec( cmd )