lua-users home
lua-l archive

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


>> I'm trying to get toLua++ up and running.  It's install file says this: 
This version of tolua++ uses SCons to compile (http://www.scons.org). SCons is python based, IF YOU DON'T HAVE PYTHON, you can download a stand-alone 

You don't have to use SCons to compile tolua++. Scons is just another make system, written in Python. You can make a static library out of tolua++ as you would with any other code on win32. Look at http://doris.sf.net/ for an example of this in a VC6 project.

Nick