Bläddra i källkod

Updated rebuildall batch files.

Mark Sibly 8 år sedan
förälder
incheckning
91beb2f53d
2 ändrade filer med 8 tillägg och 6 borttagningar
  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