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

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