From 33c1528673d836145922f1ec2e3591861efe2f25 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 13 Nov 2005 21:23:16 +0000 Subject: [PATCH] * Unbreak the MinGW build --- code/unix/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/unix/Makefile b/code/unix/Makefile index e64de897..47a0a79a 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -235,9 +235,6 @@ ifeq ($(PLATFORM),mingw32) ifeq ($(USE_OPENAL),1) BASE_CFLAGS += -DUSE_OPENAL=1 - ifeq ($(USE_OPENAL_DLOPEN),1) - BASE_CFLAGS += -DUSE_OPENAL_DLOPEN=1 - endif endif DX_CFLAGS = -I$(DXSDK_DIR)/Include @@ -261,10 +258,6 @@ ifeq ($(PLATFORM),mingw32) LDFLAGS= -mwindows -lwsock32 -lgdi32 -lwinmm -lole32 GLLDFLAGS= - ifneq ($(USE_OPENAL_DLOPEN),1) - LDFLAGS += -lopenal - endif - ifeq ($(ARCH),x86) # build 32bit BASE_CFLAGS += -m32