Browse Source

Updated rebuildall batch files.

Mark Sibly 8 years ago
parent
commit
91beb2f53d
2 changed files with 8 additions and 6 deletions
  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