FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Missing __TIMESTAMP__ workaround

 
Post new topic   Reply to topic     Forum Index -> Build
View previous topic :: View next topic  
Author Message
afb



Joined: 26 Jan 2005
Posts: 137
Location: Sweden

PostPosted: Mon Apr 25, 2005 2:02 am    Post subject: Missing __TIMESTAMP__ workaround Reply with quote

Forgot this earlier, another DMD 0.116 feature:

Code:

Index: build.d
===================================================================
--- build.d     (revision 32)
+++ build.d     (working copy)
@@ -500,7 +500,12 @@
 //-------------------------------------------------------
 {
 
+version(GNU)
     writefln(
+        "Path and Version : ?s v?s(?d)"
+            ,vAppPath, vAppVersion, build_bn.auto_build_number);
+else
+    writefln(
         "Path and Version : ?s v?s(?d)\n  built on ?s"
             ,vAppPath, vAppVersion, build_bn.auto_build_number,
             __TIMESTAMP__);
Back to top
View user's profile Send private message
Derek Parnell



Joined: 22 Apr 2004
Posts: 408
Location: Melbourne, Australia

PostPosted: Mon Apr 25, 2005 3:52 am    Post subject: Re: Missing __TIMESTAMP__ workaround Reply with quote

afb wrote:
Forgot this earlier, another DMD 0.116 feature:

Code:

Index: build.d
===================================================================
--- build.d     (revision 32)
+++ build.d     (working copy)
@@ -500,7 +500,12 @@
 //-------------------------------------------------------
 {
 
+version(GNU)
     writefln(
+        "Path and Version : ?s v?s(?d)"
+            ,vAppPath, vAppVersion, build_bn.auto_build_number);
+else
+    writefln(
         "Path and Version : ?s v?s(?d)\n  built on ?s"
             ,vAppPath, vAppVersion, build_bn.auto_build_number,
             __TIMESTAMP__);


Who is controlling the GDC development. I need to send them an encouragment letter to get it synchronized ASAP.
_________________
--
Derek
skype name: derek.j.parnell
Back to top
View user's profile Send private message
afb



Joined: 26 Jan 2005
Posts: 137
Location: Sweden

PostPosted: Mon Apr 25, 2005 7:45 am    Post subject: Reply with quote

David Friedman, see http://home.earthlink.net/~dvdfrdmn/d/

He is actively working on synching it towards DMD 0.120 or so,
just has been doing a lot of other great changes for GDC 0.11
instead of keeping up with the latest experimental DMD features...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Build All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group