From 2cabe1ec5493601951458a89ce53c88918d05499 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Sun, 13 Oct 2013 06:17:27 +0000 Subject: [PATCH] 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 --- polymer/eduke32/build/Makefile.shared | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/polymer/eduke32/build/Makefile.shared b/polymer/eduke32/build/Makefile.shared index 8a1d98938..980df9380 100644 --- a/polymer/eduke32/build/Makefile.shared +++ b/polymer/eduke32/build/Makefile.shared @@ -22,7 +22,7 @@ ifneq ($(SDLROOT_OVERRIDE),) SDLROOT=$(SDLROOT_OVERRIDE) endif -SDL_TARGET ?= 1 +SDL_TARGET ?= 2 ifeq ($(SDL_TARGET),2) SDLCONFIG ?= sdl2-config @@ -106,7 +106,8 @@ ifeq ($(PLATFORM),DARWIN) endif endif ifeq ($(PLATFORM),WINDOWS) - RENDERTYPE?=WIN + # Windows types can be SDL or WIN + RENDERTYPE?=SDL MIXERTYPE?=WIN ifneq ($(RENDERTYPE),SDL) ifeq ($(MIXERTYPE),SDL)