diff dmd/mars.h @ 19:788401029ecf trunk

[svn r23] * Updated to DMD 1.021
author lindquist
date Thu, 04 Oct 2007 03:42:56 +0200
parents c53b6e3fe49a
children 2841234d2aea
line wrap: on
line diff
--- a/dmd/mars.h	Thu Oct 04 01:47:53 2007 +0200
+++ b/dmd/mars.h	Thu Oct 04 03:42:56 2007 +0200
@@ -94,6 +94,11 @@
 
     bool dump_source;
 
+    char *defaultlibname;	// default library for non-debug builds
+    char *debuglibname;		// default library for debug builds
+
+    char *xmlname;		// filename for XML output
+
     // Hidden debug switches
     char debuga;
     char debugb;