Skip to content

Commit

Permalink
linker arguments passed via response file, doesn't interact well with…
Browse files Browse the repository at this point in the history
… explicit options
  • Loading branch information
PerditionC committed Dec 31, 2024
1 parent 6f5a136 commit dffdc49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mkfiles/owwin.mak
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ CLDEF=1
CLT=wcl386 -zq -bcl=nt -I..\hdr -fe=$@ -I$(COMPILERPATH)\h -I$(COMPILERPATH)\h\nt
CLC=$(CLT)
NASMFLAGS=-DWATCOM $(NASMFLAGS)
XLINK=$(XLINK) debug all format dos opt quiet,symfile,map,statics,verbose F { $(OBJS) } L ..$(DIRSEP)lib$(DIRSEP)device.lib N kernel.exe $#
#linker arguments are passed via response file, so don't modify XLINK
#XLINK=$(XLINK) debug all format dos opt quiet,symfile,map,statics,verbose F { $(OBJS) } L ..$(DIRSEP)lib$(DIRSEP)device.lib N kernel.exe $#

0 comments on commit dffdc49

Please sign in to comment.