diff dmd/mars.c @ 35:3cfcb944304e trunk

[svn r39] * Updated to DMD 1.022 with the exception of: Bugzilla 278: dmd.conf search path doesn't work This fix was causing crashes for me :/ So for it's the old behaviour
author lindquist
date Tue, 09 Oct 2007 06:21:30 +0200
parents 2841234d2aea
children 27b2f40bdb58
line wrap: on
line diff
--- a/dmd/mars.c	Tue Oct 09 02:50:00 2007 +0200
+++ b/dmd/mars.c	Tue Oct 09 06:21:30 2007 +0200
@@ -67,8 +67,8 @@
 
     copyright = "Copyright (c) 1999-2007 by Digital Mars and Tomas Lindquist Olsen";
     written = "written by Walter Bright and Tomas Lindquist Olsen";
-    llvmdc_version = "0.0.1";
-    version = "v1.021";
+    llvmdc_version = "0.1";
+    version = "v1.022";
     global.structalign = 8;
 
     memset(&params, 0, sizeof(Param));
@@ -173,6 +173,8 @@
   -debug         compile in debug code\n\
   -debug=level   compile in debug code <= level\n\
   -debug=ident   compile in debug code identified by ident\n\
+  -debuglib=name    set symbolic debug library to name\n\
+  -defaultlib=name  set default library to name\n\
   -g             add symbolic debug info\n\
   -gc            add symbolic debug info, pretend to be C\n\
   -H             generate 'header' file\n\