[svn r387] Removed unused MD5 stuff.

Fixed incorrect __VENDOR__ variable and printed DMD frontend version.
This commit is contained in:
Tomas Lindquist Olsen
2008-07-15 02:01:53 +02:00
parent 86a3f53cfe
commit efd3f0dddf
6 changed files with 3 additions and 349 deletions

View File

@@ -41,13 +41,6 @@ package.buildoptions = { "-x c++" }
package.postbuildcommands = { "./impcnvgen", "mv -f impcnvtab.c dmd" }
package.defines = { "DMDV1="..DMDV1 }
--md5
package = newpackage()
package.name = "md5"
package.kind = "lib"
package.language = "c"
package.files = { "dmd/md5.c" }
-- llvmdc
package = newpackage()
package.bindir = "bin"
@@ -55,7 +48,7 @@ package.name = "llvmdc"
package.kind = "exe"
package.language = "c++"
package.files = { matchfiles("dmd/*.c"), matchfiles("gen/*.cpp"), matchfiles("ir/*.cpp") }
package.excludes = { "dmd/idgen.c", "dmd/impcnvgen.c", "dmd/md5.c" }
package.excludes = { "dmd/idgen.c", "dmd/impcnvgen.c" }
package.buildoptions = { "-x c++", "`llvm-config --cxxflags`" }
package.linkoptions = {
-- long but it's faster than just 'all'