home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c495 / watcm952.arj / WLINKLNK.DOS / WLINK.LNK
Encoding:
Text File  |  1993-02-16  |  378 b   |  16 lines

  1. # example linker initialization file.
  2. # remember, don't put carets (^) in these!
  3. system begin 286
  4.     libpath %WATCOM%\lib286
  5.     libpath %WATCOM%\lib286\dos
  6.     format dos
  7. end
  8. system begin 386
  9.     option osname='Rational Systems'
  10.     libpath %WATCOM%\lib386
  11.     libpath %WATCOM%\lib386\dos
  12.     op stub=wstub.exe
  13.     format os2 le
  14. end
  15. @%watcom%\binb\wlsystem.lnk
  16.