mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
minor tweak to the ow makefile
This commit is contained in:
parent
c8604ed40c
commit
d6e68b6f19
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue