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

+ 2 - 2
src/mx2cc/mx2cc.monkey2

@@ -24,9 +24,9 @@ Global StartDir:String
 
 Global profileName:String
 
-Const TestArgs:="mx2cc makemods monkey"
+'Const TestArgs:="mx2cc makemods monkey"
 
-'Const TestArgs:="mx2cc makeapp src/mx2cc/test.monkey2"
+Const TestArgs:="mx2cc geninfo -semant src/mx2cc/test.monkey2"
 
 Function Main()
 	

+ 4 - 0
src/mx2cc/test.monkey2

@@ -15,6 +15,10 @@ Function Test( p:LPDWORD )
 	Print p[0]
 End
 
+Function Test2( p:LPDWORD )
+
+End
+
 Function Main()
 	
 	Local t:DWORD=10