[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua Makefiles
- From: "Abhinav Lele" <abhinav.lele@...>
- Date: Thu, 7 Aug 2008 08:09:04 +0530
Hi,
I am using Lua 5.1.3 in one of my projects.
I want to link statically to lua and I am using mingw to compile all my code.
Is removing -DLUA_BUILD_AS_DLL from the makefile a good decision ??
-Abhinav