add likely stub code for adding linkage to libole when building libpbd on windows.

I may have gotten the precise linkflags string incorrect, but this my best guess.
This commit is contained in:
Paul Davis 2014-03-01 22:44:56 -05:00
parent fd64bba1de
commit fc88eaf392

View File

@ -148,6 +148,8 @@ def build(bld):
if bld.env['build_target'] == 'x86_64':
obj.defines += [ 'USE_X86_64_ASM' ]
if bld.env['build_target'] == 'mingw':
obj.linkflags += ['-lole']
if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):
# Unit tests