diff options
author | marha <marha@users.sourceforge.net> | 2010-12-25 19:24:30 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-12-25 19:24:30 +0000 |
commit | ed68168a717efb0fb561039dcf6e9037f1478b82 (patch) | |
tree | cfa5bd1f7c711ccae771dd19a6b5cd294052c19c /mesalib/src/mesa/main/texcompress_s3tc.c | |
parent | a2739af4846f64b875acba066b89e7a61fc6c04c (diff) | |
parent | c2c3ce5abd338cb6345780cb86c30ca9f34a6562 (diff) | |
download | vcxsrv-ed68168a717efb0fb561039dcf6e9037f1478b82.tar.gz vcxsrv-ed68168a717efb0fb561039dcf6e9037f1478b82.tar.bz2 vcxsrv-ed68168a717efb0fb561039dcf6e9037f1478b82.zip |
Added compilation of dxtxn.dll
Diffstat (limited to 'mesalib/src/mesa/main/texcompress_s3tc.c')
-rw-r--r-- | mesalib/src/mesa/main/texcompress_s3tc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/texcompress_s3tc.c b/mesalib/src/mesa/main/texcompress_s3tc.c index 45a2f9c17..b5d1bcdbd 100644 --- a/mesalib/src/mesa/main/texcompress_s3tc.c +++ b/mesalib/src/mesa/main/texcompress_s3tc.c @@ -49,7 +49,11 @@ #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__) |