2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-21 02:52:12 +00:00

port to windows

[SVN r28859]
This commit is contained in:
Toon Knapen
2005-05-13 10:18:28 +00:00
parent 4e2866d22b
commit ce7632d83c

View File

@@ -29,7 +29,7 @@ rule compile-fortran
actions compile-fortran
{
ifort $(OPTIONS) /D$(DEFINES) /I$(INCLUDES) /c /object:"$(<)" "$(>)"
ifort $(OPTIONS) /names:lowercase /D$(DEFINES) /I$(INCLUDES) /c /object:"$(<)" "$(>)"
}
generators.register-fortran-compiler ifort.compile-fortran : FORTRAN : OBJ ;