1 project
.name
= "luaevent.core"
7 package
.language
= "c++"
8 package
.targetprefix
= ""
9 package
.target
= "core"
15 package
.includepaths
= {
19 package
.buildoptions
= { "-Wall" }
20 package
.config
["Debug"].buildoptions
= { "-O0" }
21 package
.linkoptions
= { "-Wall -L/usr/local/lib" }
22 package
.postbuildcommands
= { "mkdir -p test/luaevent", "cp bin/* test/luaevent", "cp lua/* test" }
24 print([[Other environements currently untested, may need tweaking]])