mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-11 09:23:13 +01:00
First part of rename to LDC.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
project.name = llvmdc
|
||||
project.name = ldc
|
||||
|
||||
-- options
|
||||
|
||||
@@ -44,10 +44,10 @@ package.buildoptions = { "-x c++" }
|
||||
package.postbuildcommands = { "./impcnvgen", "mv -f impcnvtab.c dmd" }
|
||||
package.defines = { "DMDV1="..DMDV1 }
|
||||
|
||||
-- llvmdc
|
||||
-- ldc
|
||||
package = newpackage()
|
||||
package.bindir = "bin"
|
||||
package.name = "llvmdc"
|
||||
package.name = "ldc"
|
||||
package.kind = "exe"
|
||||
package.language = "c++"
|
||||
package.files = { matchfiles("dmd/*.c"), matchfiles("gen/*.cpp"), matchfiles("ir/*.cpp") }
|
||||
|
||||
Reference in New Issue
Block a user