| | Compiling with Intel® Fortran Compiler Classic 2021.6.0 [Intel(R) 64]...
ifort /nologo /O2 /I"bin\static\x64\Release" /I"D:\software\XBeach\repository\trunk\src\xbeachlibrary\bin\static\x64\Release" /module:"bin\dynamic\x64\Release\\" /object:"bin\dynamic\x64\Release\\" /Fd"bin\dynamic\x64\Release\vc100.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64" /Qm64 "D:\software\XBeach\repository\trunk\src\xbeachlibrary\introspection.F90"
D:\software\XBeach\repository\trunk\src\xbeachlibrary\introspection.F90(292): remark #6536: All symbols from this module are already visible due to another USE; the ONLY clause will have no effect. Rename clauses, if any, will be honored. [GETKEY_MODULE]
use getkey_module, only: getkey, parameter
----------^
ifort /nologo /O2 /I"bin\static\x64\Release" /I"D:\software\XBeach\repository\trunk\src\xbeachlibrary\bin\static\x64\Release" /module:"bin\dynamic\x64\Release\\" /object:"bin\dynamic\x64\Release\\" /Fd"bin\dynamic\x64\Release\vc100.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64" /Qm64 "D:\software\XBeach\repository\trunk\src\xbeachlibrary\libxbeach_dynamic.F90"
Compiling manifest to resources...
rc.exe /fo "bin\dynamic\x64\Release\xbeachlibrary_dynamic.dll.embed.manifest.res" "bin\dynamic\x64\Release\xbeachlibrary_dynamic.dll.embed.manifest.rc"
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
Link /OUT:"bin\dynamic\x64\Release\xbeachlibrary_dynamic.dll" /NOLOGO /LIBPATH:"bin\static\x64\Release" /MANIFEST /MANIFESTFILE:"bin\dynamic\x64\Release\xbeachlibrary_dynamic.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /SUBSYSTEM:WINDOWS /IMPLIB:"D:\software\XBeach\repository\trunk\src\xbeachlibrary\bin\dynamic\x64\Release\xbeachlibrary_dynamic.lib" /DLL -qm64 "bin\dynamic\x64\Release\introspection.obj" "bin\dynamic\x64\Release\libxbeach_dynamic.obj" "D:\software\XBeach\repository\trunk\src\xbeachlibrary\bin\static\x64\Release\xbeachlibrary.lib" "bin\dynamic\x64\Release\xbeachlibrary_dynamic.dll.embed.manifest.res"
Creating library D:\software\XBeach\repository\trunk\src\xbeachlibrary\bin\dynamic\x64\Release\xbeachlibrary_dynamic.lib and object D:\software\XBeach\repository\trunk\src\xbeachlibrary\bin\dynamic\x64\Release\xbeachlibrary_dynamic.exp
Embedding manifest...
mt.exe /nologo /outputresource:"D:\software\XBeach\repository\trunk\src\xbeachlibrary\bin\dynamic\x64\Release\xbeachlibrary_dynamic.dll;#2" /manifest "bin\dynamic\x64\Release\xbeachlibrary_dynamic.dll.intermediate.manifest"
Performing Post-Build Event...
build\distribute.bat D:\software\XBeach\repository\trunk\ Release D:\software\XBeach\repository\trunk\src\xbeachlibrary\bin\dynamic\x64\Release\ x64
D:\software\XBeach\repository\trunk\src\xbeachlibrary>rem clear output dir
D:\software\XBeach\repository\trunk\src\xbeachlibrary>if exist "D:\software\XBeach\repository\trunk\\dist\x64\Release\XBeach.Library.dll" del "D:\software\XBeach\repository\trunk\\dist\x64\Release\XBeach.Library.dll" /q /f
D:\software\XBeach\repository\trunk\src\xbeachlibrary>if exist "D:\software\XBeach\repository\trunk\\dist\x64\Release\XBeach.BMI.dll" del "D:\software\XBeach\repository\trunk\\dist\x64\Release\XBeach.BMI.dll" /q /f
D:\software\XBeach\repository\trunk\src\xbeachlibrary>if not exist "D:\software\XBeach\repository\trunk\\dist\x64\Release" mkdir "D:\software\XBeach\repository\trunk\\dist\x64\Release"
D:\software\XBeach\repository\trunk\src\xbeachlibrary>rem copy dll files
D:\software\XBeach\repository\trunk\src\xbeachlibrary>if exist "D:\software\XBeach\repository\trunk\\src\xbeachlibrary\bin\dynamic\x64\Release\xbeachlibrary_dynamic.dll" copy "D:\software\XBeach\repository\trunk\\src\xbeachlibrary\bin\dynamic\x64\Release\xbeachlibrary_dynamic.dll" "D:\software\XBeach\repository\trunk\\dist\x64\Release\XBeach.Library.dll"
1 file(s) copied.
D:\software\XBeach\repository\trunk\src\xbeachlibrary>if exist "D:\software\XBeach\repository\trunk\\src\xbeachlibrary\bin\bmi\x64\Release\xbeachlibrary_bmi.dll" copy "D:\software\XBeach\repository\trunk\\src\xbeachlibrary\bin\bmi\x64\Release\xbeachlibrary_bmi.dll" "D:\software\XBeach\repository\trunk\\dist\x64\Release\XBeach.BMI.dll"
xbeachlibrary_dynamic - 0 error(s), 0 warning(s)
|