From f83327fecbb9474b7a905b7802e45b36edc65c86 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 10 Aug 2015 18:16:33 +0100 Subject: [PATCH] Oops - forgot I'd need to add an entry to 'ptformat/wscript' --- libs/ptformat/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ptformat/wscript b/libs/ptformat/wscript index 9e1e11fbf0..4d381234fe 100644 --- a/libs/ptformat/wscript +++ b/libs/ptformat/wscript @@ -38,6 +38,7 @@ def build(bld): autowaf.ensure_visible_symbols (obj, True) obj.vnum = LIBPTFORMAT_LIB_VERSION obj.install_path = bld.env['LIBDIR'] + obj.defines = [ 'LIBPTFORMAT_DLL_EXPORTS' ] def shutdown(): autowaf.shutdown()