summaryrefslogtreecommitdiff
path: root/libs/ptformat
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2015-08-10 18:16:33 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2015-08-10 18:17:31 +0100
commitf83327fecbb9474b7a905b7802e45b36edc65c86 (patch)
tree5d6ec8ec0c04e843d7d5807b7d9e4f1aa35834bd /libs/ptformat
parent54345501e1f9e007e3e73d74bb629e10accf24de (diff)
Oops - forgot I'd need to add an entry to 'ptformat/wscript'
Diffstat (limited to 'libs/ptformat')
-rw-r--r--libs/ptformat/wscript1
1 files changed, 1 insertions, 0 deletions
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()