Compiling, but not Linking, a Fortran Source File

The following command compiles x.for and generates the object file x.obj. The /compile_only option prevents linking (it does not link the object file into an executable file):

   DF x.for /compile_only