digitalmars.D.announce - Small rdmd wrapper for windows
- Steve Biedermann (6/6) Mar 30 2016 Hi,
- Steve Biedermann (6/12) Mar 31 2016 Short Update:
- Kagamin (2/2) Mar 31 2016 Maybe rdmd should parse D_INCLUDE_PATH itself? Then it would work
- Steve Biedermann (4/6) Apr 01 2016 You could also use the DFLAGS environment variable for that, but
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
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_windowsShort 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
Maybe rdmd should parse D_INCLUDE_PATH itself? Then it would work on its own.
Mar 31 2016
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