diff premake.lua @ 136:0e28624814e8 trunk

[svn r140] did a lot of the work towards being able to pass multiple modules on the command line. not complete yet though
author lindquist
date Thu, 17 Jan 2008 03:15:12 +0100
parents 5825d48b27d1
children aca17e55b7a5
line wrap: on
line diff
--- a/premake.lua	Mon Jan 14 23:09:55 2008 +0100
+++ b/premake.lua	Thu Jan 17 03:15:12 2008 +0100
@@ -21,7 +21,7 @@
 package.name = "llvmdc"
 package.kind = "exe"
 package.language = "c++"
-package.files = { matchfiles("dmd/*.c"), matchfiles("gen/*.cpp") }
+package.files = { matchfiles("dmd/*.c"), matchfiles("gen/*.cpp"), matchfiles("ir/*.cpp") }
 package.excludes = { "dmd/idgen.c", "dmd/impcnvgen.c" }
 package.buildoptions = { "-x c++", "`llvm-config --cxxflags`" }
 package.linkoptions = {