1
0
Fork 0
forked from len0rd/rockbox

Lua: add actions.lua to the zip file

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21023 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-05-21 21:58:18 +00:00
parent a9b2d1b5fa
commit bcfba08055
3 changed files with 9 additions and 2 deletions

View file

@ -18,10 +18,12 @@
#
############################################################################
$input = "../../action.h";
$input = $ARGV[0] . "/../../action.h";
open(ACTION, "<$input") or die "Can't open $input!";
print "-- Don't change this file!\n";
print "-- It is automatically generated of action.h\n";
print "rb.actions = {\n";
$i = 0;