Tiny C Compiler and Lua-sqlite3
I am enjoying your book, Beginning Lua Programming--a good explanation of a powerful and yet not overly complex language. I now have a 600+ line Lua program running on a NSLU2 handling wireless messages from my home monitoring system.
I appreciated your mention of TCC with regard to compiling Lua under Windows. I downloaded a pre-compiled version and so didn't need TCC for that, but I'd like to use it for compiling Lua-sqlite3. My compiler and linker understanding is very rusty, tho--could you provide a TCC build.bat file for Lua-sqlite3 similar to the one you provided for Lua itself?
In my case, tcc is in C:\dl2\tcc, and the lua-sqlite3 source is in C:\dl2\lua-sqlite3.
Thanks.
|