소스 검색

Updated rebuildall batch files.

Mark Sibly 8 년 전
부모
커밋
91beb2f53d
2개의 변경된 파일8개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 0
      scripts/rebuildall.bat
  2. 7 6
      scripts/rebuildall2go.bat

+ 1 - 0
scripts/rebuildall.bat

@@ -1,6 +1,7 @@
 
 echo off
 
+call rebuildmx2cc
 call rebuildmods
 call rebuildted2
 call makedocs

+ 7 - 6
scripts/rebuildall2go.bat

@@ -1,6 +1,7 @@
-
-echo off
-
-call rebuildmods
-call rebuildted2go
-call makedocs
+
+echo off
+
+call rebuildmx2cc
+call rebuildmods
+call rebuildted2go
+call makedocs