Oops - forgot I'd need to add an entry to 'ptformat/wscript'
authorJohn Emmas <johne53@tiscali.co.uk>
Mon, 10 Aug 2015 17:16:33 +0000 (18:16 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Mon, 10 Aug 2015 17:17:31 +0000 (18:17 +0100)
libs/ptformat/wscript

index 9e1e11fbf01a485da9d76bc4285f4e3e2814ff52..4d381234feda704059cf3817b3265c5aa9011870 100644 (file)
@@ -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()