This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/binnt/wlink.lnk

21 lines
594 B
Plaintext

# example linker initialization file.
# remember, don't put carets (^) in these!
system begin 286
option osname='Windows 16-bit'
libpath %WATCOM%/lib286
libpath %WATCOM%/lib286/win
library windows
option nocaseexact
option stack=8k, heapsize=1k
format windows ^
end
system begin 386
option osname='Windows NT character-mode'
libpath %WATCOM%/lib386
libpath %WATCOM%/lib386/nt
library kernel32,user32,gdi32,advapi32,comdlg32,ole32,oleaut32,winspool,shell32,uuid,comctl32
format windows nt ^
runtime console=4.0
end
@%watcom%\binw\wlsystem.lnk