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:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user