home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c495 / watcm957.arj / WLINKLNK.NT / WLINK.LNK
Encoding:
Text File  |  1993-02-16  |  402 b   |  17 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='Windows NT character-mode'
  10.     libpath %WATCOM%\lib386
  11.     libpath %WATCOM%\lib386\nt
  12.     format windows nt ^
  13.     lib nt
  14.     runtime console
  15. end
  16. @%watcom%\binb\wlsystem.lnk
  17.