فهرست منبع

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