Comment 4 for bug 885041

Revision history for this message
Joris Dauphin (joris-dauphin) wrote :

tolua.cpp is no longer directly in src/.
It is an auto-generated file (with tolua++).
Solution (generated from CMake) should regenerate this file. (in project: see stratagus/CMake Rules/tolua.cpp.rule)

To manually regenerate this file:
from stratagus/src/tolua/
-- 8< --
tolua++ -L stratagus.lua -o ../../tolua.cpp stratagus.pkg
-- >8 --