Browse Source

Added some build scripts for fasm2as and makedocs.

Mark Sibly 10 years ago
parent
commit
08e5ef3157
2 changed files with 2 additions and 0 deletions
  1. 1 0
      _src/macos_x86/rebuildfasm2as.bat
  2. 1 0
      _src/macos_x86/rebuildmakedocs.bat

+ 1 - 0
_src/macos_x86/rebuildfasm2as.bat

@@ -0,0 +1 @@
+../../bin/bmk makeapp -a -r -t console -o ../../bin/fasm2as ../../src/fasm2as/fasm2as.bmx

+ 1 - 0
_src/macos_x86/rebuildmakedocs.bat

@@ -0,0 +1 @@
+../../bin/bmk makeapp -a -r -t console -o ../../bin/makedocs ../../src/makedocs/makedocs.bmx