X-Git-Url: http://git.hcoop.net/bpt/mlt.git/blobdiff_plain/0b312c7cb0e324f4f1b159fc8673dd2c9306b2fd..e450a3e298d4ef550d126efff532dbf873077d6f:/build diff --git a/build b/build index 803d915..3a81c01 100755 --- a/build +++ b/build @@ -5,6 +5,13 @@ source settings echo $SMLBIN/sml @SMLload=$BIN/mlt.$PLATFORM >src/mlt chmod +x src/mlt +echo structure Settings = struct >settings.sml +echo " val arch = \"$PLATFORM\"" >>settings.sml +echo " val defaultFile = \"$DEFAULT\"" >>settings.sml +echo " val smlbin = \"$SMLBIN\"" >>settings.sml +echo " val mltdir = \"$MLTDIR\"" >>settings.sml +echo end >>settings.sml + cd src if [ -f mlt.$PLATFORM ] ; then