r352 - trunk/code/unix

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Nov 13 16:23:16 EST 2005


Author: tma
Date: 2005-11-13 16:23:16 -0500 (Sun, 13 Nov 2005)
New Revision: 352

Modified:
   trunk/code/unix/Makefile
Log:
* Unbreak the MinGW build


Modified: trunk/code/unix/Makefile
===================================================================
--- trunk/code/unix/Makefile	2005-11-13 21:08:04 UTC (rev 351)
+++ trunk/code/unix/Makefile	2005-11-13 21:23:16 UTC (rev 352)
@@ -235,9 +235,6 @@
 
   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 @@
   LDFLAGS= -mwindows -lwsock32 -lgdi32 -lwinmm -lole32
   GLLDFLAGS=
 
-  ifneq ($(USE_OPENAL_DLOPEN),1)
-    LDFLAGS += -lopenal
-  endif
-
   ifeq ($(ARCH),x86)
     # build 32bit
     BASE_CFLAGS += -m32




More information about the quake3-commits mailing list