diff dmd/mars.h @ 567:aaba4f7c6d8a

Get rid of runtime path. Allow defaultlib and debuglib switches to be given multiple times.
author Christian Kamm <kamm incasoftware de>
date Tue, 02 Sep 2008 19:14:25 +0200
parents cbe08531430f
children f75b16f1e405
line wrap: on
line diff
--- a/dmd/mars.h	Sat Aug 30 10:31:04 2008 +0200
+++ b/dmd/mars.h	Tue Sep 02 19:14:25 2008 +0200
@@ -109,8 +109,8 @@
 
     bool dump_source;
 
-    char *defaultlibname;	// default library for non-debug builds
-    char *debuglibname;		// default library for debug builds
+    Array *defaultlibnames;	// default libraries for non-debug builds
+    Array *debuglibnames;	// default libraries for debug builds
 
     char *xmlname;		// filename for XML output
 
@@ -145,7 +145,6 @@
     char disassemble;
     char llvmInline;
     char llvmAnnotate;
-    char *runtimePath;
     char useInlineAsm;
     char fqnPaths; // use fully qualified object names
 };