lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> set INCLUDE=C:\Users\jb9\Downloads\lua-5.2.2\src;%INCLUDE%
> set C:\Users\jb9\Downloads\lua-5.2.2\src;LIB=%LIB%

Didn't you mean:

set LIB=C:\Users\jb9\Downloads\lua-5.2.2\src; %LIB%

?