premake.lua

changeset 15
9b91d1bdbb40
parent 13
3e2ea1e7b2e8
--- a/premake.lua	Fri Aug 31 23:21:09 2007 -0400
+++ b/premake.lua	Fri Aug 31 23:47:55 2007 -0400
@@ -19,7 +19,7 @@
 	package.buildoptions = { "-Wall" }
 	package.config["Debug"].buildoptions = { "-O0" }
 	package.linkoptions =  { "-Wall -L/usr/local/lib" }
-	package.postbuildcommands = { "mkdir -p test/luaevent", "cp bin/* test/luaevent", "cp luaevent.lua test" }
+	package.postbuildcommands = { "mkdir -p test/luaevent", "cp bin/* test/luaevent", "cp lua/* test" }
 else
 	print([[Other environements currently untested, may need tweaking]])
 end

mercurial