소스 검색

Cleanups.

Mark Sibly 7 년 전
부모
커밋
584d52a4fe
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/mx2cc/parser.monkey2

+ 2 - 2
src/mx2cc/parser.monkey2

@@ -24,8 +24,8 @@ Class Parser
 		
 		If Builder.opts.geninfo
 			Local dir:=ExtractDir( srcPath )
-			Local name:=StripExt( StripDir( srcPath ) )
-			local path:=dir+".mx2/"+name+".monkey2"
+			Local name:=StripDir( srcPath )
+			local path:=dir+".mx2/"+name
 			If GetFileType( path )=FileType.File srcPath=path
 		Endif