[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
This commit is contained in:
Tomas Lindquist Olsen
2007-09-03 17:34:30 +02:00
parent 3912dd6f04
commit fcbcd83d8b
13 changed files with 407 additions and 339 deletions

View File

@@ -29,6 +29,6 @@ package.defines = { "IN_LLVM", "_DH" }
package.config.Release.defines = { "LLVMD_NO_LOGGER" }
package.config.Debug.buildoptions = { "-g" }
--package.targetprefix = "llvm"
package.includepaths = { "dmd" }
package.includepaths = { ".", "dmd" }
--package.postbuildcommands = { "cd runtime; ./build.sh; cd .." }
package.links = { "gc" }