From eb5643fcd0e6836b1d1f2cc06aaa3817299ca997 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Thu, 24 Jan 2008 07:25:02 +0000 Subject: [PATCH] * copy python25_d.dll when building BF_DEBUG=1 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 57d818d578d..51f925f634b 100644 --- a/SConstruct +++ b/SConstruct @@ -401,7 +401,7 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'): '${LCGDIR}/zlib/lib/zlib.dll', '${LCGDIR}/tiff/lib/libtiff.dll'] if env['BF_DEBUG']: - dllsources.append('${LCGDIR}/python/lib/${BF_PYTHON_LIB}.dll') + dllsources.append('${LCGDIR}/python/lib/${BF_PYTHON_LIB}_d.dll') else: dllsources.append('${LCGDIR}/python/lib/${BF_PYTHON_LIB}.dll') if env['OURPLATFORM'] == 'win32-mingw':