mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 07:51:20 +00:00
Moved qf-server-win.mak makefile for Borland to qf-server.mak, made it
build qf-server.exe instead of qf-server-win.exe If you're running it on Windows, it's pretty obviously a Windows program. :)
This commit is contained in:
parent
f48c974c01
commit
50e0cb54a7
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ DEPEND = \
|
|||
$(OBJS)\pr_edict.obj\
|
||||
$(OBJS)\sv_ccmds.obj
|
||||
|
||||
$(EXE)\qf-server-win.exe : $(DEPEND)
|
||||
$(EXE)\qf-server.exe : $(DEPEND)
|
||||
$(TLINK32) @&&|
|
||||
/v $(LINKOPTS) +
|
||||
$(CROOT)\LIB\c0x32.obj+
|
Loading…
Reference in a new issue