2
0
Mark Sibly 8 жил өмнө
parent
commit
2a6fd23622

BIN
bin/mx2cc_windows.exe


+ 2 - 0
src/mx2cc/mx2cc.monkey2

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