From 135df57c39145136779617008cea32e88872bee9 Mon Sep 17 00:00:00 2001 From: tma Date: Sun, 13 Nov 2005 21:23:16 +0000 Subject: * Unbreak the MinGW build git-svn-id: svn://svn.icculus.org/quake3/trunk@352 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'code/unix') diff --git a/code/unix/Makefile b/code/unix/Makefile index e64de89..47a0a79 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 -- cgit v1.2.3