#!/usr/bin/rdmd /**rdmdoptions -L-lmylib */ ...
#!/usr/bin/rdmd
@("compiler options", "-L-lmylib") module main;
...
Maybe... sorry I don't know if this would work with current UDA.
#!/usr/bin/rdmd /**rdmdoptions -L-lmylib */ ...
#!/usr/bin/rdmd
@("compiler options", "-L-lmylib") module main;
...
Maybe... sorry I don't know if this would work with current UDA.