mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
watcom makefiles: make wlink quiet
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1622 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
c762d597fc
commit
e4eae98ab4
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ OBJS = strlcat.obj &
|
|||
|
||||
# 1 MB stack size.
|
||||
quakespasm.exe: $(OBJS) quakespasm.res
|
||||
wlink N $@ SYS NT_WIN OPTION STACK=0x100000 LIBR {$(LIBS)} F {$(OBJS)}
|
||||
wlink N $@ SYS NT_WIN OPTION q OPTION STACK=0x100000 LIBR {$(LIBS)} F {$(OBJS)}
|
||||
wrc -q $^*.res
|
||||
|
||||
clean: .symbolic
|
||||
|
|
Loading…
Reference in a new issue