Skip to content

Commit

Permalink
Add catalua/stuff to the bindist when making it.
Browse files Browse the repository at this point in the history
We may also want to have the game automatically execute the script
`dofile("catalua/catalua.lua")` when launching -- assuming, of course,
that it's been compiled with Lua.
  • Loading branch information
narc0tiq committed Nov 17, 2013
1 parent 6681a74 commit bdd9f59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ ifdef LUA

CXXFLAGS += -DLUA
LUA_DEPENDENCIES = catalua/catabindings.cpp
BINDIST_EXTRAS += catalua/catalua.lua
BINDIST_EXTRAS += catalua/class_definitions.lua
endif

ifdef TILES
Expand Down

0 comments on commit bdd9f59

Please sign in to comment.