aboutsummaryrefslogtreecommitdiff
path: root/build/vc++/libjin-lua/embed.bat
blob: d4b0efbb9dcc320a9edc782ef241b5f0d11d9b41 (plain)
1
2
3
4
5
6
set cembeddir=%1
set scriptdir=%2

for /R %scriptdir% %%f in (*.lua) do (
	%cembeddir%\cembed.exe -o %%f.h %%f
)