lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Thanks a lot. :)

Am 10.02.2014 12:15, schrieb Luiz Henrique de Figueiredo:
I would like to glue precompiled lua chunks to my srlua.exe and drop the
parser to reduce the size of my custom srlua.exe

Download this file into the srlua directory:
	http://www.lua.org/extras/5.2/noparser.c

In the srlua Makefile, change this and rebuild:
	OBJS= srlua.o noparser.o

If you don't use string.dump, you can also remove it by editing noparser.c
(instructions included in the file).


Ulrich Schmidt.