Everything
11.15 Using -form and -output at the same time (in the linkage editor)

When -form=rel and -output=<filename> are specified for the linkage editor (rlink) at the same time, the filename extension given as <filename> is ignored and replaced with .rel.

 

Example)

  rlink -form=relocate -output=DefaultBuild¥lib_test.lib

The filename specified for output, test.lib, is changed to test.rel.