Skip to content

Commit 2b9558d

Browse files
author
Mark Sibly
committed
Merged develop into master
2 parents f479f5c + 2a6fd23 commit 2b9558d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bin/mx2cc_windows.exe

0 Bytes
Binary file not shown.

src/mx2cc/mx2cc.monkey2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ Function Main()
9090
CreateDir( "tmp" )
9191
system( "g++ --version >tmp/_v.txt" )
9292
Print ""
93+
Print "Mx2cc g++ version:"
94+
Print ""
9395
Print LoadString( "tmp/_v.txt" )
9496
#Endif
9597

0 commit comments

Comments
 (0)