Yes, in tecmake.mak line 1040 states:

    BIN2C := $(LUA_BIN)/lua$(LUA_SFX) $(BIN2C_PATH)bin2c.lua

  The internal LUA_SFX is controlled by the LUA_SUFFIX variable. For non
LuaBinaries this is empty. This is described in "Building Lua, IM, CD and
IUP in Linux".

   LUA_BIN can be defined also to point to the Lua installation path. This
is missing in the documentation, but because it is optional. It is
necessary only if you are changing the Lua files of the library and needs
to rebuild their .lh respective file. I'll add a note.

export LUA_BIN=/usr/bin

Best,
Scuri
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to