Re: How to pass Compile Time info to source files
Adam D. Ruppe via Digitalmars-d-learn Sat, 27 Aug 2016 19:56:26 -0700
The filename passed to the compiler is easy: __FILE__ works in D
too, and you can just strip off extra path info with ordinary
functions (like std.path's basename or dirname functions).
- How to pass Compile Time info to sou... UDW via Digitalmars-d-learn
- Re: How to pass Compile Time in... UDW via Digitalmars-d-learn
- Re: How to pass Compile Time in... Adam D. Ruppe via Digitalmars-d-learn
- Re: How to pass Compile Tim... UDW via Digitalmars-d-learn