home *** CD-ROM | disk | FTP | other *** search
- # example linker initialization file.
- # remember, don't put carets (^) in these!
- system begin 286
- libpath %WATCOM%\lib286
- libpath %WATCOM%\lib286\dos
- format dos
- end
- system begin 386
- option osname='Windows NT character-mode'
- libpath %WATCOM%\lib386
- libpath %WATCOM%\lib386\nt
- format windows nt ^
- lib nt
- runtime console
- end
- @%watcom%\binb\wlsystem.lnk
-