3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-22 20:09:43 +01:00

compile_vm: added missing cc script

This commit is contained in:
Pragmatic Software 2011-02-01 02:47:16 +00:00
parent 346f291c29
commit 80b50559bb
2 changed files with 7 additions and 1 deletions

View File

@ -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",
};

6
modules/compiler_vm/cc Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
CC_LOCAL=1
export CC_LOCAL
ulimit -c 50000
./compiler_vm_client.pl compiler $*