minor tweak to the ow makefile

This commit is contained in:
Ozkan Sezer 2021-07-07 23:55:50 +03:00
parent c8604ed40c
commit d6e68b6f19
1 changed files with 1 additions and 3 deletions

View File

@ -229,9 +229,7 @@ OBJS = strlcat.obj &
# 1 MB stack size.
quakespasm.exe: $(OBJS) quakespasm.res
wlink N $@ SYS NT_WIN OPTION q OPTION STACK=0x100000 LIBR {$(LIBS)} F {$(OBJS)}
wrc -q $^*.res
wlink N $@ SYS NT_WIN OPTION q OPTION STACK=0x100000 OPTION RESOURCE=$^*.res LIBR {$(LIBS)} F {$(OBJS)}
clean: .symbolic
rm -f *.obj *.res *.err quakespasm.exe