www.pudn.com > open_watcom.rar > wlink.lnk


# example linker initialization file. 
# remember, don't put carets (^) in these! 
system begin osi 
    option osname='OS Independent' 
    libpath %WATCOM%/lib386 
    libpath %WATCOM%/lib386/osi 
    format pharlap rex ^ 
end 
system begin 286 
    option osname='OS/2 16-bit' 
    libpath %WATCOM%/lib286 
    libpath %WATCOM%/lib286/os2 
    format os2 
end 
system begin 386 
    option osname='OS/2 32-bit' 
    libpath %WATCOM%/lib386 
    libpath %WATCOM%/lib386/os2 
    format os2 lx 
end 
@%WATCOM%/binw/wlsystem.lnk