On 3/24/2012 2:39 PM, Andrej Mitrovic wrote:
On 3/24/12, Walter Bright<newshou...@digitalmars.com>  wrote:
On 3/24/2012 2:08 PM, Andrej Mitrovic wrote:
But it's not Optlink's fault either. Unilink has the same issue:

I did initially suspect Optlink. It's good to know that that is not the
problem.


In the meantime if you're just building and testing execution of
multiple .d files individually you can use a for loop and the -of
switch. E.g.:

setlocal EnableDelayedExpansion
For %%a in (*.d) do dmd -of%%~na.exe %%a&&  %%~na.exe

Yeah, looks like I'll have to add an iteration count to the exe name.

Reply via email to