mirror of
https://github.com/amd/blis.git
synced 2026-05-04 06:21:12 +00:00
Details: - Commented out redundant setting of LIBBLIS_LINK within all driver- level Makefiles. This variable is already set within common.mk, and so the only time it should be overridden is if the user wants to link to a different copy of libblis. - Very minor changes to build/gen-make-frags/gen-make-frag.sh. - Whitespace and inconsequential quoting change to configure. - Moved top-level 'windows' directory into a new 'attic' directory.
12 lines
422 B
Plaintext
12 lines
422 B
Plaintext
/nologo
|
|
/LD /MT
|
|
/LIBPATH:"C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib\x64"
|
|
/LIBPATH:"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\lib\amd64"
|
|
/nodefaultlib:libcmt /nodefaultlib:libc /nodefaultlib:libmmt
|
|
msvcrt.lib
|
|
/LIBPATH:"C:\Program Files (x86)\Intel\Compiler\11.1\048\lib\intel64"
|
|
/LIBPATH:"C:\Program Files (x86)\Intel\Compiler\11.1\048\mkl\em64t\lib"
|
|
mkl_intel_lp64.lib
|
|
mkl_sequential.lib
|
|
mkl_core.lib
|