From 999f312d6250ce3fd76dd59465be4fc25d0a612f Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 12 Nov 2008 07:48:53 +0000 Subject: Change the LCG_DIR usage to BF_name_LIBPATH where possible. FFMPEG can't be done like that yet, needs some extra thought to handle differences between vc and mingw setup --- config/win32-vc-config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/win32-vc-config.py') diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py index 9a41f7ee557..fe51abe0a89 100644 --- a/config/win32-vc-config.py +++ b/config/win32-vc-config.py @@ -77,6 +77,8 @@ BF_PNG_LIBPATH = '${BF_PNG}/lib' BF_TIFF = LIBDIR + '/tiff' BF_TIFF_INC = '${BF_TIFF}/include' +BF_TIFF_LIB = 'libtiff' +BF_TIFF_LIBPATH = '${BF_TIFF}/lib' WITH_BF_ZLIB = True BF_ZLIB = LIBDIR + '/zlib' -- cgit v1.2.3