~diresu/blender/blender-command-port

« back to all changes in this revision

Viewing changes to config/win32-vc-config.py

  • Committer: jesterking
  • Date: 2008-11-12 07:48:53 UTC
  • Revision ID: vcs-imports@canonical.com-20081112074853-dx03lll1b0bztu3n
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

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
BF_TIFF = LIBDIR + '/tiff'
79
79
BF_TIFF_INC = '${BF_TIFF}/include'
 
80
BF_TIFF_LIB = 'libtiff'
 
81
BF_TIFF_LIBPATH = '${BF_TIFF}/lib'
80
82
 
81
83
WITH_BF_ZLIB = True
82
84
BF_ZLIB = LIBDIR + '/zlib'