From 63ba2d19873ddac1e85f5efd5f8d0ae1ca8b0ac2 Mon Sep 17 00:00:00 2001 From: Jobin Jacob Kavalam Date: Sat, 6 Jul 2013 00:54:52 +0530 Subject: [PATCH] Added build.bat build script Requires bamcompile (http://www.bambalam.se/bamcompile/) and the php_ming.dll at c:\php4\ --- build.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build.bat diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..de79286 --- /dev/null +++ b/build.bat @@ -0,0 +1,3 @@ +pushd c:\minijournal +c:\php\bamcompile1.21\bamcompile.exe -e:c:\php4\php_ming.dll snb2swf.php dist\snb2swf.exe +popd