diff --git a/compiler.php b/compiler.php index f6d471a..23c57c6 100755 --- a/compiler.php +++ b/compiler.php @@ -1,32 +1,58 @@ #!/usr/bin/env php run();' +), FILE_APPEND ); + +/** + * Build library + */ +file_put_contents( $IFM_BUILD_LIB_PHP, $main ); +file_put_contents( $IFM_BUILD_LIB_PHP, $phpincludes, FILE_APPEND ); +file_put_contents( $IFM_BUILD_LIB_JS, $IFM_SRC_JS );