13
0

Oops - forgot I'd need to add an entry to 'ptformat/wscript'

This commit is contained in:
John Emmas 2015-08-10 18:16:33 +01:00
parent 54345501e1
commit f83327fecb

View 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()