diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-13 22:16:24 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-13 22:16:24 +0000 |
commit | 633090cac5b7ca6897f5bb1dba3c76c8d285c0e1 (patch) | |
tree | fe1e0eab89c52eebfc1e1f0c754f73d2475189ce /code/unix | |
parent | 135df57c39145136779617008cea32e88872bee9 (diff) | |
download | ioquake3-aero-633090cac5b7ca6897f5bb1dba3c76c8d285c0e1.tar.gz ioquake3-aero-633090cac5b7ca6897f5bb1dba3c76c8d285c0e1.zip |
* Unbreak the MinGW build more...
* Unbreak USE_OPENAL_DLOPEN=1
git-svn-id: svn://svn.icculus.org/quake3/trunk@353 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix')
-rw-r--r-- | code/unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/unix/Makefile b/code/unix/Makefile index 47a0a79..d315968 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -234,7 +234,7 @@ ifeq ($(PLATFORM),mingw32) BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes ifeq ($(USE_OPENAL),1) - BASE_CFLAGS += -DUSE_OPENAL=1 + BASE_CFLAGS += -DUSE_OPENAL=1 -DUSE_OPENAL_DLOPEN=1 endif DX_CFLAGS = -I$(DXSDK_DIR)/Include |