Browse Source

Cleanups.

Mark Sibly 8 years ago
parent
commit
2a6fd23622
2 changed files with 2 additions and 0 deletions
  1. BIN
      bin/mx2cc_windows.exe
  2. 2 0
      src/mx2cc/mx2cc.monkey2

BIN
bin/mx2cc_windows.exe


+ 2 - 0
src/mx2cc/mx2cc.monkey2

@@ -90,6 +90,8 @@ Function Main()
 		CreateDir( "tmp" )
 		CreateDir( "tmp" )
 		system( "g++ --version >tmp/_v.txt" )
 		system( "g++ --version >tmp/_v.txt" )
 		Print ""
 		Print ""
+		Print "Mx2cc g++ version:"
+		Print ""
 		Print LoadString( "tmp/_v.txt" )
 		Print LoadString( "tmp/_v.txt" )
 #Endif
 #Endif