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

  1. # example linker initialization file.
  2. # remember, don't put carets (^) in these!
  3. system begin 286
  4.     option osname='OS/2 16-bit'
  5.     libpath c:\os2
  6.     libpath %WATCOM%\lib286
  7.     libpath %WATCOM%\lib286\os2
  8.     format os2
  9. end
  10. system begin 386
  11.     option osname='OS/2 32-bit'
  12.     libpath %WATCOM%\lib386
  13.     libpath %WATCOM%\lib386\os2
  14.     format os2 lx
  15. end
  16. @%watcom%\binb\wlsystem.lnk
  17.