mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-27 09:20:51 +00:00
Change the default SDL version to SDL2 and the default Windows RENDERTYPE to SDL.
git-svn-id: https://svn.eduke32.com/eduke32@4100 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
1ac4c9b585
commit
2cabe1ec54
1 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,7 @@ ifneq ($(SDLROOT_OVERRIDE),)
|
||||||
SDLROOT=$(SDLROOT_OVERRIDE)
|
SDLROOT=$(SDLROOT_OVERRIDE)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SDL_TARGET ?= 1
|
SDL_TARGET ?= 2
|
||||||
|
|
||||||
ifeq ($(SDL_TARGET),2)
|
ifeq ($(SDL_TARGET),2)
|
||||||
SDLCONFIG ?= sdl2-config
|
SDLCONFIG ?= sdl2-config
|
||||||
|
@ -106,7 +106,8 @@ ifeq ($(PLATFORM),DARWIN)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(PLATFORM),WINDOWS)
|
ifeq ($(PLATFORM),WINDOWS)
|
||||||
RENDERTYPE?=WIN
|
# Windows types can be SDL or WIN
|
||||||
|
RENDERTYPE?=SDL
|
||||||
MIXERTYPE?=WIN
|
MIXERTYPE?=WIN
|
||||||
ifneq ($(RENDERTYPE),SDL)
|
ifneq ($(RENDERTYPE),SDL)
|
||||||
ifeq ($(MIXERTYPE),SDL)
|
ifeq ($(MIXERTYPE),SDL)
|
||||||
|
|
Loading…
Reference in a new issue