TOLUA=$(USERPROFILE)/work/retolua/retolua #TOLUA=tolua++ all: lmeshio_bind.cpp lmeshio_bind.cpp: lmeshio.pkg $(TOLUA) -n lmeshio -o $@ -H lmeshio_bind.h $< clean: rm -f lmeshio_bind.cpp lmeshio_bind.h