mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
Import libraries for Intel Fortran
This commit is contained in:
parent
872f77f8b5
commit
aac6e800eb
2
demos/fortran/foo.def
Normal file
2
demos/fortran/foo.def
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
EXPORTS
|
||||||
|
FOO
|
@ -44,6 +44,7 @@ def build(bld):
|
|||||||
features = 'fc fcshlib',
|
features = 'fc fcshlib',
|
||||||
source = 'foo.f',
|
source = 'foo.f',
|
||||||
target = 'shlib1',
|
target = 'shlib1',
|
||||||
|
defs = 'foo.def',
|
||||||
vnum = '2.3.9')
|
vnum = '2.3.9')
|
||||||
|
|
||||||
bld(
|
bld(
|
||||||
|
@ -33,7 +33,9 @@ def ifort_modifier_win32(self):
|
|||||||
v.FCLNK_TGT_F = '/out:'
|
v.FCLNK_TGT_F = '/out:'
|
||||||
v.FC_TGT_F = ['/c', '/o', '']
|
v.FC_TGT_F = ['/c', '/o', '']
|
||||||
v.FCFLAGS_fcshlib = ''
|
v.FCFLAGS_fcshlib = ''
|
||||||
|
v.LINKFLAGS_fcshlib = '/DLL'
|
||||||
v.AR_TGT_F = '/out:'
|
v.AR_TGT_F = '/out:'
|
||||||
|
v.IMPLIB_ST = '/IMPLIB:%s'
|
||||||
|
|
||||||
v.append_value('LINKFLAGS', '/subsystem:console')
|
v.append_value('LINKFLAGS', '/subsystem:console')
|
||||||
if v.IFORT_MANIFEST:
|
if v.IFORT_MANIFEST:
|
||||||
|
Loading…
Reference in New Issue
Block a user