mirror of
https://github.com/amd/blis.git
synced 2026-05-04 22:41:11 +00:00
Details: - Added a 'windows' directory, which contains a Windows build system similar to that of libflame's. Thanks to Martin for getting this up and running. - Spun off system header #includes into bli_system.h, which is included in blis.h - Added a Windows section to bli_clock.c (similar to libflame's).
12 lines
404 B
Plaintext
12 lines
404 B
Plaintext
/nologo
|
|
/LD /MT
|
|
/LIBPATH:"C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib"
|
|
/LIBPATH:"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\lib"
|
|
/nodefaultlib:libcmt /nodefaultlib:libc /nodefaultlib:libmmt
|
|
msvcrt.lib
|
|
/LIBPATH:"C:\Program Files (x86)\Intel\Compiler\11.1\048\lib\ia32"
|
|
/LIBPATH:"C:\Program Files (x86)\Intel\Compiler\11.1\048\mkl\ia32\lib"
|
|
mkl_intel_c.lib
|
|
mkl_sequential.lib
|
|
mkl_core.lib
|