From 5bda4b6582522d21b15d62c5c76c71104e924cbc Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 30 Oct 2012 15:11:32 +0100 Subject: Now create a seperate installer for the debug exe and dlls --- mesalib/src/mesa/main/texcompress_s3tc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mesalib/src') diff --git a/mesalib/src/mesa/main/texcompress_s3tc.c b/mesalib/src/mesa/main/texcompress_s3tc.c index d4288a6f8..6476f118e 100644 --- a/mesalib/src/mesa/main/texcompress_s3tc.c +++ b/mesalib/src/mesa/main/texcompress_s3tc.c @@ -48,11 +48,7 @@ #if defined(_WIN32) || defined(WIN32) -#ifdef _DEBUG -#define DXTN_LIBNAME "dxtn_dbg.dll" -#else #define DXTN_LIBNAME "dxtn.dll" -#endif #define RTLD_LAZY 0 #define RTLD_GLOBAL 0 #elif defined(__DJGPP__) -- cgit v1.2.3