Visible to Intel only — GUID: GUID-F04FE9AE-1806-4D4E-9064-88E35812FD92
Visible to Intel only — GUID: GUID-F04FE9AE-1806-4D4E-9064-88E35812FD92
Windows*
This section uses <tbb_install_dir> to indicate the top-level installation directory. The following table describes the subdirectory structure for Windows*, relative to <tbb_install_dir>.
Item |
Location |
Environment Variable |
---|---|---|
Header files |
include\oneapi\tbb.h |
INCLUDE |
.lib files |
lib\<arch>\vc<vcversion>\<lib><variant><version>.lib |
LIB |
.dll files |
redist\<arch>\vc<vcversion>\<lib><variant><version>.dll |
PATH |
.pdb files |
Same as corresponding .dll file. |
where
<arch> - ia32 or intel64
<lib> - tbb, tbbmalloc, tbbmalloc_proxy or tbbbind
<vcversion>
14 - use for dynamic linkage with the CRT
14_uwp - use for Windows 10 Universal Windows applications
14_uwd - use for Universal Windows Drivers
_mt - use for static linkage with the CRT
<variant> - _debug or empty
<version> - binary version
The last column shows which environment variables are used by the Microsoft* Visual C++* or Intel® C++ Compiler Classic or Intel® oneAPI DPC++/C++ Compiler to find these subdirectories.