www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Small rdmd wrapper for windows

reply Steve Biedermann <steve.biedermann.privat gmail.com> writes:
Hi,

I made a simple wrapper around rdmd, which can be used to make .d 
files executable on windows and supports import paths. (A bat and 
a .d file)

Not really a big announcement, but maybe useful to some of you.

https://github.com/hardliner66/rdmd_windows
Mar 30 2016
next sibling parent Steve Biedermann <steve.biedermann.privat gmail.com> writes:
On Wednesday, 30 March 2016 at 13:26:48 UTC, Steve Biedermann 
wrote:
 Hi,

 I made a simple wrapper around rdmd, which can be used to make 
 .d files executable on windows and supports import paths. (A 
 bat and a .d file)

 Not really a big announcement, but maybe useful to some of you.

 https://github.com/hardliner66/rdmd_windows
Short Update: There is now a setup package available: https://github.com/hardliner66/rdmd_windows/releases/tag/v1.0 Also, there is a setup package, which also installs dmd.
Mar 31 2016
prev sibling parent reply Kagamin <spam here.lot> writes:
Maybe rdmd should parse D_INCLUDE_PATH itself? Then it would work 
on its own.
Mar 31 2016
parent Steve Biedermann <steve.biedermann.privat gmail.com> writes:
On Thursday, 31 March 2016 at 10:54:50 UTC, Kagamin wrote:
 Maybe rdmd should parse D_INCLUDE_PATH itself? Then it would 
 work on its own.
You could also use the DFLAGS environment variable for that, but I think it's cleaner to seperate the scripting environment from the normal build environment.
Apr 01 2016