OSDN Git Service

fixed by @santarh
[meshio/meshio.git] / lua / tolua.make
1 TOLUA=$(USERPROFILE)/work/retolua/retolua
2 #TOLUA=tolua++
3
4 all: lmeshio_bind.cpp
5
6 lmeshio_bind.cpp: lmeshio.pkg
7         $(TOLUA) -n lmeshio -o $@ -H lmeshio_bind.h $<
8
9 clean:
10         rm -f lmeshio_bind.cpp lmeshio_bind.h
11