changeset 75:cfa3747ebe4c

Changed dmd to ddmd in the "usage" message and added "ported to D by community" to desription to distinguish from pure dmd build
author korDen
date Sun, 29 Aug 2010 12:59:00 +0400
parents 7e0d548de9e6
children 5196b7829be2
files commands.txt dmd/Global.d dmd/Util.d
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/commands.txt	Sun Aug 29 09:43:40 2010 +0100
+++ b/commands.txt	Sun Aug 29 12:59:00 2010 +0400
@@ -17,7 +17,7 @@
 -ofbin\ddmd.exe
 bridge.obj
 ddmd.def
-dmd33\src\dmd\dmd.lib
+dmd.lib
 main.d
 dbg\CallStackInfo.d
 dbg\Debug.d
--- a/dmd/Global.d	Sun Aug 29 09:43:40 2010 +0100
+++ b/dmd/Global.d	Sun Aug 29 12:59:00 2010 +0400
@@ -29,7 +29,7 @@
     string ddoc_ext	= "ddoc";;	// for Ddoc macro include files
     string hdr_ext	= "di";	// for D 'header' import files
     string copyright= "Copyright (c) 1999-2009 by Digital Mars";
-    string written	= "written by Walter Bright";
+    string written	= "written by Walter Bright, ported to D by community";
 ///version (TARGET_NET) {
 ///    "\nMSIL back-end (alpha release) by Cristian L. Vlasceanu and associates.";
 ///}
--- a/dmd/Util.d	Sun Aug 29 09:43:40 2010 +0100
+++ b/dmd/Util.d	Sun Aug 29 12:59:00 2010 +0400
@@ -511,7 +511,7 @@
     writef(
 "Documentation: http://www.digitalmars.com/d/2.0/index.html\n"
 "Usage:\n"
-"  dmd files.d ... { -switch }\n"
+"  ddmd files.d ... { -switch }\n"
 "\n"
 "  files.d        D source files\n"
 "  @cmdfile       read arguments from cmdfile\n"