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

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