comparison premake.lua @ 4:e116aa1488e6 trunk

[svn r8] changed backend includes to always use the gen/<foo>.h prefix fixed passing string literals as array parameters few other fixes moved some array routines into gen/arrays
author lindquist
date Mon, 03 Sep 2007 17:34:30 +0200
parents c53b6e3fe49a
children 3cfcb944304e
comparison
equal deleted inserted replaced
3:069cf4b0ec67 4:e116aa1488e6
27 package.linkoptions = { "`llvm-config --libs native bitwriter bitreader`", "`llvm-config --ldflags`" } 27 package.linkoptions = { "`llvm-config --libs native bitwriter bitreader`", "`llvm-config --ldflags`" }
28 package.defines = { "IN_LLVM", "_DH" } 28 package.defines = { "IN_LLVM", "_DH" }
29 package.config.Release.defines = { "LLVMD_NO_LOGGER" } 29 package.config.Release.defines = { "LLVMD_NO_LOGGER" }
30 package.config.Debug.buildoptions = { "-g" } 30 package.config.Debug.buildoptions = { "-g" }
31 --package.targetprefix = "llvm" 31 --package.targetprefix = "llvm"
32 package.includepaths = { "dmd" } 32 package.includepaths = { ".", "dmd" }
33 --package.postbuildcommands = { "cd runtime; ./build.sh; cd .." } 33 --package.postbuildcommands = { "cd runtime; ./build.sh; cd .." }
34 package.links = { "gc" } 34 package.links = { "gc" }