Added export definitions for typemap in the demos/fortran project.

This commit is contained in:
Harald Klimach 2016-01-20 14:13:40 +01:00 committed by Thomas Nagy
parent cbaab2f1b0
commit df7d5669f0
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
EXPORTS
EXAMPLE_MOD_mp_SUB1

View File

@ -19,6 +19,7 @@ def build(bld):
bld(
features = 'fc typemap fcshlib',
source = 'fsrc.f90 basetypes.f90',
defs = 'fsrc.def',
target = 'foo',
)