mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-21 11:21:52 +00:00
Build the client by default under Windows
This commit is contained in:
parent
86f89fce22
commit
2672495c3f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -118,7 +118,7 @@ endif
|
||||||
|
|
||||||
# Extra CFLAGS for SDL
|
# Extra CFLAGS for SDL
|
||||||
ifeq ($(OSTYPE), Windows)
|
ifeq ($(OSTYPE), Windows)
|
||||||
SDLCFLAGS := $(shell sdl-config.exe --cflags)
|
SDLCFLAGS :=
|
||||||
else
|
else
|
||||||
SDLCFLAGS := $(shell sdl-config --cflags)
|
SDLCFLAGS := $(shell sdl-config --cflags)
|
||||||
endif
|
endif
|
||||||
|
@ -196,7 +196,7 @@ endif
|
||||||
|
|
||||||
# Builds everything
|
# Builds everything
|
||||||
ifeq ($(OSTYPE), Windows)
|
ifeq ($(OSTYPE), Windows)
|
||||||
all: server game
|
all: client server game
|
||||||
else
|
else
|
||||||
all: client server refresher game
|
all: client server refresher game
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue