mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-02 13:03:13 +01:00
[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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user