diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-13 21:23:16 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-13 21:23:16 +0000 |
commit | 135df57c39145136779617008cea32e88872bee9 (patch) | |
tree | ab89ed60a342573b83f5e08647279b5ad87bdafc /code/unix/Makefile | |
parent | a20a1e588ab4491d9ce4cb380bb2406269338a7d (diff) | |
download | ioquake3-aero-135df57c39145136779617008cea32e88872bee9.tar.gz ioquake3-aero-135df57c39145136779617008cea32e88872bee9.zip |
* Unbreak the MinGW build
git-svn-id: svn://svn.icculus.org/quake3/trunk@352 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix/Makefile')
-rw-r--r-- | code/unix/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
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 |