From 5766f2e37e5c8d6b6e58ba16b42a8d4d382d30de Mon Sep 17 00:00:00 2001 From: Jonathan Creamer Date: Thu, 13 Sep 2012 16:49:24 -0500 Subject: [PATCH] Add in a new build bat for teh windoze --- build-all-windows.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 build-all-windows.bat diff --git a/build-all-windows.bat b/build-all-windows.bat new file mode 100644 index 0000000..db237cc --- /dev/null +++ b/build-all-windows.bat @@ -0,0 +1,6 @@ +anvil + +copy ./lib/standard/postal.* ./example/standard/js +copy ./lib/amd/postal.* ./example/amd/js/libs/postal +copy ./lib/amd/postal.js ./example/node/client/js/lib +copy ./lib/node/postal.js ./example/node/messaging \ No newline at end of file