浏览代码

Moved scripts to scripts dir.

Mark Sibly 9 年之前
父节点
当前提交
bba4ce7093
共有 7 个文件被更改,包括 0 次插入40 次删除
  1. 0 18
      src/common.sh
  2. 0 3
      src/emrebuildmods.bat
  3. 0 4
      src/emrebuildmods.sh
  4. 0 2
      src/emupdatemods.bat
  5. 0 4
      src/emupdatemods.sh
  6. 0 4
      src/makedocs.bat
  7. 0 5
      src/makedocs.sh

+ 0 - 18
src/common.sh

@@ -1,18 +0,0 @@
-
-mx2cc=""
-mx2cc_new=""
-ted2=""
-ted2_new=""
-
-if [ "$OSTYPE" = "linux-gnu" ]
-then
-	mx2cc="../bin/mx2cc_linux"
-	mx2cc_new="mx2new/mx2cc.buildv009/desktop_release_linux/mx2cc"
-	ted2="../bin/ted2_linux"
-	ted2_new="ted2/ted2.buildv009/desktop_release_linux/ted2"
-else
-	mx2cc="../bin/mx2cc_macos"
-	mx2cc_new="mx2new/mx2cc.buildv009/desktop_release_macos/mx2cc.app/Contents/MacOS/mx2cc"
-	ted2="../bin/ted2.app"
-	ted2_new="ted2/ted2.buildv009/desktop_release_macos/ted2.app"
-fi

+ 0 - 3
src/emrebuildmods.bat

@@ -1,3 +0,0 @@
-
-..\bin\mx2cc_windows makemods -clean -config=release -target=emscripten
-

+ 0 - 4
src/emrebuildmods.sh

@@ -1,4 +0,0 @@
-
-source common.sh
-
-$mx2cc makemods -clean -config=release -target=emscripten

+ 0 - 2
src/emupdatemods.bat

@@ -1,2 +0,0 @@
-
-..\bin\mx2cc_windows makemods -config=release -target=emscripten

+ 0 - 4
src/emupdatemods.sh

@@ -1,4 +0,0 @@
-
-source common.sh
-
-$mx2cc makemods -config=release -target=emscripten

+ 0 - 4
src/makedocs.bat

@@ -1,4 +0,0 @@
-
-echo off
-
-..\bin\mx2cc_windows makedocs monkey std mojo

+ 0 - 5
src/makedocs.sh

@@ -1,5 +0,0 @@
-
-source common.sh
-
-$mx2cc makedocs monkey std mojo
-