I need to get this linking stage command:

dmd -ofapp.exe temp.obj -L/SUBSYSTEM:WINDOWS -g

To this:

dmd -ofapp.exe temp.obj -L/SUBSYSTEM:WINDOWS app.res -g

How can I add the "app.res" without having "-L" put in front of it?

Thanks :)