From 80b50559bb48434359b1e44d61df4ca91dda7744 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 1 Feb 2011 02:47:16 +0000 Subject: [PATCH] compile_vm: added missing cc script --- PBot/VERSION.pm | 2 +- modules/compiler_vm/cc | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 modules/compiler_vm/cc diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index a3f26689..f32d108f 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,7 +13,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 291, + BUILD_REVISION => 292, BUILD_DATE => "2011-01-31", }; diff --git a/modules/compiler_vm/cc b/modules/compiler_vm/cc new file mode 100755 index 00000000..a86a63ed --- /dev/null +++ b/modules/compiler_vm/cc @@ -0,0 +1,6 @@ +#!/bin/sh + +CC_LOCAL=1 +export CC_LOCAL +ulimit -c 50000 +./compiler_vm_client.pl compiler $*