Skip to content

Commit dffdc49

Browse files
committed
linker arguments passed via response file, doesn't interact well with explicit options
1 parent 6f5a136 commit dffdc49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mkfiles/owwin.mak

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ CLDEF=1
1616
CLT=wcl386 -zq -bcl=nt -I..\hdr -fe=$@ -I$(COMPILERPATH)\h -I$(COMPILERPATH)\h\nt
1717
CLC=$(CLT)
1818
NASMFLAGS=-DWATCOM $(NASMFLAGS)
19-
XLINK=$(XLINK) debug all format dos opt quiet,symfile,map,statics,verbose F { $(OBJS) } L ..$(DIRSEP)lib$(DIRSEP)device.lib N kernel.exe $#
19+
#linker arguments are passed via response file, so don't modify XLINK
20+
#XLINK=$(XLINK) debug all format dos opt quiet,symfile,map,statics,verbose F { $(OBJS) } L ..$(DIRSEP)lib$(DIRSEP)device.lib N kernel.exe $#

0 commit comments

Comments
 (0)