Advertisement
Guest User

Patch against tbb30_20100406oss_src.tgz to compile MT libs as static libraries

a guest
Apr 29th, 2010
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 179.27 KB | None | 0 0
  1. diff -urN tbb30.orig/build/vsproject/tbb.vcproj tbb30/build/vsproject/tbb.vcproj
  2. --- tbb30.orig/build/vsproject/tbb.vcproj 2010-04-21 10:21:02.000000000 -0400
  3. +++ tbb30/build/vsproject/tbb.vcproj 2010-04-27 18:29:32.852625000 -0400
  4. @@ -1,500 +1,1551 @@
  5. <?xml version="1.0" encoding="windows-1251"?>
  6. -<VisualStudioProject ProjectType="Visual C++" Version="8,00" Name="tbb" ProjectGUID="{F62787DD-1327-448B-9818-030062BCFAA5}" RootNamespace="tbb" Keyword="Win32Proj">
  7. +<VisualStudioProject
  8. + ProjectType="Visual C++"
  9. + Version="8.00"
  10. + Name="tbb"
  11. + ProjectGUID="{F62787DD-1327-448B-9818-030062BCFAA5}"
  12. + RootNamespace="tbb"
  13. + Keyword="Win32Proj"
  14. + >
  15. <Platforms>
  16. - <Platform Name="Win32"/>
  17. - <Platform Name="x64"/>
  18. + <Platform
  19. + Name="Win32"
  20. + />
  21. + <Platform
  22. + Name="x64"
  23. + />
  24. </Platforms>
  25. <ToolFiles>
  26. - <DefaultToolFile FileName="masm.rules"/>
  27. + <DefaultToolFile
  28. + FileName="masm.rules"
  29. + />
  30. </ToolFiles>
  31. <Configurations>
  32. - <Configuration Name="Debug|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
  33. - <Tool Name="VCPreBuildEventTool"/>
  34. - <Tool Name="VCCustomBuildTool"/>
  35. - <Tool Name="MASM"/>
  36. - <Tool Name="VCXMLDataGeneratorTool"/>
  37. - <Tool Name="VCMIDLTool"/>
  38. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MDd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D_USE_RTM_VERSION /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include" Optimization="0" AdditionalIncludeDirectories="." PreprocessorDefinitions="" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  39. - <Tool Name="VCManagedResourceCompilerTool"/>
  40. - <Tool Name="VCResourceCompilerTool"/>
  41. - <Tool Name="VCPreLinkEventTool"/>
  42. - <Tool Name="VCLinkerTool" AdditionalOptions="/DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbb.def&quot;" OutputFile="$(OutDir)\tbb_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" TargetMachine="1"/>
  43. - <Tool Name="VCALinkTool"/>
  44. - <Tool Name="VCManifestTool"/>
  45. - <Tool Name="VCXDCMakeTool"/>
  46. - <Tool Name="VCBscMakeTool"/>
  47. - <Tool Name="VCFxCopTool"/>
  48. - <Tool Name="VCAppVerifierTool"/>
  49. - <Tool Name="VCPostBuildEventTool"/>
  50. + <Configuration
  51. + Name="Debug|Win32"
  52. + OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  53. + IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  54. + ConfigurationType="2"
  55. + CharacterSet="0"
  56. + >
  57. + <Tool
  58. + Name="VCPreBuildEventTool"
  59. + />
  60. + <Tool
  61. + Name="VCCustomBuildTool"
  62. + />
  63. + <Tool
  64. + Name="MASM"
  65. + />
  66. + <Tool
  67. + Name="VCXMLDataGeneratorTool"
  68. + />
  69. + <Tool
  70. + Name="VCWebServiceProxyGeneratorTool"
  71. + />
  72. + <Tool
  73. + Name="VCMIDLTool"
  74. + />
  75. + <Tool
  76. + Name="VCCLCompilerTool"
  77. + AdditionalOptions=" /c /MDd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D_USE_RTM_VERSION /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include"
  78. + Optimization="0"
  79. + AdditionalIncludeDirectories="."
  80. + PreprocessorDefinitions=""
  81. + MinimalRebuild="true"
  82. + BasicRuntimeChecks="3"
  83. + RuntimeLibrary="3"
  84. + UsePrecompiledHeader="0"
  85. + WarningLevel="4"
  86. + DebugInformationFormat="1"
  87. + />
  88. + <Tool
  89. + Name="VCManagedResourceCompilerTool"
  90. + />
  91. + <Tool
  92. + Name="VCResourceCompilerTool"
  93. + />
  94. + <Tool
  95. + Name="VCPreLinkEventTool"
  96. + />
  97. + <Tool
  98. + Name="VCLinkerTool"
  99. + AdditionalOptions="/DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbb.def&quot;"
  100. + OutputFile="$(OutDir)\tbb_debug.dll"
  101. + LinkIncremental="1"
  102. + GenerateDebugInformation="true"
  103. + SubSystem="2"
  104. + TargetMachine="1"
  105. + />
  106. + <Tool
  107. + Name="VCALinkTool"
  108. + />
  109. + <Tool
  110. + Name="VCManifestTool"
  111. + />
  112. + <Tool
  113. + Name="VCXDCMakeTool"
  114. + />
  115. + <Tool
  116. + Name="VCBscMakeTool"
  117. + />
  118. + <Tool
  119. + Name="VCFxCopTool"
  120. + />
  121. + <Tool
  122. + Name="VCAppVerifierTool"
  123. + />
  124. + <Tool
  125. + Name="VCWebDeploymentTool"
  126. + />
  127. + <Tool
  128. + Name="VCPostBuildEventTool"
  129. + />
  130. </Configuration>
  131. - <Configuration Name="Debug|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
  132. - <Tool Name="VCPreBuildEventTool"/>
  133. - <Tool Name="VCCustomBuildTool"/>
  134. - <Tool Name="MASM"/>
  135. - <Tool Name="VCXMLDataGeneratorTool"/>
  136. - <Tool Name="VCMIDLTool" TargetEnvironment="3"/>
  137. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MDd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D_USE_RTM_VERSION /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include" Optimization="0" AdditionalIncludeDirectories="." PreprocessorDefinitions="" MinimalRebuild="true" BasicRuntimeChecks="3" BufferSecurityCheck="false" RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3" ShowIncludes="false"/>
  138. - <Tool Name="VCManagedResourceCompilerTool"/>
  139. - <Tool Name="VCResourceCompilerTool"/>
  140. - <Tool Name="VCPreLinkEventTool"/>
  141. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbb.def&quot;" OutputFile="$(OutDir)\tbb_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" TargetMachine="17"/>
  142. - <Tool Name="VCALinkTool"/>
  143. - <Tool Name="VCManifestTool"/>
  144. - <Tool Name="VCXDCMakeTool"/>
  145. - <Tool Name="VCBscMakeTool"/>
  146. - <Tool Name="VCFxCopTool"/>
  147. - <Tool Name="VCAppVerifierTool"/>
  148. - <Tool Name="VCPostBuildEventTool"/>
  149. + <Configuration
  150. + Name="Debug|x64"
  151. + OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  152. + IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  153. + ConfigurationType="2"
  154. + CharacterSet="0"
  155. + >
  156. + <Tool
  157. + Name="VCPreBuildEventTool"
  158. + />
  159. + <Tool
  160. + Name="VCCustomBuildTool"
  161. + />
  162. + <Tool
  163. + Name="MASM"
  164. + />
  165. + <Tool
  166. + Name="VCXMLDataGeneratorTool"
  167. + />
  168. + <Tool
  169. + Name="VCWebServiceProxyGeneratorTool"
  170. + />
  171. + <Tool
  172. + Name="VCMIDLTool"
  173. + TargetEnvironment="3"
  174. + />
  175. + <Tool
  176. + Name="VCCLCompilerTool"
  177. + AdditionalOptions=" /c /MDd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D_USE_RTM_VERSION /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include"
  178. + Optimization="0"
  179. + AdditionalIncludeDirectories="."
  180. + PreprocessorDefinitions=""
  181. + MinimalRebuild="true"
  182. + BasicRuntimeChecks="3"
  183. + RuntimeLibrary="3"
  184. + BufferSecurityCheck="false"
  185. + UsePrecompiledHeader="0"
  186. + WarningLevel="4"
  187. + DebugInformationFormat="1"
  188. + ShowIncludes="false"
  189. + />
  190. + <Tool
  191. + Name="VCManagedResourceCompilerTool"
  192. + />
  193. + <Tool
  194. + Name="VCResourceCompilerTool"
  195. + />
  196. + <Tool
  197. + Name="VCPreLinkEventTool"
  198. + />
  199. + <Tool
  200. + Name="VCLinkerTool"
  201. + AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbb.def&quot;"
  202. + OutputFile="$(OutDir)\tbb_debug.dll"
  203. + LinkIncremental="1"
  204. + GenerateDebugInformation="true"
  205. + SubSystem="2"
  206. + TargetMachine="17"
  207. + />
  208. + <Tool
  209. + Name="VCALinkTool"
  210. + />
  211. + <Tool
  212. + Name="VCManifestTool"
  213. + />
  214. + <Tool
  215. + Name="VCXDCMakeTool"
  216. + />
  217. + <Tool
  218. + Name="VCBscMakeTool"
  219. + />
  220. + <Tool
  221. + Name="VCFxCopTool"
  222. + />
  223. + <Tool
  224. + Name="VCAppVerifierTool"
  225. + />
  226. + <Tool
  227. + Name="VCWebDeploymentTool"
  228. + />
  229. + <Tool
  230. + Name="VCPostBuildEventTool"
  231. + />
  232. </Configuration>
  233. - <Configuration Name="Release|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
  234. - <Tool Name="VCPreBuildEventTool"/>
  235. - <Tool Name="VCCustomBuildTool"/>
  236. - <Tool Name="MASM"/>
  237. - <Tool Name="VCXMLDataGeneratorTool"/>
  238. - <Tool Name="VCMIDLTool"/>
  239. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MD /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /D_USE_RTM_VERSION /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include" AdditionalIncludeDirectories="." PreprocessorDefinitions="" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  240. - <Tool Name="VCManagedResourceCompilerTool"/>
  241. - <Tool Name="VCResourceCompilerTool"/>
  242. - <Tool Name="VCPreLinkEventTool"/>
  243. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbb.def&quot;" OutputFile="$(OutDir)\tbb.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="1"/>
  244. - <Tool Name="VCALinkTool"/>
  245. - <Tool Name="VCManifestTool"/>
  246. - <Tool Name="VCXDCMakeTool"/>
  247. - <Tool Name="VCBscMakeTool"/>
  248. - <Tool Name="VCFxCopTool"/>
  249. - <Tool Name="VCAppVerifierTool"/>
  250. - <Tool Name="VCPostBuildEventTool"/>
  251. + <Configuration
  252. + Name="Release|Win32"
  253. + OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  254. + IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  255. + ConfigurationType="2"
  256. + CharacterSet="0"
  257. + WholeProgramOptimization="1"
  258. + >
  259. + <Tool
  260. + Name="VCPreBuildEventTool"
  261. + />
  262. + <Tool
  263. + Name="VCCustomBuildTool"
  264. + />
  265. + <Tool
  266. + Name="MASM"
  267. + />
  268. + <Tool
  269. + Name="VCXMLDataGeneratorTool"
  270. + />
  271. + <Tool
  272. + Name="VCWebServiceProxyGeneratorTool"
  273. + />
  274. + <Tool
  275. + Name="VCMIDLTool"
  276. + />
  277. + <Tool
  278. + Name="VCCLCompilerTool"
  279. + AdditionalOptions=" /c /MD /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /D_USE_RTM_VERSION /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include"
  280. + AdditionalIncludeDirectories="."
  281. + PreprocessorDefinitions=""
  282. + RuntimeLibrary="2"
  283. + UsePrecompiledHeader="0"
  284. + WarningLevel="4"
  285. + DebugInformationFormat="1"
  286. + />
  287. + <Tool
  288. + Name="VCManagedResourceCompilerTool"
  289. + />
  290. + <Tool
  291. + Name="VCResourceCompilerTool"
  292. + />
  293. + <Tool
  294. + Name="VCPreLinkEventTool"
  295. + />
  296. + <Tool
  297. + Name="VCLinkerTool"
  298. + AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbb.def&quot;"
  299. + OutputFile="$(OutDir)\tbb.dll"
  300. + LinkIncremental="1"
  301. + GenerateDebugInformation="true"
  302. + SubSystem="2"
  303. + OptimizeReferences="2"
  304. + EnableCOMDATFolding="2"
  305. + TargetMachine="1"
  306. + />
  307. + <Tool
  308. + Name="VCALinkTool"
  309. + />
  310. + <Tool
  311. + Name="VCManifestTool"
  312. + />
  313. + <Tool
  314. + Name="VCXDCMakeTool"
  315. + />
  316. + <Tool
  317. + Name="VCBscMakeTool"
  318. + />
  319. + <Tool
  320. + Name="VCFxCopTool"
  321. + />
  322. + <Tool
  323. + Name="VCAppVerifierTool"
  324. + />
  325. + <Tool
  326. + Name="VCWebDeploymentTool"
  327. + />
  328. + <Tool
  329. + Name="VCPostBuildEventTool"
  330. + />
  331. </Configuration>
  332. - <Configuration Name="Release|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
  333. - <Tool Name="VCPreBuildEventTool"/>
  334. - <Tool Name="VCCustomBuildTool"/>
  335. - <Tool Name="MASM"/>
  336. - <Tool Name="VCXMLDataGeneratorTool"/>
  337. - <Tool Name="VCMIDLTool" TargetEnvironment="3"/>
  338. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MD /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /D_USE_RTM_VERSION /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include" AdditionalIncludeDirectories="." PreprocessorDefinitions="" BufferSecurityCheck="false" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  339. - <Tool Name="VCManagedResourceCompilerTool"/>
  340. - <Tool Name="VCResourceCompilerTool"/>
  341. - <Tool Name="VCPreLinkEventTool"/>
  342. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbb.def&quot;" OutputFile="$(OutDir)\tbb.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="17"/>
  343. - <Tool Name="VCALinkTool"/>
  344. - <Tool Name="VCManifestTool"/>
  345. - <Tool Name="VCXDCMakeTool"/>
  346. - <Tool Name="VCBscMakeTool"/>
  347. - <Tool Name="VCFxCopTool"/>
  348. - <Tool Name="VCAppVerifierTool"/>
  349. - <Tool Name="VCPostBuildEventTool"/>
  350. + <Configuration
  351. + Name="Release|x64"
  352. + OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  353. + IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  354. + ConfigurationType="2"
  355. + CharacterSet="0"
  356. + WholeProgramOptimization="1"
  357. + >
  358. + <Tool
  359. + Name="VCPreBuildEventTool"
  360. + />
  361. + <Tool
  362. + Name="VCCustomBuildTool"
  363. + />
  364. + <Tool
  365. + Name="MASM"
  366. + />
  367. + <Tool
  368. + Name="VCXMLDataGeneratorTool"
  369. + />
  370. + <Tool
  371. + Name="VCWebServiceProxyGeneratorTool"
  372. + />
  373. + <Tool
  374. + Name="VCMIDLTool"
  375. + TargetEnvironment="3"
  376. + />
  377. + <Tool
  378. + Name="VCCLCompilerTool"
  379. + AdditionalOptions=" /c /MD /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /D_USE_RTM_VERSION /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include"
  380. + AdditionalIncludeDirectories="."
  381. + PreprocessorDefinitions=""
  382. + RuntimeLibrary="2"
  383. + BufferSecurityCheck="false"
  384. + UsePrecompiledHeader="0"
  385. + WarningLevel="4"
  386. + DebugInformationFormat="1"
  387. + />
  388. + <Tool
  389. + Name="VCManagedResourceCompilerTool"
  390. + />
  391. + <Tool
  392. + Name="VCResourceCompilerTool"
  393. + />
  394. + <Tool
  395. + Name="VCPreLinkEventTool"
  396. + />
  397. + <Tool
  398. + Name="VCLinkerTool"
  399. + AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbb.def&quot;"
  400. + OutputFile="$(OutDir)\tbb.dll"
  401. + LinkIncremental="1"
  402. + GenerateDebugInformation="true"
  403. + SubSystem="2"
  404. + OptimizeReferences="2"
  405. + EnableCOMDATFolding="2"
  406. + TargetMachine="17"
  407. + />
  408. + <Tool
  409. + Name="VCALinkTool"
  410. + />
  411. + <Tool
  412. + Name="VCManifestTool"
  413. + />
  414. + <Tool
  415. + Name="VCXDCMakeTool"
  416. + />
  417. + <Tool
  418. + Name="VCBscMakeTool"
  419. + />
  420. + <Tool
  421. + Name="VCFxCopTool"
  422. + />
  423. + <Tool
  424. + Name="VCAppVerifierTool"
  425. + />
  426. + <Tool
  427. + Name="VCWebDeploymentTool"
  428. + />
  429. + <Tool
  430. + Name="VCPostBuildEventTool"
  431. + />
  432. </Configuration>
  433. - <Configuration Name="Debug-MT|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
  434. - <Tool Name="VCPreBuildEventTool"/>
  435. - <Tool Name="VCCustomBuildTool"/>
  436. - <Tool Name="MASM"/>
  437. - <Tool Name="VCXMLDataGeneratorTool"/>
  438. - <Tool Name="VCMIDLTool"/>
  439. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MTd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /I../../src /I../../src/rml/include /I../../include" Optimization="0" AdditionalIncludeDirectories="." PreprocessorDefinitions="" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  440. - <Tool Name="VCManagedResourceCompilerTool"/>
  441. - <Tool Name="VCResourceCompilerTool"/>
  442. - <Tool Name="VCPreLinkEventTool"/>
  443. - <Tool Name="VCLinkerTool" AdditionalOptions="/DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbb.def&quot;" OutputFile="$(OutDir)\tbb_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" TargetMachine="1"/>
  444. - <Tool Name="VCALinkTool"/>
  445. - <Tool Name="VCManifestTool"/>
  446. - <Tool Name="VCXDCMakeTool"/>
  447. - <Tool Name="VCBscMakeTool"/>
  448. - <Tool Name="VCFxCopTool"/>
  449. - <Tool Name="VCAppVerifierTool"/>
  450. - <Tool Name="VCPostBuildEventTool"/>
  451. + <Configuration
  452. + Name="Debug-MT|Win32"
  453. + OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  454. + IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  455. + ConfigurationType="4"
  456. + CharacterSet="0"
  457. + >
  458. + <Tool
  459. + Name="VCPreBuildEventTool"
  460. + />
  461. + <Tool
  462. + Name="VCCustomBuildTool"
  463. + />
  464. + <Tool
  465. + Name="MASM"
  466. + />
  467. + <Tool
  468. + Name="VCXMLDataGeneratorTool"
  469. + />
  470. + <Tool
  471. + Name="VCWebServiceProxyGeneratorTool"
  472. + />
  473. + <Tool
  474. + Name="VCMIDLTool"
  475. + />
  476. + <Tool
  477. + Name="VCCLCompilerTool"
  478. + AdditionalOptions=" /c /MTd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D__TBB_TASK_CPP_DIRECTLY_INCLUDED=1 /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /I../../src /I../../src/rml/include /I../../include"
  479. + Optimization="0"
  480. + AdditionalIncludeDirectories="."
  481. + PreprocessorDefinitions=""
  482. + MinimalRebuild="true"
  483. + BasicRuntimeChecks="3"
  484. + RuntimeLibrary="1"
  485. + UsePrecompiledHeader="0"
  486. + WarningLevel="4"
  487. + DebugInformationFormat="1"
  488. + />
  489. + <Tool
  490. + Name="VCManagedResourceCompilerTool"
  491. + />
  492. + <Tool
  493. + Name="VCResourceCompilerTool"
  494. + />
  495. + <Tool
  496. + Name="VCPreLinkEventTool"
  497. + />
  498. + <Tool
  499. + Name="VCLibrarianTool"
  500. + OutputFile="$(OutDir)\$(ProjectName)_debug.lib"
  501. + />
  502. + <Tool
  503. + Name="VCALinkTool"
  504. + />
  505. + <Tool
  506. + Name="VCXDCMakeTool"
  507. + />
  508. + <Tool
  509. + Name="VCBscMakeTool"
  510. + />
  511. + <Tool
  512. + Name="VCFxCopTool"
  513. + />
  514. + <Tool
  515. + Name="VCPostBuildEventTool"
  516. + />
  517. </Configuration>
  518. - <Configuration Name="Debug-MT|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
  519. - <Tool Name="VCPreBuildEventTool"/>
  520. - <Tool Name="VCCustomBuildTool"/>
  521. - <Tool Name="MASM"/>
  522. - <Tool Name="VCXMLDataGeneratorTool"/>
  523. - <Tool Name="VCMIDLTool" TargetEnvironment="3"/>
  524. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MTd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /I../../src /I../../src/rml/include /I../../include" Optimization="0" AdditionalIncludeDirectories="." PreprocessorDefinitions="" MinimalRebuild="true" BasicRuntimeChecks="3" BufferSecurityCheck="false" RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3" ShowIncludes="false"/>
  525. - <Tool Name="VCManagedResourceCompilerTool"/>
  526. - <Tool Name="VCResourceCompilerTool"/>
  527. - <Tool Name="VCPreLinkEventTool"/>
  528. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbb.def&quot;" OutputFile="$(OutDir)\tbb_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" TargetMachine="17"/>
  529. - <Tool Name="VCALinkTool"/>
  530. - <Tool Name="VCManifestTool"/>
  531. - <Tool Name="VCXDCMakeTool"/>
  532. - <Tool Name="VCBscMakeTool"/>
  533. - <Tool Name="VCFxCopTool"/>
  534. - <Tool Name="VCAppVerifierTool"/>
  535. - <Tool Name="VCPostBuildEventTool"/>
  536. + <Configuration
  537. + Name="Debug-MT|x64"
  538. + OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  539. + IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  540. + ConfigurationType="4"
  541. + CharacterSet="0"
  542. + >
  543. + <Tool
  544. + Name="VCPreBuildEventTool"
  545. + />
  546. + <Tool
  547. + Name="VCCustomBuildTool"
  548. + />
  549. + <Tool
  550. + Name="MASM"
  551. + />
  552. + <Tool
  553. + Name="VCXMLDataGeneratorTool"
  554. + />
  555. + <Tool
  556. + Name="VCWebServiceProxyGeneratorTool"
  557. + />
  558. + <Tool
  559. + Name="VCMIDLTool"
  560. + TargetEnvironment="3"
  561. + />
  562. + <Tool
  563. + Name="VCCLCompilerTool"
  564. + AdditionalOptions=" /c /MTd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /GS- /D__TBB_TASK_CPP_DIRECTLY_INCLUDED=1 /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /I../../src /I../../src/rml/include /I../../include"
  565. + Optimization="0"
  566. + AdditionalIncludeDirectories="."
  567. + PreprocessorDefinitions=""
  568. + MinimalRebuild="true"
  569. + BasicRuntimeChecks="3"
  570. + RuntimeLibrary="1"
  571. + BufferSecurityCheck="false"
  572. + UsePrecompiledHeader="0"
  573. + WarningLevel="4"
  574. + DebugInformationFormat="1"
  575. + ShowIncludes="false"
  576. + />
  577. + <Tool
  578. + Name="VCManagedResourceCompilerTool"
  579. + />
  580. + <Tool
  581. + Name="VCResourceCompilerTool"
  582. + />
  583. + <Tool
  584. + Name="VCPreLinkEventTool"
  585. + />
  586. + <Tool
  587. + Name="VCLibrarianTool"
  588. + OutputFile="$(OutDir)\$(ProjectName)_debug.lib"
  589. + />
  590. + <Tool
  591. + Name="VCALinkTool"
  592. + />
  593. + <Tool
  594. + Name="VCXDCMakeTool"
  595. + />
  596. + <Tool
  597. + Name="VCBscMakeTool"
  598. + />
  599. + <Tool
  600. + Name="VCFxCopTool"
  601. + />
  602. + <Tool
  603. + Name="VCPostBuildEventTool"
  604. + />
  605. </Configuration>
  606. - <Configuration Name="Release-MT|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
  607. - <Tool Name="VCPreBuildEventTool"/>
  608. - <Tool Name="VCCustomBuildTool"/>
  609. - <Tool Name="MASM"/>
  610. - <Tool Name="VCXMLDataGeneratorTool"/>
  611. - <Tool Name="VCMIDLTool"/>
  612. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MT /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /I../../src /I../../src/rml/include /I../../include" AdditionalIncludeDirectories="." PreprocessorDefinitions="" RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  613. - <Tool Name="VCManagedResourceCompilerTool"/>
  614. - <Tool Name="VCResourceCompilerTool"/>
  615. - <Tool Name="VCPreLinkEventTool"/>
  616. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbb.def&quot;" OutputFile="$(OutDir)\tbb.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="1"/>
  617. - <Tool Name="VCALinkTool"/>
  618. - <Tool Name="VCManifestTool"/>
  619. - <Tool Name="VCXDCMakeTool"/>
  620. - <Tool Name="VCBscMakeTool"/>
  621. - <Tool Name="VCFxCopTool"/>
  622. - <Tool Name="VCAppVerifierTool"/>
  623. - <Tool Name="VCPostBuildEventTool"/>
  624. + <Configuration
  625. + Name="Release-MT|Win32"
  626. + OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  627. + IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  628. + ConfigurationType="4"
  629. + CharacterSet="0"
  630. + WholeProgramOptimization="1"
  631. + >
  632. + <Tool
  633. + Name="VCPreBuildEventTool"
  634. + />
  635. + <Tool
  636. + Name="VCCustomBuildTool"
  637. + />
  638. + <Tool
  639. + Name="MASM"
  640. + />
  641. + <Tool
  642. + Name="VCXMLDataGeneratorTool"
  643. + />
  644. + <Tool
  645. + Name="VCWebServiceProxyGeneratorTool"
  646. + />
  647. + <Tool
  648. + Name="VCMIDLTool"
  649. + />
  650. + <Tool
  651. + Name="VCCLCompilerTool"
  652. + AdditionalOptions=" /c /MT /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /D__TBB_TASK_CPP_DIRECTLY_INCLUDED=1 /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /I../../src /I../../src/rml/include /I../../include"
  653. + AdditionalIncludeDirectories="."
  654. + PreprocessorDefinitions=""
  655. + RuntimeLibrary="0"
  656. + UsePrecompiledHeader="0"
  657. + WarningLevel="4"
  658. + DebugInformationFormat="1"
  659. + />
  660. + <Tool
  661. + Name="VCManagedResourceCompilerTool"
  662. + />
  663. + <Tool
  664. + Name="VCResourceCompilerTool"
  665. + />
  666. + <Tool
  667. + Name="VCPreLinkEventTool"
  668. + />
  669. + <Tool
  670. + Name="VCLibrarianTool"
  671. + />
  672. + <Tool
  673. + Name="VCALinkTool"
  674. + />
  675. + <Tool
  676. + Name="VCXDCMakeTool"
  677. + />
  678. + <Tool
  679. + Name="VCBscMakeTool"
  680. + />
  681. + <Tool
  682. + Name="VCFxCopTool"
  683. + />
  684. + <Tool
  685. + Name="VCPostBuildEventTool"
  686. + />
  687. </Configuration>
  688. - <Configuration Name="Release-MT|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
  689. - <Tool Name="VCPreBuildEventTool"/>
  690. - <Tool Name="VCCustomBuildTool"/>
  691. - <Tool Name="MASM"/>
  692. - <Tool Name="VCXMLDataGeneratorTool"/>
  693. - <Tool Name="VCMIDLTool" TargetEnvironment="3"/>
  694. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MT /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /I../../src /I../../src/rml/include /I../../include" AdditionalIncludeDirectories="." PreprocessorDefinitions="" BufferSecurityCheck="false" RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  695. - <Tool Name="VCManagedResourceCompilerTool"/>
  696. - <Tool Name="VCResourceCompilerTool"/>
  697. - <Tool Name="VCPreLinkEventTool"/>
  698. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbb.def&quot;" OutputFile="$(OutDir)\tbb.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="17"/>
  699. - <Tool Name="VCALinkTool"/>
  700. - <Tool Name="VCManifestTool"/>
  701. - <Tool Name="VCXDCMakeTool"/>
  702. - <Tool Name="VCBscMakeTool"/>
  703. - <Tool Name="VCFxCopTool"/>
  704. - <Tool Name="VCAppVerifierTool"/>
  705. - <Tool Name="VCPostBuildEventTool"/>
  706. + <Configuration
  707. + Name="Release-MT|x64"
  708. + OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  709. + IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  710. + ConfigurationType="4"
  711. + CharacterSet="0"
  712. + WholeProgramOptimization="1"
  713. + >
  714. + <Tool
  715. + Name="VCPreBuildEventTool"
  716. + />
  717. + <Tool
  718. + Name="VCCustomBuildTool"
  719. + />
  720. + <Tool
  721. + Name="MASM"
  722. + />
  723. + <Tool
  724. + Name="VCXMLDataGeneratorTool"
  725. + />
  726. + <Tool
  727. + Name="VCWebServiceProxyGeneratorTool"
  728. + />
  729. + <Tool
  730. + Name="VCMIDLTool"
  731. + TargetEnvironment="3"
  732. + />
  733. + <Tool
  734. + Name="VCCLCompilerTool"
  735. + AdditionalOptions=" /c /MT /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /GS- /D__TBB_TASK_CPP_DIRECTLY_INCLUDED=1 /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /W4 /I../../src /I../../src/rml/include /I../../include"
  736. + AdditionalIncludeDirectories="."
  737. + PreprocessorDefinitions=""
  738. + RuntimeLibrary="0"
  739. + BufferSecurityCheck="false"
  740. + UsePrecompiledHeader="0"
  741. + WarningLevel="4"
  742. + DebugInformationFormat="1"
  743. + />
  744. + <Tool
  745. + Name="VCManagedResourceCompilerTool"
  746. + />
  747. + <Tool
  748. + Name="VCResourceCompilerTool"
  749. + />
  750. + <Tool
  751. + Name="VCPreLinkEventTool"
  752. + />
  753. + <Tool
  754. + Name="VCLibrarianTool"
  755. + />
  756. + <Tool
  757. + Name="VCALinkTool"
  758. + />
  759. + <Tool
  760. + Name="VCXDCMakeTool"
  761. + />
  762. + <Tool
  763. + Name="VCBscMakeTool"
  764. + />
  765. + <Tool
  766. + Name="VCFxCopTool"
  767. + />
  768. + <Tool
  769. + Name="VCPostBuildEventTool"
  770. + />
  771. </Configuration>
  772. </Configurations>
  773. <References>
  774. </References>
  775. <Files>
  776. - <Filter Name="Source Files" Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  777. - <File RelativePath="..\..\src\tbb\intel64-masm\atomic_support.asm">
  778. - <FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true">
  779. + <Filter
  780. + Name="Source Files"
  781. + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  782. + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  783. + >
  784. + <File
  785. + RelativePath="..\..\src\tbb\arena.cpp"
  786. + >
  787. + </File>
  788. + <File
  789. + RelativePath="..\..\src\tbb\ia32-masm\atomic_support.asm"
  790. + >
  791. + <FileConfiguration
  792. + Name="Debug|Win32"
  793. + >
  794. + <Tool
  795. + Name="MASM"
  796. + AdditionalOptions="/coff /Zi"
  797. + />
  798. + </FileConfiguration>
  799. + <FileConfiguration
  800. + Name="Debug|x64"
  801. + ExcludedFromBuild="true"
  802. + >
  803. + <Tool
  804. + Name="MASM"
  805. + AdditionalOptions="/coff /Zi"
  806. + />
  807. + </FileConfiguration>
  808. + <FileConfiguration
  809. + Name="Release|x64"
  810. + ExcludedFromBuild="true"
  811. + >
  812. + <Tool
  813. + Name="MASM"
  814. + />
  815. + </FileConfiguration>
  816. + <FileConfiguration
  817. + Name="Debug-MT|Win32"
  818. + >
  819. + <Tool
  820. + Name="MASM"
  821. + AdditionalOptions="/coff /Zi"
  822. + />
  823. + </FileConfiguration>
  824. + <FileConfiguration
  825. + Name="Debug-MT|x64"
  826. + ExcludedFromBuild="true"
  827. + >
  828. + <Tool
  829. + Name="MASM"
  830. + AdditionalOptions="/coff /Zi"
  831. + />
  832. + </FileConfiguration>
  833. + <FileConfiguration
  834. + Name="Release-MT|Win32"
  835. + >
  836. + <Tool
  837. + Name="MASM"
  838. + />
  839. + </FileConfiguration>
  840. + <FileConfiguration
  841. + Name="Release-MT|x64"
  842. + ExcludedFromBuild="true"
  843. + >
  844. + <Tool
  845. + Name="MASM"
  846. + />
  847. + </FileConfiguration>
  848. + </File>
  849. + <File
  850. + RelativePath="..\..\src\tbb\intel64-masm\atomic_support.asm"
  851. + >
  852. + <FileConfiguration
  853. + Name="Debug|Win32"
  854. + ExcludedFromBuild="true"
  855. + >
  856. + <Tool
  857. + Name="MASM"
  858. + />
  859. + </FileConfiguration>
  860. + <FileConfiguration
  861. + Name="Debug|x64"
  862. + >
  863. + <Tool
  864. + Name="VCCustomBuildTool"
  865. + Description="building atomic_support.obj"
  866. + CommandLine="ml64 /Fo&quot;intel64\Debug\atomic_support.obj&quot; /DUSE_FRAME_POINTER /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm&#x0D;&#x0A;"
  867. + Outputs="intel64\Debug\atomic_support.obj"
  868. + />
  869. + </FileConfiguration>
  870. + <FileConfiguration
  871. + Name="Release|Win32"
  872. + ExcludedFromBuild="true"
  873. + >
  874. + <Tool
  875. + Name="MASM"
  876. + />
  877. + </FileConfiguration>
  878. + <FileConfiguration
  879. + Name="Release|x64"
  880. + >
  881. + <Tool
  882. + Name="VCCustomBuildTool"
  883. + Description="building atomic_support.obj"
  884. + CommandLine="ml64 /Fo&quot;intel64\Release\atomic_support.obj&quot; /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm&#x0D;&#x0A;"
  885. + Outputs="intel64\Release\atomic_support.obj"
  886. + />
  887. + </FileConfiguration>
  888. + <FileConfiguration
  889. + Name="Debug-MT|Win32"
  890. + ExcludedFromBuild="true"
  891. + >
  892. + <Tool
  893. + Name="MASM"
  894. + />
  895. + </FileConfiguration>
  896. + <FileConfiguration
  897. + Name="Debug-MT|x64"
  898. + >
  899. + <Tool
  900. + Name="VCCustomBuildTool"
  901. + Description="building atomic_support.obj"
  902. + CommandLine="ml64 /Fo&quot;intel64\Debug-MT\atomic_support.obj&quot; /DUSE_FRAME_POINTER /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm&#x0D;&#x0A;"
  903. + Outputs="intel64\Debug-MT\atomic_support.obj"
  904. + />
  905. + </FileConfiguration>
  906. + <FileConfiguration
  907. + Name="Release-MT|Win32"
  908. + ExcludedFromBuild="true"
  909. + >
  910. + <Tool
  911. + Name="MASM"
  912. + />
  913. + </FileConfiguration>
  914. + <FileConfiguration
  915. + Name="Release-MT|x64"
  916. + >
  917. + <Tool
  918. + Name="VCCustomBuildTool"
  919. + Description="building atomic_support.obj"
  920. + CommandLine="ml64 /Fo&quot;intel64\Release-MT\atomic_support.obj&quot; /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm&#x0D;&#x0A;"
  921. + Outputs="intel64\Release-MT\atomic_support.obj"
  922. + />
  923. + </FileConfiguration>
  924. + </File>
  925. + <File
  926. + RelativePath="..\..\src\tbb\cache_aligned_allocator.cpp"
  927. + >
  928. + </File>
  929. + <File
  930. + RelativePath="..\..\src\tbb\concurrent_hash_map.cpp"
  931. + >
  932. + </File>
  933. + <File
  934. + RelativePath="..\..\src\tbb\concurrent_monitor.cpp"
  935. + >
  936. + </File>
  937. + <File
  938. + RelativePath="..\..\src\tbb\concurrent_queue.cpp"
  939. + >
  940. + </File>
  941. + <File
  942. + RelativePath="..\..\src\old\concurrent_queue_v2.cpp"
  943. + >
  944. + </File>
  945. + <File
  946. + RelativePath="..\..\src\tbb\concurrent_vector.cpp"
  947. + >
  948. + </File>
  949. + <File
  950. + RelativePath="..\..\src\old\concurrent_vector_v2.cpp"
  951. + >
  952. + </File>
  953. + <File
  954. + RelativePath="..\..\src\tbb\condition_variable.cpp"
  955. + >
  956. + </File>
  957. + <File
  958. + RelativePath="..\..\src\tbb\critical_section.cpp"
  959. + >
  960. + </File>
  961. + <File
  962. + RelativePath="..\..\src\tbb\dynamic_link.cpp"
  963. + >
  964. + </File>
  965. + <File
  966. + RelativePath="..\..\src\tbb\governor.cpp"
  967. + >
  968. + </File>
  969. + <File
  970. + RelativePath="..\..\src\tbb\itt_notify.cpp"
  971. + >
  972. + </File>
  973. + <File
  974. + RelativePath="..\..\src\tbb\ia32-masm\lock_byte.asm"
  975. + >
  976. + <FileConfiguration
  977. + Name="Debug|Win32"
  978. + >
  979. + <Tool
  980. + Name="MASM"
  981. + AdditionalOptions="/coff /Zi"
  982. + />
  983. + </FileConfiguration>
  984. + <FileConfiguration
  985. + Name="Debug|x64"
  986. + ExcludedFromBuild="true"
  987. + >
  988. + <Tool
  989. + Name="MASM"
  990. + AdditionalOptions="/coff /Zi"
  991. + />
  992. + </FileConfiguration>
  993. + <FileConfiguration
  994. + Name="Release|x64"
  995. + ExcludedFromBuild="true"
  996. + >
  997. + <Tool
  998. + Name="MASM"
  999. + />
  1000. + </FileConfiguration>
  1001. + <FileConfiguration
  1002. + Name="Debug-MT|Win32"
  1003. + >
  1004. + <Tool
  1005. + Name="MASM"
  1006. + AdditionalOptions="/coff /Zi"
  1007. + />
  1008. + </FileConfiguration>
  1009. + <FileConfiguration
  1010. + Name="Debug-MT|x64"
  1011. + ExcludedFromBuild="true"
  1012. + >
  1013. + <Tool
  1014. + Name="MASM"
  1015. + AdditionalOptions="/coff /Zi"
  1016. + />
  1017. + </FileConfiguration>
  1018. + <FileConfiguration
  1019. + Name="Release-MT|Win32"
  1020. + >
  1021. + <Tool
  1022. + Name="MASM"
  1023. + />
  1024. + </FileConfiguration>
  1025. + <FileConfiguration
  1026. + Name="Release-MT|x64"
  1027. + ExcludedFromBuild="true"
  1028. + >
  1029. + <Tool
  1030. + Name="MASM"
  1031. + />
  1032. + </FileConfiguration>
  1033. + </File>
  1034. + <File
  1035. + RelativePath="..\..\src\tbb\market.cpp"
  1036. + >
  1037. + </File>
  1038. + <File
  1039. + RelativePath="..\..\src\tbb\mutex.cpp"
  1040. + >
  1041. + </File>
  1042. + <File
  1043. + RelativePath="..\..\src\tbb\observer_proxy.cpp"
  1044. + >
  1045. + </File>
  1046. + <File
  1047. + RelativePath="..\..\src\tbb\pipeline.cpp"
  1048. + >
  1049. + </File>
  1050. + <File
  1051. + RelativePath="..\..\src\tbb\private_server.cpp"
  1052. + >
  1053. + </File>
  1054. + <File
  1055. + RelativePath="..\..\src\tbb\queuing_mutex.cpp"
  1056. + >
  1057. + </File>
  1058. + <File
  1059. + RelativePath="..\..\src\tbb\queuing_rw_mutex.cpp"
  1060. + >
  1061. + </File>
  1062. + <File
  1063. + RelativePath="..\..\src\tbb\reader_writer_lock.cpp"
  1064. + >
  1065. + </File>
  1066. + <File
  1067. + RelativePath="..\..\src\tbb\recursive_mutex.cpp"
  1068. + >
  1069. + </File>
  1070. + <File
  1071. + RelativePath="..\..\src\rml\client\rml_tbb.cpp"
  1072. + >
  1073. + </File>
  1074. + <File
  1075. + RelativePath="..\..\src\tbb\scheduler.cpp"
  1076. + >
  1077. + </File>
  1078. + <File
  1079. + RelativePath="..\..\src\tbb\spin_mutex.cpp"
  1080. + >
  1081. + </File>
  1082. + <File
  1083. + RelativePath="..\..\src\tbb\spin_rw_mutex.cpp"
  1084. + >
  1085. + </File>
  1086. + <File
  1087. + RelativePath="..\..\src\old\spin_rw_mutex_v2.cpp"
  1088. + >
  1089. + </File>
  1090. + <File
  1091. + RelativePath="..\..\src\tbb\task.cpp"
  1092. + >
  1093. + </File>
  1094. + <File
  1095. + RelativePath="..\..\src\tbb\task_group_context.cpp"
  1096. + >
  1097. + </File>
  1098. + <File
  1099. + RelativePath="..\..\src\old\task_v2.cpp"
  1100. + >
  1101. + </File>
  1102. + <File
  1103. + RelativePath="..\..\src\tbb\tbb_main.cpp"
  1104. + >
  1105. + </File>
  1106. + <File
  1107. + RelativePath="..\..\src\tbb\tbb_misc.cpp"
  1108. + >
  1109. + </File>
  1110. + <File
  1111. + RelativePath="..\..\src\tbb\tbb_thread.cpp"
  1112. + >
  1113. + </File>
  1114. + <File
  1115. + RelativePath="..\..\src\tbb\win32-tbb-export.def"
  1116. + >
  1117. + <FileConfiguration
  1118. + Name="Debug|Win32"
  1119. + >
  1120. + <Tool
  1121. + Name="VCCustomBuildTool"
  1122. + Description="generating tbb.def file"
  1123. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1124. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1125. + />
  1126. + </FileConfiguration>
  1127. + <FileConfiguration
  1128. + Name="Debug|x64"
  1129. + ExcludedFromBuild="true"
  1130. + >
  1131. + <Tool
  1132. + Name="VCCustomBuildTool"
  1133. + Description="generating tbb.def file"
  1134. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1135. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1136. + />
  1137. + </FileConfiguration>
  1138. + <FileConfiguration
  1139. + Name="Release|Win32"
  1140. + >
  1141. + <Tool
  1142. + Name="VCCustomBuildTool"
  1143. + Description="generating tbb.def file"
  1144. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1145. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1146. + />
  1147. + </FileConfiguration>
  1148. + <FileConfiguration
  1149. + Name="Release|x64"
  1150. + ExcludedFromBuild="true"
  1151. + >
  1152. + <Tool
  1153. + Name="VCCustomBuildTool"
  1154. + Description="generating tbb.def file"
  1155. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1156. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1157. + />
  1158. + </FileConfiguration>
  1159. + <FileConfiguration
  1160. + Name="Debug-MT|Win32"
  1161. + >
  1162. + <Tool
  1163. + Name="VCCustomBuildTool"
  1164. + Description="generating tbb.def file"
  1165. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1166. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1167. + />
  1168. + </FileConfiguration>
  1169. + <FileConfiguration
  1170. + Name="Debug-MT|x64"
  1171. + ExcludedFromBuild="true"
  1172. + >
  1173. + <Tool
  1174. + Name="VCCustomBuildTool"
  1175. + Description="generating tbb.def file"
  1176. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1177. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1178. + />
  1179. + </FileConfiguration>
  1180. + <FileConfiguration
  1181. + Name="Release-MT|Win32"
  1182. + >
  1183. + <Tool
  1184. + Name="VCCustomBuildTool"
  1185. + Description="generating tbb.def file"
  1186. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1187. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1188. + />
  1189. + </FileConfiguration>
  1190. + <FileConfiguration
  1191. + Name="Release-MT|x64"
  1192. + ExcludedFromBuild="true"
  1193. + >
  1194. + <Tool
  1195. + Name="VCCustomBuildTool"
  1196. + Description="generating tbb.def file"
  1197. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1198. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1199. + />
  1200. + </FileConfiguration>
  1201. + </File>
  1202. + <File
  1203. + RelativePath="..\..\src\tbb\win64-tbb-export.def"
  1204. + >
  1205. + <FileConfiguration
  1206. + Name="Debug|Win32"
  1207. + ExcludedFromBuild="true"
  1208. + >
  1209. + <Tool
  1210. + Name="VCCustomBuildTool"
  1211. + Description="generating tbb.def file"
  1212. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1213. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1214. + />
  1215. + </FileConfiguration>
  1216. + <FileConfiguration
  1217. + Name="Debug|x64"
  1218. + >
  1219. + <Tool
  1220. + Name="VCCustomBuildTool"
  1221. + Description="generating tbb.def file"
  1222. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1223. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1224. + />
  1225. + </FileConfiguration>
  1226. + <FileConfiguration
  1227. + Name="Release|Win32"
  1228. + ExcludedFromBuild="true"
  1229. + >
  1230. + <Tool
  1231. + Name="VCCustomBuildTool"
  1232. + Description="generating tbb.def file"
  1233. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1234. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1235. + />
  1236. + </FileConfiguration>
  1237. + <FileConfiguration
  1238. + Name="Release|x64"
  1239. + >
  1240. + <Tool
  1241. + Name="VCCustomBuildTool"
  1242. + Description="generating tbb.def file"
  1243. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1244. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1245. + />
  1246. + </FileConfiguration>
  1247. + <FileConfiguration
  1248. + Name="Debug-MT|Win32"
  1249. + ExcludedFromBuild="true"
  1250. + >
  1251. + <Tool
  1252. + Name="VCCustomBuildTool"
  1253. + Description="generating tbb.def file"
  1254. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1255. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1256. + />
  1257. + </FileConfiguration>
  1258. + <FileConfiguration
  1259. + Name="Debug-MT|x64"
  1260. + >
  1261. + <Tool
  1262. + Name="VCCustomBuildTool"
  1263. + Description="generating tbb.def file"
  1264. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1265. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1266. + />
  1267. + </FileConfiguration>
  1268. + <FileConfiguration
  1269. + Name="Release-MT|Win32"
  1270. + ExcludedFromBuild="true"
  1271. + >
  1272. + <Tool
  1273. + Name="VCCustomBuildTool"
  1274. + Description="generating tbb.def file"
  1275. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1276. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1277. + />
  1278. + </FileConfiguration>
  1279. + <FileConfiguration
  1280. + Name="Release-MT|x64"
  1281. + >
  1282. + <Tool
  1283. + Name="VCCustomBuildTool"
  1284. + Description="generating tbb.def file"
  1285. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  1286. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  1287. + />
  1288. </FileConfiguration>
  1289. - <FileConfiguration Name="Debug|x64">
  1290. - <Tool Name="VCCustomBuildTool" Description="building atomic_support.obj" CommandLine="ml64 /Fo&quot;intel64\Debug\atomic_support.obj&quot; /DUSE_FRAME_POINTER /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm
  1291. -" Outputs="intel64\Debug\atomic_support.obj"/>
  1292. - </FileConfiguration>
  1293. - <FileConfiguration Name="Release|Win32" ExcludedFromBuild="true">
  1294. - </FileConfiguration>
  1295. - <FileConfiguration Name="Release|x64">
  1296. - <Tool Name="VCCustomBuildTool" Description="building atomic_support.obj" CommandLine="ml64 /Fo&quot;intel64\Release\atomic_support.obj&quot; /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm
  1297. -" Outputs="intel64\Release\atomic_support.obj"/>
  1298. - </FileConfiguration>
  1299. - <FileConfiguration Name="Debug-MT|Win32" ExcludedFromBuild="true">
  1300. - </FileConfiguration>
  1301. - <FileConfiguration Name="Debug-MT|x64">
  1302. - <Tool Name="VCCustomBuildTool" Description="building atomic_support.obj" CommandLine="ml64 /Fo&quot;intel64\Debug-MT\atomic_support.obj&quot; /DUSE_FRAME_POINTER /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm
  1303. -" Outputs="intel64\Debug-MT\atomic_support.obj"/>
  1304. - </FileConfiguration>
  1305. - <FileConfiguration Name="Release-MT|Win32" ExcludedFromBuild="true">
  1306. - </FileConfiguration>
  1307. - <FileConfiguration Name="Release-MT|x64">
  1308. - <Tool Name="VCCustomBuildTool" Description="building atomic_support.obj" CommandLine="ml64 /Fo&quot;intel64\Release-MT\atomic_support.obj&quot; /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm
  1309. -" Outputs="intel64\Release-MT\atomic_support.obj"/>
  1310. - </FileConfiguration>
  1311. - </File>
  1312. - <File RelativePath="..\..\src\tbb\ia32-masm\atomic_support.asm">
  1313. - <FileConfiguration Name="Debug|Win32">
  1314. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  1315. - </FileConfiguration>
  1316. - <FileConfiguration Name="Debug|x64" ExcludedFromBuild="true">
  1317. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  1318. - </FileConfiguration>
  1319. - <FileConfiguration Name="Release|x64" ExcludedFromBuild="true">
  1320. - <Tool Name="MASM"/>
  1321. - </FileConfiguration>
  1322. - <FileConfiguration Name="Debug-MT|Win32">
  1323. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  1324. - </FileConfiguration>
  1325. - <FileConfiguration Name="Debug-MT|x64" ExcludedFromBuild="true">
  1326. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  1327. - </FileConfiguration>
  1328. - <FileConfiguration Name="Release-MT|x64" ExcludedFromBuild="true">
  1329. - <Tool Name="MASM"/>
  1330. - </FileConfiguration>
  1331. - </File>
  1332. - <File RelativePath="..\..\src\tbb\ia32-masm\lock_byte.asm">
  1333. - <FileConfiguration Name="Debug|Win32">
  1334. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  1335. - </FileConfiguration>
  1336. - <FileConfiguration Name="Debug|x64" ExcludedFromBuild="true">
  1337. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  1338. - </FileConfiguration>
  1339. - <FileConfiguration Name="Release|x64" ExcludedFromBuild="true">
  1340. - <Tool Name="MASM"/>
  1341. - </FileConfiguration>
  1342. - <FileConfiguration Name="Debug-MT|Win32">
  1343. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  1344. - </FileConfiguration>
  1345. - <FileConfiguration Name="Debug-MT|x64" ExcludedFromBuild="true">
  1346. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  1347. - </FileConfiguration>
  1348. - <FileConfiguration Name="Release-MT|x64" ExcludedFromBuild="true">
  1349. - <Tool Name="MASM"/>
  1350. - </FileConfiguration>
  1351. - </File>
  1352. - <File RelativePath="..\..\src\tbb\win32-tbb-export.def">
  1353. - <FileConfiguration Name="Debug|Win32">
  1354. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;
  1355. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1356. - </FileConfiguration>
  1357. - <FileConfiguration Name="Debug|x64" ExcludedFromBuild="true">
  1358. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;
  1359. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1360. - </FileConfiguration>
  1361. - <FileConfiguration Name="Release|Win32">
  1362. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;
  1363. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1364. - </FileConfiguration>
  1365. - <FileConfiguration Name="Release|x64" ExcludedFromBuild="true">
  1366. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;
  1367. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1368. - </FileConfiguration>
  1369. - <FileConfiguration Name="Debug-MT|Win32">
  1370. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;
  1371. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1372. - </FileConfiguration>
  1373. - <FileConfiguration Name="Debug-MT|x64" ExcludedFromBuild="true">
  1374. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;
  1375. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1376. - </FileConfiguration>
  1377. - <FileConfiguration Name="Release-MT|Win32">
  1378. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;
  1379. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1380. - </FileConfiguration>
  1381. - <FileConfiguration Name="Release-MT|x64" ExcludedFromBuild="true">
  1382. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;
  1383. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1384. - </FileConfiguration>
  1385. - </File>
  1386. - <File RelativePath="..\..\src\tbb\win64-tbb-export.def">
  1387. - <FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true">
  1388. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;
  1389. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1390. - </FileConfiguration>
  1391. - <FileConfiguration Name="Debug|x64">
  1392. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;
  1393. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1394. - </FileConfiguration>
  1395. - <FileConfiguration Name="Release|Win32" ExcludedFromBuild="true">
  1396. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;
  1397. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1398. - </FileConfiguration>
  1399. - <FileConfiguration Name="Release|x64">
  1400. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;
  1401. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1402. - </FileConfiguration>
  1403. - <FileConfiguration Name="Debug-MT|Win32" ExcludedFromBuild="true">
  1404. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;
  1405. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1406. - </FileConfiguration>
  1407. - <FileConfiguration Name="Debug-MT|x64">
  1408. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;
  1409. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1410. - </FileConfiguration>
  1411. - <FileConfiguration Name="Release-MT|Win32" ExcludedFromBuild="true">
  1412. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;
  1413. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1414. - </FileConfiguration>
  1415. - <FileConfiguration Name="Release-MT|x64">
  1416. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include &gt;&quot;$(IntDir)\tbb.def&quot;
  1417. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  1418. - </FileConfiguration>
  1419. - </File>
  1420. - <File RelativePath="..\..\src\tbb\concurrent_hash_map.cpp"/><File RelativePath="..\..\src\tbb\concurrent_queue.cpp"/><File RelativePath="..\..\src\tbb\concurrent_vector.cpp"/><File RelativePath="..\..\src\tbb\dynamic_link.cpp"/><File RelativePath="..\..\src\tbb\itt_notify.cpp"/><File RelativePath="..\..\src\tbb\cache_aligned_allocator.cpp"/><File RelativePath="..\..\src\tbb\pipeline.cpp"/><File RelativePath="..\..\src\tbb\queuing_mutex.cpp"/><File RelativePath="..\..\src\tbb\queuing_rw_mutex.cpp"/><File RelativePath="..\..\src\tbb\reader_writer_lock.cpp"/><File RelativePath="..\..\src\tbb\spin_rw_mutex.cpp"/><File RelativePath="..\..\src\tbb\spin_mutex.cpp"/><File RelativePath="..\..\src\tbb\critical_section.cpp"/><File RelativePath="..\..\src\tbb\task.cpp"/><File RelativePath="..\..\src\tbb\tbb_misc.cpp"/><File RelativePath="..\..\src\tbb\mutex.cpp"/><File RelativePath="..\..\src\tbb\recursive_mutex.cpp"/><File RelativePath="..\..\src\tbb\condition_variable.cpp"/><File RelativePath="..\..\src\tbb\tbb_thread.cpp"/><File RelativePath="..\..\src\tbb\concurrent_monitor.cpp"/><File RelativePath="..\..\src\tbb\private_server.cpp"/><File RelativePath="..\..\src\rml\client\rml_tbb.cpp"/><File RelativePath="..\..\src\tbb\task_group_context.cpp"/><File RelativePath="..\..\src\tbb\governor.cpp"/><File RelativePath="..\..\src\tbb\market.cpp"/><File RelativePath="..\..\src\tbb\arena.cpp"/><File RelativePath="..\..\src\tbb\scheduler.cpp"/><File RelativePath="..\..\src\tbb\observer_proxy.cpp"/><File RelativePath="..\..\src\tbb\tbb_main.cpp"/><File RelativePath="..\..\src\old\concurrent_vector_v2.cpp"/><File RelativePath="..\..\src\old\concurrent_queue_v2.cpp"/><File RelativePath="..\..\src\old\spin_rw_mutex_v2.cpp"/><File RelativePath="..\..\src\old\task_v2.cpp"/></Filter>
  1421. - <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  1422. - <File RelativePath="..\..\include\tbb\_concurrent_queue_internal.h">
  1423. - </File>
  1424. - <File RelativePath="..\..\include\tbb\_tbb_windef.h">
  1425. - </File>
  1426. - <File RelativePath="..\..\include\tbb\aligned_space.h">
  1427. - </File>
  1428. - <File RelativePath="..\..\include\tbb\atomic.h">
  1429. - </File>
  1430. - <File RelativePath="..\..\include\tbb\blocked_range.h">
  1431. - </File>
  1432. - <File RelativePath="..\..\include\tbb\blocked_range2d.h">
  1433. - </File>
  1434. - <File RelativePath="..\..\include\tbb\blocked_range3d.h">
  1435. - </File>
  1436. - <File RelativePath="..\..\include\tbb\cache_aligned_allocator.h">
  1437. - </File>
  1438. - <File RelativePath="..\..\include\tbb\combinable.h">
  1439. - </File>
  1440. - <File RelativePath="..\..\include\tbb\concurrent_hash_map.h">
  1441. - </File>
  1442. - <File RelativePath="..\..\src\tbb\concurrent_monitor.h">
  1443. - </File>
  1444. - <File RelativePath="..\..\include\tbb\concurrent_queue.h">
  1445. - </File>
  1446. - <File RelativePath="..\..\src\old\concurrent_queue_v2.h">
  1447. - </File>
  1448. - <File RelativePath="..\..\include\tbb\concurrent_vector.h">
  1449. - </File>
  1450. - <File RelativePath="..\..\src\old\concurrent_vector_v2.h">
  1451. - </File>
  1452. - <File RelativePath="..\..\include\tbb\critical_section.h">
  1453. - </File>
  1454. - <File RelativePath="..\..\src\tbb\dynamic_link.h">
  1455. - </File>
  1456. - <File RelativePath="..\..\include\tbb\enumerable_thread_specific.h">
  1457. - </File>
  1458. - <File RelativePath="..\..\src\tbb\gate.h">
  1459. - </File>
  1460. - <File RelativePath="..\..\src\test\harness.h">
  1461. - </File>
  1462. - <File RelativePath="..\..\src\test\harness_allocator.h">
  1463. - </File>
  1464. - <File RelativePath="..\..\src\test\harness_assert.h">
  1465. - </File>
  1466. - <File RelativePath="..\..\src\test\harness_bad_expr.h">
  1467. - </File>
  1468. - <File RelativePath="..\..\src\test\harness_barrier.h">
  1469. - </File>
  1470. - <File RelativePath="..\..\src\test\harness_concurrency_tracker.h">
  1471. - </File>
  1472. - <File RelativePath="..\..\src\test\harness_cpu.h">
  1473. </File>
  1474. - <File RelativePath="..\..\src\test\harness_eh.h">
  1475. - </File>
  1476. - <File RelativePath="..\..\src\test\harness_iterator.h">
  1477. - </File>
  1478. - <File RelativePath="..\..\src\test\harness_lrb.h">
  1479. - </File>
  1480. - <File RelativePath="..\..\src\test\harness_m128.h">
  1481. - </File>
  1482. - <File RelativePath="..\..\src\test\harness_memory.h">
  1483. - </File>
  1484. - <File RelativePath="..\..\src\test\harness_report.h">
  1485. - </File>
  1486. - <File RelativePath="..\..\include\tbb\machine\ibm_aix51.h">
  1487. - </File>
  1488. - <File RelativePath="..\..\src\tbb\itt_notify.h">
  1489. - </File>
  1490. - <File RelativePath="..\..\include\tbb\machine\linux_common.h">
  1491. - </File>
  1492. - <File RelativePath="..\..\include\tbb\machine\linux_ia32.h">
  1493. - </File>
  1494. - <File RelativePath="..\..\include\tbb\machine\linux_ia64.h">
  1495. - </File>
  1496. - <File RelativePath="..\..\include\tbb\machine\linux_intel64.h">
  1497. - </File>
  1498. - <File RelativePath="..\..\include\tbb\machine\mac_ppc.h">
  1499. - </File>
  1500. - <File RelativePath="..\..\include\tbb\mutex.h">
  1501. - </File>
  1502. - <File RelativePath="..\..\include\tbb\null_mutex.h">
  1503. - </File>
  1504. - <File RelativePath="..\..\include\tbb\null_rw_mutex.h">
  1505. - </File>
  1506. - <File RelativePath="..\..\include\tbb\parallel_do.h">
  1507. - </File>
  1508. - <File RelativePath="..\..\include\tbb\parallel_for.h">
  1509. - </File>
  1510. - <File RelativePath="..\..\include\tbb\parallel_for_each.h">
  1511. - </File>
  1512. - <File RelativePath="..\..\include\tbb\parallel_invoke.h">
  1513. - </File>
  1514. - <File RelativePath="..\..\include\tbb\parallel_reduce.h">
  1515. - </File>
  1516. - <File RelativePath="..\..\include\tbb\parallel_scan.h">
  1517. - </File>
  1518. - <File RelativePath="..\..\include\tbb\parallel_sort.h">
  1519. - </File>
  1520. - <File RelativePath="..\..\include\tbb\parallel_while.h">
  1521. - </File>
  1522. - <File RelativePath="..\..\include\tbb\partitioner.h">
  1523. - </File>
  1524. - <File RelativePath="..\..\include\tbb\pipeline.h">
  1525. - </File>
  1526. - <File RelativePath="..\..\include\tbb\compat\ppl.h">
  1527. - </File>
  1528. - <File RelativePath="..\..\include\tbb\queuing_mutex.h">
  1529. - </File>
  1530. - <File RelativePath="..\..\include\tbb\queuing_rw_mutex.h">
  1531. - </File>
  1532. - <File RelativePath="..\..\include\tbb\reader_writer_lock.h">
  1533. - </File>
  1534. - <File RelativePath="..\..\include\tbb\recursive_mutex.h">
  1535. - </File>
  1536. - <File RelativePath="..\..\include\tbb\scalable_allocator.h">
  1537. - </File>
  1538. - <File RelativePath="..\..\include\tbb\spin_mutex.h">
  1539. - </File>
  1540. - <File RelativePath="..\..\include\tbb\spin_rw_mutex.h">
  1541. - </File>
  1542. - <File RelativePath="..\..\src\old\spin_rw_mutex_v2.h">
  1543. - </File>
  1544. - <File RelativePath="..\..\include\tbb\task.h">
  1545. - </File>
  1546. - <File RelativePath="..\..\include\tbb\task_group.h">
  1547. - </File>
  1548. - <File RelativePath="..\..\include\tbb\task_scheduler_init.h">
  1549. - </File>
  1550. - <File RelativePath="..\..\include\tbb\task_scheduler_observer.h">
  1551. - </File>
  1552. - <File RelativePath="..\..\include\tbb\tbb.h">
  1553. - </File>
  1554. - <File RelativePath="..\..\include\tbb\tbb_allocator.h">
  1555. - </File>
  1556. - <File RelativePath="..\..\src\tbb\tbb_assert_impl.h">
  1557. - </File>
  1558. - <File RelativePath="..\..\include\tbb\tbb_config.h">
  1559. - </File>
  1560. - <File RelativePath="..\..\include\tbb\tbb_config_lrb.h">
  1561. - </File>
  1562. - <File RelativePath="..\..\include\tbb\tbb_exception.h">
  1563. - </File>
  1564. - <File RelativePath="..\..\include\tbb\tbb_machine.h">
  1565. - </File>
  1566. - <File RelativePath="..\..\src\tbb\tbb_misc.h">
  1567. - </File>
  1568. - <File RelativePath="..\..\include\tbb\tbb_profiling.h">
  1569. - </File>
  1570. - <File RelativePath="..\..\include\tbb\tbb_stddef.h">
  1571. - </File>
  1572. - <File RelativePath="..\..\include\tbb\tbb_thread.h">
  1573. - </File>
  1574. - <File RelativePath="..\..\src\tbb\tbb_version.h">
  1575. - </File>
  1576. - <File RelativePath="..\..\include\tbb\tbbmalloc_proxy.h">
  1577. - </File>
  1578. - <File RelativePath="..\..\src\test\test_allocator.h">
  1579. - </File>
  1580. - <File RelativePath="..\..\src\test\test_allocator_STL.h">
  1581. - </File>
  1582. - <File RelativePath="..\..\include\tbb\tick_count.h">
  1583. - </File>
  1584. - <File RelativePath="..\..\src\tbb\tls.h">
  1585. - </File>
  1586. - <File RelativePath="..\..\include\tbb\machine\windows_ia32.h">
  1587. - </File>
  1588. - <File RelativePath="..\..\include\tbb\machine\windows_intel64.h">
  1589. + </Filter>
  1590. + <Filter
  1591. + Name="Header Files"
  1592. + Filter="h;hpp;hxx;hm;inl;inc;xsd"
  1593. + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  1594. + >
  1595. + <File
  1596. + RelativePath="..\..\include\tbb\_concurrent_queue_internal.h"
  1597. + >
  1598. + </File>
  1599. + <File
  1600. + RelativePath="..\..\include\tbb\_tbb_windef.h"
  1601. + >
  1602. + </File>
  1603. + <File
  1604. + RelativePath="..\..\include\tbb\aligned_space.h"
  1605. + >
  1606. + </File>
  1607. + <File
  1608. + RelativePath="..\..\include\tbb\atomic.h"
  1609. + >
  1610. + </File>
  1611. + <File
  1612. + RelativePath="..\..\include\tbb\blocked_range.h"
  1613. + >
  1614. + </File>
  1615. + <File
  1616. + RelativePath="..\..\include\tbb\blocked_range2d.h"
  1617. + >
  1618. + </File>
  1619. + <File
  1620. + RelativePath="..\..\include\tbb\blocked_range3d.h"
  1621. + >
  1622. + </File>
  1623. + <File
  1624. + RelativePath="..\..\include\tbb\cache_aligned_allocator.h"
  1625. + >
  1626. + </File>
  1627. + <File
  1628. + RelativePath="..\..\include\tbb\combinable.h"
  1629. + >
  1630. + </File>
  1631. + <File
  1632. + RelativePath="..\..\include\tbb\concurrent_hash_map.h"
  1633. + >
  1634. + </File>
  1635. + <File
  1636. + RelativePath="..\..\src\tbb\concurrent_monitor.h"
  1637. + >
  1638. + </File>
  1639. + <File
  1640. + RelativePath="..\..\include\tbb\concurrent_queue.h"
  1641. + >
  1642. + </File>
  1643. + <File
  1644. + RelativePath="..\..\src\old\concurrent_queue_v2.h"
  1645. + >
  1646. + </File>
  1647. + <File
  1648. + RelativePath="..\..\include\tbb\concurrent_vector.h"
  1649. + >
  1650. + </File>
  1651. + <File
  1652. + RelativePath="..\..\src\old\concurrent_vector_v2.h"
  1653. + >
  1654. + </File>
  1655. + <File
  1656. + RelativePath="..\..\include\tbb\critical_section.h"
  1657. + >
  1658. + </File>
  1659. + <File
  1660. + RelativePath="..\..\src\tbb\dynamic_link.h"
  1661. + >
  1662. + </File>
  1663. + <File
  1664. + RelativePath="..\..\include\tbb\enumerable_thread_specific.h"
  1665. + >
  1666. + </File>
  1667. + <File
  1668. + RelativePath="..\..\src\tbb\gate.h"
  1669. + >
  1670. + </File>
  1671. + <File
  1672. + RelativePath="..\..\src\test\harness.h"
  1673. + >
  1674. + </File>
  1675. + <File
  1676. + RelativePath="..\..\src\test\harness_allocator.h"
  1677. + >
  1678. + </File>
  1679. + <File
  1680. + RelativePath="..\..\src\test\harness_assert.h"
  1681. + >
  1682. + </File>
  1683. + <File
  1684. + RelativePath="..\..\src\test\harness_bad_expr.h"
  1685. + >
  1686. + </File>
  1687. + <File
  1688. + RelativePath="..\..\src\test\harness_barrier.h"
  1689. + >
  1690. + </File>
  1691. + <File
  1692. + RelativePath="..\..\src\test\harness_concurrency_tracker.h"
  1693. + >
  1694. + </File>
  1695. + <File
  1696. + RelativePath="..\..\src\test\harness_cpu.h"
  1697. + >
  1698. + </File>
  1699. + <File
  1700. + RelativePath="..\..\src\test\harness_eh.h"
  1701. + >
  1702. + </File>
  1703. + <File
  1704. + RelativePath="..\..\src\test\harness_iterator.h"
  1705. + >
  1706. + </File>
  1707. + <File
  1708. + RelativePath="..\..\src\test\harness_lrb.h"
  1709. + >
  1710. + </File>
  1711. + <File
  1712. + RelativePath="..\..\src\test\harness_m128.h"
  1713. + >
  1714. + </File>
  1715. + <File
  1716. + RelativePath="..\..\src\test\harness_memory.h"
  1717. + >
  1718. + </File>
  1719. + <File
  1720. + RelativePath="..\..\src\test\harness_report.h"
  1721. + >
  1722. + </File>
  1723. + <File
  1724. + RelativePath="..\..\include\tbb\machine\ibm_aix51.h"
  1725. + >
  1726. + </File>
  1727. + <File
  1728. + RelativePath="..\..\src\tbb\itt_notify.h"
  1729. + >
  1730. + </File>
  1731. + <File
  1732. + RelativePath="..\..\include\tbb\machine\linux_common.h"
  1733. + >
  1734. + </File>
  1735. + <File
  1736. + RelativePath="..\..\include\tbb\machine\linux_ia32.h"
  1737. + >
  1738. + </File>
  1739. + <File
  1740. + RelativePath="..\..\include\tbb\machine\linux_ia64.h"
  1741. + >
  1742. + </File>
  1743. + <File
  1744. + RelativePath="..\..\include\tbb\machine\linux_intel64.h"
  1745. + >
  1746. + </File>
  1747. + <File
  1748. + RelativePath="..\..\include\tbb\machine\mac_ppc.h"
  1749. + >
  1750. + </File>
  1751. + <File
  1752. + RelativePath="..\..\include\tbb\mutex.h"
  1753. + >
  1754. + </File>
  1755. + <File
  1756. + RelativePath="..\..\include\tbb\null_mutex.h"
  1757. + >
  1758. + </File>
  1759. + <File
  1760. + RelativePath="..\..\include\tbb\null_rw_mutex.h"
  1761. + >
  1762. + </File>
  1763. + <File
  1764. + RelativePath="..\..\include\tbb\parallel_do.h"
  1765. + >
  1766. + </File>
  1767. + <File
  1768. + RelativePath="..\..\include\tbb\parallel_for.h"
  1769. + >
  1770. + </File>
  1771. + <File
  1772. + RelativePath="..\..\include\tbb\parallel_for_each.h"
  1773. + >
  1774. + </File>
  1775. + <File
  1776. + RelativePath="..\..\include\tbb\parallel_invoke.h"
  1777. + >
  1778. + </File>
  1779. + <File
  1780. + RelativePath="..\..\include\tbb\parallel_reduce.h"
  1781. + >
  1782. + </File>
  1783. + <File
  1784. + RelativePath="..\..\include\tbb\parallel_scan.h"
  1785. + >
  1786. + </File>
  1787. + <File
  1788. + RelativePath="..\..\include\tbb\parallel_sort.h"
  1789. + >
  1790. + </File>
  1791. + <File
  1792. + RelativePath="..\..\include\tbb\parallel_while.h"
  1793. + >
  1794. + </File>
  1795. + <File
  1796. + RelativePath="..\..\include\tbb\partitioner.h"
  1797. + >
  1798. + </File>
  1799. + <File
  1800. + RelativePath="..\..\include\tbb\pipeline.h"
  1801. + >
  1802. + </File>
  1803. + <File
  1804. + RelativePath="..\..\include\tbb\compat\ppl.h"
  1805. + >
  1806. + </File>
  1807. + <File
  1808. + RelativePath="..\..\include\tbb\queuing_mutex.h"
  1809. + >
  1810. + </File>
  1811. + <File
  1812. + RelativePath="..\..\include\tbb\queuing_rw_mutex.h"
  1813. + >
  1814. + </File>
  1815. + <File
  1816. + RelativePath="..\..\include\tbb\reader_writer_lock.h"
  1817. + >
  1818. + </File>
  1819. + <File
  1820. + RelativePath="..\..\include\tbb\recursive_mutex.h"
  1821. + >
  1822. + </File>
  1823. + <File
  1824. + RelativePath="..\..\include\tbb\scalable_allocator.h"
  1825. + >
  1826. + </File>
  1827. + <File
  1828. + RelativePath="..\..\include\tbb\spin_mutex.h"
  1829. + >
  1830. + </File>
  1831. + <File
  1832. + RelativePath="..\..\include\tbb\spin_rw_mutex.h"
  1833. + >
  1834. + </File>
  1835. + <File
  1836. + RelativePath="..\..\src\old\spin_rw_mutex_v2.h"
  1837. + >
  1838. + </File>
  1839. + <File
  1840. + RelativePath="..\..\include\tbb\task.h"
  1841. + >
  1842. + </File>
  1843. + <File
  1844. + RelativePath="..\..\include\tbb\task_group.h"
  1845. + >
  1846. + </File>
  1847. + <File
  1848. + RelativePath="..\..\include\tbb\task_scheduler_init.h"
  1849. + >
  1850. + </File>
  1851. + <File
  1852. + RelativePath="..\..\include\tbb\task_scheduler_observer.h"
  1853. + >
  1854. + </File>
  1855. + <File
  1856. + RelativePath="..\..\include\tbb\tbb.h"
  1857. + >
  1858. + </File>
  1859. + <File
  1860. + RelativePath="..\..\include\tbb\tbb_allocator.h"
  1861. + >
  1862. + </File>
  1863. + <File
  1864. + RelativePath="..\..\src\tbb\tbb_assert_impl.h"
  1865. + >
  1866. + </File>
  1867. + <File
  1868. + RelativePath="..\..\include\tbb\tbb_config.h"
  1869. + >
  1870. + </File>
  1871. + <File
  1872. + RelativePath="..\..\include\tbb\tbb_config_lrb.h"
  1873. + >
  1874. + </File>
  1875. + <File
  1876. + RelativePath="..\..\include\tbb\tbb_exception.h"
  1877. + >
  1878. + </File>
  1879. + <File
  1880. + RelativePath="..\..\include\tbb\tbb_machine.h"
  1881. + >
  1882. + </File>
  1883. + <File
  1884. + RelativePath="..\..\src\tbb\tbb_misc.h"
  1885. + >
  1886. + </File>
  1887. + <File
  1888. + RelativePath="..\..\include\tbb\tbb_profiling.h"
  1889. + >
  1890. + </File>
  1891. + <File
  1892. + RelativePath="..\..\include\tbb\tbb_stddef.h"
  1893. + >
  1894. + </File>
  1895. + <File
  1896. + RelativePath="..\..\include\tbb\tbb_thread.h"
  1897. + >
  1898. + </File>
  1899. + <File
  1900. + RelativePath="..\..\src\tbb\tbb_version.h"
  1901. + >
  1902. + </File>
  1903. + <File
  1904. + RelativePath="..\..\include\tbb\tbbmalloc_proxy.h"
  1905. + >
  1906. + </File>
  1907. + <File
  1908. + RelativePath="..\..\src\test\test_allocator.h"
  1909. + >
  1910. + </File>
  1911. + <File
  1912. + RelativePath="..\..\src\test\test_allocator_STL.h"
  1913. + >
  1914. + </File>
  1915. + <File
  1916. + RelativePath="..\..\include\tbb\tick_count.h"
  1917. + >
  1918. + </File>
  1919. + <File
  1920. + RelativePath="..\..\src\tbb\tls.h"
  1921. + >
  1922. + </File>
  1923. + <File
  1924. + RelativePath="..\..\include\tbb\machine\windows_ia32.h"
  1925. + >
  1926. + </File>
  1927. + <File
  1928. + RelativePath="..\..\include\tbb\machine\windows_intel64.h"
  1929. + >
  1930. </File>
  1931. </Filter>
  1932. - <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  1933. - <File RelativePath="..\..\src\tbb\tbb_resource.rc">
  1934. - <FileConfiguration Name="Debug|Win32">
  1935. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  1936. - </FileConfiguration>
  1937. - <FileConfiguration Name="Debug|x64">
  1938. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  1939. - </FileConfiguration>
  1940. - <FileConfiguration Name="Release|Win32">
  1941. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  1942. - </FileConfiguration>
  1943. - <FileConfiguration Name="Release|x64">
  1944. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  1945. - </FileConfiguration>
  1946. - <FileConfiguration Name="Debug-MT|Win32">
  1947. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  1948. - </FileConfiguration>
  1949. - <FileConfiguration Name="Debug-MT|x64">
  1950. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  1951. - </FileConfiguration>
  1952. - <FileConfiguration Name="Release-MT|Win32">
  1953. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  1954. - </FileConfiguration>
  1955. - <FileConfiguration Name="Release-MT|x64">
  1956. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  1957. + <Filter
  1958. + Name="Resource Files"
  1959. + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  1960. + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  1961. + >
  1962. + <File
  1963. + RelativePath="..\..\src\tbb\tbb_resource.rc"
  1964. + >
  1965. + <FileConfiguration
  1966. + Name="Debug|Win32"
  1967. + >
  1968. + <Tool
  1969. + Name="VCResourceCompilerTool"
  1970. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  1971. + />
  1972. + </FileConfiguration>
  1973. + <FileConfiguration
  1974. + Name="Debug|x64"
  1975. + >
  1976. + <Tool
  1977. + Name="VCResourceCompilerTool"
  1978. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  1979. + />
  1980. + </FileConfiguration>
  1981. + <FileConfiguration
  1982. + Name="Release|Win32"
  1983. + >
  1984. + <Tool
  1985. + Name="VCResourceCompilerTool"
  1986. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  1987. + />
  1988. + </FileConfiguration>
  1989. + <FileConfiguration
  1990. + Name="Release|x64"
  1991. + >
  1992. + <Tool
  1993. + Name="VCResourceCompilerTool"
  1994. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  1995. + />
  1996. + </FileConfiguration>
  1997. + <FileConfiguration
  1998. + Name="Debug-MT|Win32"
  1999. + >
  2000. + <Tool
  2001. + Name="VCResourceCompilerTool"
  2002. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  2003. + />
  2004. + </FileConfiguration>
  2005. + <FileConfiguration
  2006. + Name="Debug-MT|x64"
  2007. + >
  2008. + <Tool
  2009. + Name="VCResourceCompilerTool"
  2010. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  2011. + />
  2012. + </FileConfiguration>
  2013. + <FileConfiguration
  2014. + Name="Release-MT|Win32"
  2015. + >
  2016. + <Tool
  2017. + Name="VCResourceCompilerTool"
  2018. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  2019. + />
  2020. + </FileConfiguration>
  2021. + <FileConfiguration
  2022. + Name="Release-MT|x64"
  2023. + >
  2024. + <Tool
  2025. + Name="VCResourceCompilerTool"
  2026. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  2027. + />
  2028. </FileConfiguration>
  2029. </File>
  2030. </Filter>
  2031. diff -urN tbb30.orig/build/vsproject/tbbmalloc.vcproj tbb30/build/vsproject/tbbmalloc.vcproj
  2032. --- tbb30.orig/build/vsproject/tbbmalloc.vcproj 2010-04-21 10:21:02.000000000 -0400
  2033. +++ tbb30/build/vsproject/tbbmalloc.vcproj 2010-04-27 18:29:37.133875000 -0400
  2034. @@ -1,448 +1,1343 @@
  2035. <?xml version="1.0" encoding="windows-1251"?>
  2036. -<VisualStudioProject ProjectType="Visual C++" Version="8,00" Name="tbbmalloc" ProjectGUID="{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}" RootNamespace="tbbmalloc" Keyword="Win32Proj">
  2037. +<VisualStudioProject
  2038. + ProjectType="Visual C++"
  2039. + Version="8.00"
  2040. + Name="tbbmalloc"
  2041. + ProjectGUID="{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}"
  2042. + RootNamespace="tbbmalloc"
  2043. + Keyword="Win32Proj"
  2044. + >
  2045. <Platforms>
  2046. - <Platform Name="Win32"/>
  2047. - <Platform Name="x64"/>
  2048. + <Platform
  2049. + Name="Win32"
  2050. + />
  2051. + <Platform
  2052. + Name="x64"
  2053. + />
  2054. </Platforms>
  2055. <ToolFiles>
  2056. - <DefaultToolFile FileName="masm.rules"/>
  2057. + <DefaultToolFile
  2058. + FileName="masm.rules"
  2059. + />
  2060. </ToolFiles>
  2061. <Configurations>
  2062. - <Configuration Name="Debug|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
  2063. - <Tool Name="VCPreBuildEventTool"/>
  2064. - <Tool Name="VCCustomBuildTool"/>
  2065. - <Tool Name="MASM"/>
  2066. - <Tool Name="VCXMLDataGeneratorTool"/>
  2067. - <Tool Name="VCMIDLTool"/>
  2068. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MDd /Od /Ob0 /Zi /EHs- /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D_USE_RTM_VERSION /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc" Optimization="0" AdditionalIncludeDirectories="." PreprocessorDefinitions="" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="0" RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  2069. - <Tool Name="VCManagedResourceCompilerTool"/>
  2070. - <Tool Name="VCResourceCompilerTool"/>
  2071. - <Tool Name="VCPreLinkEventTool"/>
  2072. - <Tool Name="VCLinkerTool" AdditionalOptions="/DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbbmalloc.def&quot;" OutputFile="$(OutDir)\tbbmalloc_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" TargetMachine="1"/>
  2073. - <Tool Name="VCALinkTool"/>
  2074. - <Tool Name="VCManifestTool"/>
  2075. - <Tool Name="VCXDCMakeTool"/>
  2076. - <Tool Name="VCBscMakeTool"/>
  2077. - <Tool Name="VCFxCopTool"/>
  2078. - <Tool Name="VCAppVerifierTool"/>
  2079. - <Tool Name="VCPostBuildEventTool"/>
  2080. + <Configuration
  2081. + Name="Debug|Win32"
  2082. + OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  2083. + IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  2084. + ConfigurationType="2"
  2085. + CharacterSet="0"
  2086. + >
  2087. + <Tool
  2088. + Name="VCPreBuildEventTool"
  2089. + />
  2090. + <Tool
  2091. + Name="VCCustomBuildTool"
  2092. + />
  2093. + <Tool
  2094. + Name="MASM"
  2095. + />
  2096. + <Tool
  2097. + Name="VCXMLDataGeneratorTool"
  2098. + />
  2099. + <Tool
  2100. + Name="VCWebServiceProxyGeneratorTool"
  2101. + />
  2102. + <Tool
  2103. + Name="VCMIDLTool"
  2104. + />
  2105. + <Tool
  2106. + Name="VCCLCompilerTool"
  2107. + AdditionalOptions=" /c /MDd /Od /Ob0 /Zi /EHs- /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D_USE_RTM_VERSION /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc"
  2108. + Optimization="0"
  2109. + AdditionalIncludeDirectories="."
  2110. + PreprocessorDefinitions=""
  2111. + MinimalRebuild="true"
  2112. + ExceptionHandling="0"
  2113. + BasicRuntimeChecks="0"
  2114. + RuntimeLibrary="3"
  2115. + UsePrecompiledHeader="0"
  2116. + WarningLevel="4"
  2117. + DebugInformationFormat="1"
  2118. + />
  2119. + <Tool
  2120. + Name="VCManagedResourceCompilerTool"
  2121. + />
  2122. + <Tool
  2123. + Name="VCResourceCompilerTool"
  2124. + />
  2125. + <Tool
  2126. + Name="VCPreLinkEventTool"
  2127. + />
  2128. + <Tool
  2129. + Name="VCLinkerTool"
  2130. + AdditionalOptions="/DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbbmalloc.def&quot;"
  2131. + OutputFile="$(OutDir)\tbbmalloc_debug.dll"
  2132. + LinkIncremental="1"
  2133. + GenerateDebugInformation="true"
  2134. + SubSystem="2"
  2135. + TargetMachine="1"
  2136. + />
  2137. + <Tool
  2138. + Name="VCALinkTool"
  2139. + />
  2140. + <Tool
  2141. + Name="VCManifestTool"
  2142. + />
  2143. + <Tool
  2144. + Name="VCXDCMakeTool"
  2145. + />
  2146. + <Tool
  2147. + Name="VCBscMakeTool"
  2148. + />
  2149. + <Tool
  2150. + Name="VCFxCopTool"
  2151. + />
  2152. + <Tool
  2153. + Name="VCAppVerifierTool"
  2154. + />
  2155. + <Tool
  2156. + Name="VCWebDeploymentTool"
  2157. + />
  2158. + <Tool
  2159. + Name="VCPostBuildEventTool"
  2160. + />
  2161. </Configuration>
  2162. - <Configuration Name="Debug|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
  2163. - <Tool Name="VCPreBuildEventTool"/>
  2164. - <Tool Name="VCCustomBuildTool"/>
  2165. - <Tool Name="MASM"/>
  2166. - <Tool Name="VCXMLDataGeneratorTool"/>
  2167. - <Tool Name="VCMIDLTool" TargetEnvironment="3"/>
  2168. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MDd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D_USE_RTM_VERSION /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include" Optimization="0" AdditionalIncludeDirectories="." MinimalRebuild="false" ExceptionHandling="0" BasicRuntimeChecks="0" BufferSecurityCheck="false" RuntimeLibrary="3" TreatWChar_tAsBuiltInType="true" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3" ShowIncludes="false"/>
  2169. - <Tool Name="VCManagedResourceCompilerTool"/>
  2170. - <Tool Name="VCResourceCompilerTool"/>
  2171. - <Tool Name="VCPreLinkEventTool"/>
  2172. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbbmalloc.def&quot;" OutputFile="$(OutDir)\tbbmalloc_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" TargetMachine="17"/>
  2173. - <Tool Name="VCALinkTool"/>
  2174. - <Tool Name="VCManifestTool"/>
  2175. - <Tool Name="VCXDCMakeTool"/>
  2176. - <Tool Name="VCBscMakeTool"/>
  2177. - <Tool Name="VCFxCopTool"/>
  2178. - <Tool Name="VCAppVerifierTool"/>
  2179. - <Tool Name="VCPostBuildEventTool"/>
  2180. + <Configuration
  2181. + Name="Debug|x64"
  2182. + OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  2183. + IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  2184. + ConfigurationType="2"
  2185. + CharacterSet="0"
  2186. + >
  2187. + <Tool
  2188. + Name="VCPreBuildEventTool"
  2189. + />
  2190. + <Tool
  2191. + Name="VCCustomBuildTool"
  2192. + />
  2193. + <Tool
  2194. + Name="MASM"
  2195. + />
  2196. + <Tool
  2197. + Name="VCXMLDataGeneratorTool"
  2198. + />
  2199. + <Tool
  2200. + Name="VCWebServiceProxyGeneratorTool"
  2201. + />
  2202. + <Tool
  2203. + Name="VCMIDLTool"
  2204. + TargetEnvironment="3"
  2205. + />
  2206. + <Tool
  2207. + Name="VCCLCompilerTool"
  2208. + AdditionalOptions=" /c /MDd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D_USE_RTM_VERSION /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include"
  2209. + Optimization="0"
  2210. + AdditionalIncludeDirectories="."
  2211. + MinimalRebuild="false"
  2212. + ExceptionHandling="0"
  2213. + BasicRuntimeChecks="0"
  2214. + RuntimeLibrary="3"
  2215. + BufferSecurityCheck="false"
  2216. + TreatWChar_tAsBuiltInType="true"
  2217. + UsePrecompiledHeader="0"
  2218. + WarningLevel="4"
  2219. + DebugInformationFormat="1"
  2220. + ShowIncludes="false"
  2221. + />
  2222. + <Tool
  2223. + Name="VCManagedResourceCompilerTool"
  2224. + />
  2225. + <Tool
  2226. + Name="VCResourceCompilerTool"
  2227. + />
  2228. + <Tool
  2229. + Name="VCPreLinkEventTool"
  2230. + />
  2231. + <Tool
  2232. + Name="VCLinkerTool"
  2233. + AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbbmalloc.def&quot;"
  2234. + OutputFile="$(OutDir)\tbbmalloc_debug.dll"
  2235. + LinkIncremental="1"
  2236. + GenerateDebugInformation="true"
  2237. + SubSystem="2"
  2238. + TargetMachine="17"
  2239. + />
  2240. + <Tool
  2241. + Name="VCALinkTool"
  2242. + />
  2243. + <Tool
  2244. + Name="VCManifestTool"
  2245. + />
  2246. + <Tool
  2247. + Name="VCXDCMakeTool"
  2248. + />
  2249. + <Tool
  2250. + Name="VCBscMakeTool"
  2251. + />
  2252. + <Tool
  2253. + Name="VCFxCopTool"
  2254. + />
  2255. + <Tool
  2256. + Name="VCAppVerifierTool"
  2257. + />
  2258. + <Tool
  2259. + Name="VCWebDeploymentTool"
  2260. + />
  2261. + <Tool
  2262. + Name="VCPostBuildEventTool"
  2263. + />
  2264. </Configuration>
  2265. - <Configuration Name="Release|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
  2266. - <Tool Name="VCPreBuildEventTool"/>
  2267. - <Tool Name="VCCustomBuildTool"/>
  2268. - <Tool Name="MASM"/>
  2269. - <Tool Name="VCXMLDataGeneratorTool"/>
  2270. - <Tool Name="VCMIDLTool"/>
  2271. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MD /O2 /Zi /EHs- /Zc:forScope /Zc:wchar_t /D_USE_RTM_VERSION /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc" AdditionalIncludeDirectories="." PreprocessorDefinitions="" ExceptionHandling="0" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  2272. - <Tool Name="VCManagedResourceCompilerTool"/>
  2273. - <Tool Name="VCResourceCompilerTool"/>
  2274. - <Tool Name="VCPreLinkEventTool"/>
  2275. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbbmalloc.def&quot;" OutputFile="$(OutDir)\tbbmalloc.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="1"/>
  2276. - <Tool Name="VCALinkTool"/>
  2277. - <Tool Name="VCManifestTool"/>
  2278. - <Tool Name="VCXDCMakeTool"/>
  2279. - <Tool Name="VCBscMakeTool"/>
  2280. - <Tool Name="VCFxCopTool"/>
  2281. - <Tool Name="VCAppVerifierTool"/>
  2282. - <Tool Name="VCPostBuildEventTool"/>
  2283. + <Configuration
  2284. + Name="Release|Win32"
  2285. + OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  2286. + IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  2287. + ConfigurationType="2"
  2288. + CharacterSet="0"
  2289. + WholeProgramOptimization="1"
  2290. + >
  2291. + <Tool
  2292. + Name="VCPreBuildEventTool"
  2293. + />
  2294. + <Tool
  2295. + Name="VCCustomBuildTool"
  2296. + />
  2297. + <Tool
  2298. + Name="MASM"
  2299. + />
  2300. + <Tool
  2301. + Name="VCXMLDataGeneratorTool"
  2302. + />
  2303. + <Tool
  2304. + Name="VCWebServiceProxyGeneratorTool"
  2305. + />
  2306. + <Tool
  2307. + Name="VCMIDLTool"
  2308. + />
  2309. + <Tool
  2310. + Name="VCCLCompilerTool"
  2311. + AdditionalOptions=" /c /MD /O2 /Zi /EHs- /Zc:forScope /Zc:wchar_t /D_USE_RTM_VERSION /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc"
  2312. + AdditionalIncludeDirectories="."
  2313. + PreprocessorDefinitions=""
  2314. + ExceptionHandling="0"
  2315. + RuntimeLibrary="2"
  2316. + UsePrecompiledHeader="0"
  2317. + WarningLevel="4"
  2318. + DebugInformationFormat="1"
  2319. + />
  2320. + <Tool
  2321. + Name="VCManagedResourceCompilerTool"
  2322. + />
  2323. + <Tool
  2324. + Name="VCResourceCompilerTool"
  2325. + />
  2326. + <Tool
  2327. + Name="VCPreLinkEventTool"
  2328. + />
  2329. + <Tool
  2330. + Name="VCLinkerTool"
  2331. + AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbbmalloc.def&quot;"
  2332. + OutputFile="$(OutDir)\tbbmalloc.dll"
  2333. + LinkIncremental="1"
  2334. + GenerateDebugInformation="true"
  2335. + SubSystem="2"
  2336. + OptimizeReferences="2"
  2337. + EnableCOMDATFolding="2"
  2338. + TargetMachine="1"
  2339. + />
  2340. + <Tool
  2341. + Name="VCALinkTool"
  2342. + />
  2343. + <Tool
  2344. + Name="VCManifestTool"
  2345. + />
  2346. + <Tool
  2347. + Name="VCXDCMakeTool"
  2348. + />
  2349. + <Tool
  2350. + Name="VCBscMakeTool"
  2351. + />
  2352. + <Tool
  2353. + Name="VCFxCopTool"
  2354. + />
  2355. + <Tool
  2356. + Name="VCAppVerifierTool"
  2357. + />
  2358. + <Tool
  2359. + Name="VCWebDeploymentTool"
  2360. + />
  2361. + <Tool
  2362. + Name="VCPostBuildEventTool"
  2363. + />
  2364. </Configuration>
  2365. - <Configuration Name="Release|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
  2366. - <Tool Name="VCPreBuildEventTool"/>
  2367. - <Tool Name="VCCustomBuildTool"/>
  2368. - <Tool Name="MASM"/>
  2369. - <Tool Name="VCXMLDataGeneratorTool"/>
  2370. - <Tool Name="VCMIDLTool" TargetEnvironment="3"/>
  2371. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MD /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /D_USE_RTM_VERSION /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include" AdditionalIncludeDirectories="." PreprocessorDefinitions="" ExceptionHandling="0" BufferSecurityCheck="false" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  2372. - <Tool Name="VCManagedResourceCompilerTool"/>
  2373. - <Tool Name="VCResourceCompilerTool"/>
  2374. - <Tool Name="VCPreLinkEventTool"/>
  2375. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbbmalloc.def&quot;" OutputFile="$(OutDir)\tbbmalloc.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="17"/>
  2376. - <Tool Name="VCALinkTool"/>
  2377. - <Tool Name="VCManifestTool"/>
  2378. - <Tool Name="VCXDCMakeTool"/>
  2379. - <Tool Name="VCBscMakeTool"/>
  2380. - <Tool Name="VCFxCopTool"/>
  2381. - <Tool Name="VCAppVerifierTool"/>
  2382. - <Tool Name="VCPostBuildEventTool"/>
  2383. + <Configuration
  2384. + Name="Release|x64"
  2385. + OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  2386. + IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  2387. + ConfigurationType="2"
  2388. + CharacterSet="0"
  2389. + WholeProgramOptimization="1"
  2390. + >
  2391. + <Tool
  2392. + Name="VCPreBuildEventTool"
  2393. + />
  2394. + <Tool
  2395. + Name="VCCustomBuildTool"
  2396. + />
  2397. + <Tool
  2398. + Name="MASM"
  2399. + />
  2400. + <Tool
  2401. + Name="VCXMLDataGeneratorTool"
  2402. + />
  2403. + <Tool
  2404. + Name="VCWebServiceProxyGeneratorTool"
  2405. + />
  2406. + <Tool
  2407. + Name="VCMIDLTool"
  2408. + TargetEnvironment="3"
  2409. + />
  2410. + <Tool
  2411. + Name="VCCLCompilerTool"
  2412. + AdditionalOptions=" /c /MD /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /D_USE_RTM_VERSION /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include"
  2413. + AdditionalIncludeDirectories="."
  2414. + PreprocessorDefinitions=""
  2415. + ExceptionHandling="0"
  2416. + RuntimeLibrary="2"
  2417. + BufferSecurityCheck="false"
  2418. + UsePrecompiledHeader="0"
  2419. + WarningLevel="4"
  2420. + DebugInformationFormat="1"
  2421. + />
  2422. + <Tool
  2423. + Name="VCManagedResourceCompilerTool"
  2424. + />
  2425. + <Tool
  2426. + Name="VCResourceCompilerTool"
  2427. + />
  2428. + <Tool
  2429. + Name="VCPreLinkEventTool"
  2430. + />
  2431. + <Tool
  2432. + Name="VCLinkerTool"
  2433. + AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbbmalloc.def&quot;"
  2434. + OutputFile="$(OutDir)\tbbmalloc.dll"
  2435. + LinkIncremental="1"
  2436. + GenerateDebugInformation="true"
  2437. + SubSystem="2"
  2438. + OptimizeReferences="2"
  2439. + EnableCOMDATFolding="2"
  2440. + TargetMachine="17"
  2441. + />
  2442. + <Tool
  2443. + Name="VCALinkTool"
  2444. + />
  2445. + <Tool
  2446. + Name="VCManifestTool"
  2447. + />
  2448. + <Tool
  2449. + Name="VCXDCMakeTool"
  2450. + />
  2451. + <Tool
  2452. + Name="VCBscMakeTool"
  2453. + />
  2454. + <Tool
  2455. + Name="VCFxCopTool"
  2456. + />
  2457. + <Tool
  2458. + Name="VCAppVerifierTool"
  2459. + />
  2460. + <Tool
  2461. + Name="VCWebDeploymentTool"
  2462. + />
  2463. + <Tool
  2464. + Name="VCPostBuildEventTool"
  2465. + />
  2466. </Configuration>
  2467. - <Configuration Name="Debug-MT|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
  2468. - <Tool Name="VCPreBuildEventTool"/>
  2469. - <Tool Name="VCCustomBuildTool"/>
  2470. - <Tool Name="MASM"/>
  2471. - <Tool Name="VCXMLDataGeneratorTool"/>
  2472. - <Tool Name="VCMIDLTool"/>
  2473. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MTd /Od /Ob0 /Zi /EHs- /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc" Optimization="0" AdditionalIncludeDirectories="." PreprocessorDefinitions="" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="0" RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  2474. - <Tool Name="VCManagedResourceCompilerTool"/>
  2475. - <Tool Name="VCResourceCompilerTool"/>
  2476. - <Tool Name="VCPreLinkEventTool"/>
  2477. - <Tool Name="VCLinkerTool" AdditionalOptions="/DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbbmalloc.def&quot;" OutputFile="$(OutDir)\tbbmalloc_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" TargetMachine="1"/>
  2478. - <Tool Name="VCALinkTool"/>
  2479. - <Tool Name="VCManifestTool"/>
  2480. - <Tool Name="VCXDCMakeTool"/>
  2481. - <Tool Name="VCBscMakeTool"/>
  2482. - <Tool Name="VCFxCopTool"/>
  2483. - <Tool Name="VCAppVerifierTool"/>
  2484. - <Tool Name="VCPostBuildEventTool"/>
  2485. + <Configuration
  2486. + Name="Debug-MT|Win32"
  2487. + OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  2488. + IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  2489. + ConfigurationType="4"
  2490. + CharacterSet="0"
  2491. + >
  2492. + <Tool
  2493. + Name="VCPreBuildEventTool"
  2494. + />
  2495. + <Tool
  2496. + Name="VCCustomBuildTool"
  2497. + />
  2498. + <Tool
  2499. + Name="MASM"
  2500. + />
  2501. + <Tool
  2502. + Name="VCXMLDataGeneratorTool"
  2503. + />
  2504. + <Tool
  2505. + Name="VCWebServiceProxyGeneratorTool"
  2506. + />
  2507. + <Tool
  2508. + Name="VCMIDLTool"
  2509. + />
  2510. + <Tool
  2511. + Name="VCCLCompilerTool"
  2512. + AdditionalOptions=" /c /MTd /Od /Ob0 /Zi /EHs- /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D__TBB_TASK_CPP_DIRECTLY_INCLUDED=1 /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc"
  2513. + Optimization="0"
  2514. + AdditionalIncludeDirectories="."
  2515. + PreprocessorDefinitions=""
  2516. + MinimalRebuild="true"
  2517. + ExceptionHandling="0"
  2518. + BasicRuntimeChecks="0"
  2519. + RuntimeLibrary="1"
  2520. + UsePrecompiledHeader="0"
  2521. + WarningLevel="4"
  2522. + DebugInformationFormat="1"
  2523. + />
  2524. + <Tool
  2525. + Name="VCManagedResourceCompilerTool"
  2526. + />
  2527. + <Tool
  2528. + Name="VCResourceCompilerTool"
  2529. + />
  2530. + <Tool
  2531. + Name="VCPreLinkEventTool"
  2532. + />
  2533. + <Tool
  2534. + Name="VCLibrarianTool"
  2535. + OutputFile="$(OutDir)\$(ProjectName)_debug.lib"
  2536. + />
  2537. + <Tool
  2538. + Name="VCALinkTool"
  2539. + />
  2540. + <Tool
  2541. + Name="VCXDCMakeTool"
  2542. + />
  2543. + <Tool
  2544. + Name="VCBscMakeTool"
  2545. + />
  2546. + <Tool
  2547. + Name="VCFxCopTool"
  2548. + />
  2549. + <Tool
  2550. + Name="VCPostBuildEventTool"
  2551. + />
  2552. </Configuration>
  2553. - <Configuration Name="Debug-MT|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
  2554. - <Tool Name="VCPreBuildEventTool"/>
  2555. - <Tool Name="VCCustomBuildTool"/>
  2556. - <Tool Name="MASM"/>
  2557. - <Tool Name="VCXMLDataGeneratorTool"/>
  2558. - <Tool Name="VCMIDLTool" TargetEnvironment="3"/>
  2559. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MTd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /I../../src /I../../src/rml/include /I../../include" Optimization="0" AdditionalIncludeDirectories="." MinimalRebuild="false" ExceptionHandling="0" BufferSecurityCheck="false" BasicRuntimeChecks="0" RuntimeLibrary="1" TreatWChar_tAsBuiltInType="true" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3" ShowIncludes="false"/>
  2560. - <Tool Name="VCManagedResourceCompilerTool"/>
  2561. - <Tool Name="VCResourceCompilerTool"/>
  2562. - <Tool Name="VCPreLinkEventTool"/>
  2563. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbbmalloc.def&quot;" OutputFile="$(OutDir)\tbbmalloc_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" TargetMachine="17"/>
  2564. - <Tool Name="VCALinkTool"/>
  2565. - <Tool Name="VCManifestTool"/>
  2566. - <Tool Name="VCXDCMakeTool"/>
  2567. - <Tool Name="VCBscMakeTool"/>
  2568. - <Tool Name="VCFxCopTool"/>
  2569. - <Tool Name="VCAppVerifierTool"/>
  2570. - <Tool Name="VCPostBuildEventTool"/>
  2571. + <Configuration
  2572. + Name="Debug-MT|x64"
  2573. + OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  2574. + IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  2575. + ConfigurationType="4"
  2576. + CharacterSet="0"
  2577. + >
  2578. + <Tool
  2579. + Name="VCPreBuildEventTool"
  2580. + />
  2581. + <Tool
  2582. + Name="VCCustomBuildTool"
  2583. + />
  2584. + <Tool
  2585. + Name="MASM"
  2586. + />
  2587. + <Tool
  2588. + Name="VCXMLDataGeneratorTool"
  2589. + />
  2590. + <Tool
  2591. + Name="VCWebServiceProxyGeneratorTool"
  2592. + />
  2593. + <Tool
  2594. + Name="VCMIDLTool"
  2595. + TargetEnvironment="3"
  2596. + />
  2597. + <Tool
  2598. + Name="VCCLCompilerTool"
  2599. + AdditionalOptions=" /c /MTd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /GS- /D__TBB_TASK_CPP_DIRECTLY_INCLUDED=1 /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /I../../src /I../../src/rml/include /I../../include"
  2600. + Optimization="0"
  2601. + AdditionalIncludeDirectories="."
  2602. + MinimalRebuild="false"
  2603. + ExceptionHandling="0"
  2604. + BasicRuntimeChecks="0"
  2605. + RuntimeLibrary="1"
  2606. + BufferSecurityCheck="false"
  2607. + TreatWChar_tAsBuiltInType="true"
  2608. + UsePrecompiledHeader="0"
  2609. + WarningLevel="4"
  2610. + DebugInformationFormat="1"
  2611. + ShowIncludes="false"
  2612. + />
  2613. + <Tool
  2614. + Name="VCManagedResourceCompilerTool"
  2615. + />
  2616. + <Tool
  2617. + Name="VCResourceCompilerTool"
  2618. + />
  2619. + <Tool
  2620. + Name="VCPreLinkEventTool"
  2621. + />
  2622. + <Tool
  2623. + Name="VCLibrarianTool"
  2624. + OutputFile="$(OutDir)\$(ProjectName)_debug.lib"
  2625. + />
  2626. + <Tool
  2627. + Name="VCALinkTool"
  2628. + />
  2629. + <Tool
  2630. + Name="VCXDCMakeTool"
  2631. + />
  2632. + <Tool
  2633. + Name="VCBscMakeTool"
  2634. + />
  2635. + <Tool
  2636. + Name="VCFxCopTool"
  2637. + />
  2638. + <Tool
  2639. + Name="VCPostBuildEventTool"
  2640. + />
  2641. </Configuration>
  2642. - <Configuration Name="Release-MT|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
  2643. - <Tool Name="VCPreBuildEventTool"/>
  2644. - <Tool Name="VCCustomBuildTool"/>
  2645. - <Tool Name="MASM"/>
  2646. - <Tool Name="VCXMLDataGeneratorTool"/>
  2647. - <Tool Name="VCMIDLTool"/>
  2648. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MT /O2 /Zi /EHs- /Zc:forScope /Zc:wchar_t /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc" AdditionalIncludeDirectories="." PreprocessorDefinitions="" ExceptionHandling="0" RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  2649. - <Tool Name="VCManagedResourceCompilerTool"/>
  2650. - <Tool Name="VCResourceCompilerTool"/>
  2651. - <Tool Name="VCPreLinkEventTool"/>
  2652. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbbmalloc.def&quot;" OutputFile="$(OutDir)\tbbmalloc.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="1"/>
  2653. - <Tool Name="VCALinkTool"/>
  2654. - <Tool Name="VCManifestTool"/>
  2655. - <Tool Name="VCXDCMakeTool"/>
  2656. - <Tool Name="VCBscMakeTool"/>
  2657. - <Tool Name="VCFxCopTool"/>
  2658. - <Tool Name="VCAppVerifierTool"/>
  2659. - <Tool Name="VCPostBuildEventTool"/>
  2660. + <Configuration
  2661. + Name="Release-MT|Win32"
  2662. + OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  2663. + IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  2664. + ConfigurationType="4"
  2665. + CharacterSet="0"
  2666. + WholeProgramOptimization="1"
  2667. + >
  2668. + <Tool
  2669. + Name="VCPreBuildEventTool"
  2670. + />
  2671. + <Tool
  2672. + Name="VCCustomBuildTool"
  2673. + />
  2674. + <Tool
  2675. + Name="MASM"
  2676. + />
  2677. + <Tool
  2678. + Name="VCXMLDataGeneratorTool"
  2679. + />
  2680. + <Tool
  2681. + Name="VCWebServiceProxyGeneratorTool"
  2682. + />
  2683. + <Tool
  2684. + Name="VCMIDLTool"
  2685. + />
  2686. + <Tool
  2687. + Name="VCCLCompilerTool"
  2688. + AdditionalOptions=" /c /MT /O2 /Zi /EHs- /Zc:forScope /Zc:wchar_t /D__TBB_TASK_CPP_DIRECTLY_INCLUDED=1 /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc"
  2689. + AdditionalIncludeDirectories="."
  2690. + PreprocessorDefinitions=""
  2691. + ExceptionHandling="0"
  2692. + RuntimeLibrary="0"
  2693. + UsePrecompiledHeader="0"
  2694. + WarningLevel="4"
  2695. + DebugInformationFormat="1"
  2696. + />
  2697. + <Tool
  2698. + Name="VCManagedResourceCompilerTool"
  2699. + />
  2700. + <Tool
  2701. + Name="VCResourceCompilerTool"
  2702. + />
  2703. + <Tool
  2704. + Name="VCPreLinkEventTool"
  2705. + />
  2706. + <Tool
  2707. + Name="VCLibrarianTool"
  2708. + />
  2709. + <Tool
  2710. + Name="VCALinkTool"
  2711. + />
  2712. + <Tool
  2713. + Name="VCXDCMakeTool"
  2714. + />
  2715. + <Tool
  2716. + Name="VCBscMakeTool"
  2717. + />
  2718. + <Tool
  2719. + Name="VCFxCopTool"
  2720. + />
  2721. + <Tool
  2722. + Name="VCPostBuildEventTool"
  2723. + />
  2724. </Configuration>
  2725. - <Configuration Name="Release-MT|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
  2726. - <Tool Name="VCPreBuildEventTool"/>
  2727. - <Tool Name="VCCustomBuildTool"/>
  2728. - <Tool Name="MASM"/>
  2729. - <Tool Name="VCXMLDataGeneratorTool"/>
  2730. - <Tool Name="VCMIDLTool" TargetEnvironment="3"/>
  2731. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MT /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /I../../src /I../../src/rml/include /I../../include" AdditionalIncludeDirectories="." PreprocessorDefinitions="" ExceptionHandling="0" BufferSecurityCheck="false" RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  2732. - <Tool Name="VCManagedResourceCompilerTool"/>
  2733. - <Tool Name="VCResourceCompilerTool"/>
  2734. - <Tool Name="VCPreLinkEventTool"/>
  2735. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:&quot;$(IntDir)\tbbmalloc.def&quot;" OutputFile="$(OutDir)\tbbmalloc.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="17"/>
  2736. - <Tool Name="VCALinkTool"/>
  2737. - <Tool Name="VCManifestTool"/>
  2738. - <Tool Name="VCXDCMakeTool"/>
  2739. - <Tool Name="VCBscMakeTool"/>
  2740. - <Tool Name="VCFxCopTool"/>
  2741. - <Tool Name="VCAppVerifierTool"/>
  2742. - <Tool Name="VCPostBuildEventTool"/>
  2743. + <Configuration
  2744. + Name="Release-MT|x64"
  2745. + OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  2746. + IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  2747. + ConfigurationType="4"
  2748. + CharacterSet="0"
  2749. + WholeProgramOptimization="1"
  2750. + >
  2751. + <Tool
  2752. + Name="VCPreBuildEventTool"
  2753. + />
  2754. + <Tool
  2755. + Name="VCCustomBuildTool"
  2756. + />
  2757. + <Tool
  2758. + Name="MASM"
  2759. + />
  2760. + <Tool
  2761. + Name="VCXMLDataGeneratorTool"
  2762. + />
  2763. + <Tool
  2764. + Name="VCWebServiceProxyGeneratorTool"
  2765. + />
  2766. + <Tool
  2767. + Name="VCMIDLTool"
  2768. + TargetEnvironment="3"
  2769. + />
  2770. + <Tool
  2771. + Name="VCCLCompilerTool"
  2772. + AdditionalOptions=" /c /MT /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /GS- /D__TBB_TASK_CPP_DIRECTLY_INCLUDED=1 /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /I../../src /I../../src/rml/include /I../../include"
  2773. + AdditionalIncludeDirectories="."
  2774. + PreprocessorDefinitions=""
  2775. + ExceptionHandling="0"
  2776. + RuntimeLibrary="0"
  2777. + BufferSecurityCheck="false"
  2778. + UsePrecompiledHeader="0"
  2779. + WarningLevel="4"
  2780. + DebugInformationFormat="1"
  2781. + />
  2782. + <Tool
  2783. + Name="VCManagedResourceCompilerTool"
  2784. + />
  2785. + <Tool
  2786. + Name="VCResourceCompilerTool"
  2787. + />
  2788. + <Tool
  2789. + Name="VCPreLinkEventTool"
  2790. + />
  2791. + <Tool
  2792. + Name="VCLibrarianTool"
  2793. + />
  2794. + <Tool
  2795. + Name="VCALinkTool"
  2796. + />
  2797. + <Tool
  2798. + Name="VCXDCMakeTool"
  2799. + />
  2800. + <Tool
  2801. + Name="VCBscMakeTool"
  2802. + />
  2803. + <Tool
  2804. + Name="VCFxCopTool"
  2805. + />
  2806. + <Tool
  2807. + Name="VCPostBuildEventTool"
  2808. + />
  2809. </Configuration>
  2810. </Configurations>
  2811. <References>
  2812. </References>
  2813. <Files>
  2814. - <Filter Name="Source Files" Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  2815. - <File RelativePath="..\..\src\tbb\intel64-masm\atomic_support.asm">
  2816. - <FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true">
  2817. + <Filter
  2818. + Name="Source Files"
  2819. + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  2820. + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  2821. + >
  2822. + <File
  2823. + RelativePath="..\..\src\tbb\ia32-masm\atomic_support.asm"
  2824. + >
  2825. + <FileConfiguration
  2826. + Name="Debug|Win32"
  2827. + >
  2828. + <Tool
  2829. + Name="MASM"
  2830. + AdditionalOptions="/coff /Zi"
  2831. + />
  2832. + </FileConfiguration>
  2833. + <FileConfiguration
  2834. + Name="Debug|x64"
  2835. + ExcludedFromBuild="true"
  2836. + >
  2837. + <Tool
  2838. + Name="MASM"
  2839. + AdditionalOptions="/coff /Zi"
  2840. + />
  2841. + </FileConfiguration>
  2842. + <FileConfiguration
  2843. + Name="Release|x64"
  2844. + ExcludedFromBuild="true"
  2845. + >
  2846. + <Tool
  2847. + Name="MASM"
  2848. + />
  2849. + </FileConfiguration>
  2850. + <FileConfiguration
  2851. + Name="Debug-MT|Win32"
  2852. + >
  2853. + <Tool
  2854. + Name="MASM"
  2855. + AdditionalOptions="/coff /Zi"
  2856. + />
  2857. + </FileConfiguration>
  2858. + <FileConfiguration
  2859. + Name="Debug-MT|x64"
  2860. + ExcludedFromBuild="true"
  2861. + >
  2862. + <Tool
  2863. + Name="MASM"
  2864. + AdditionalOptions="/coff /Zi"
  2865. + />
  2866. + </FileConfiguration>
  2867. + <FileConfiguration
  2868. + Name="Release-MT|Win32"
  2869. + >
  2870. + <Tool
  2871. + Name="MASM"
  2872. + />
  2873. + </FileConfiguration>
  2874. + <FileConfiguration
  2875. + Name="Release-MT|x64"
  2876. + ExcludedFromBuild="true"
  2877. + >
  2878. + <Tool
  2879. + Name="MASM"
  2880. + />
  2881. + </FileConfiguration>
  2882. + </File>
  2883. + <File
  2884. + RelativePath="..\..\src\tbb\intel64-masm\atomic_support.asm"
  2885. + >
  2886. + <FileConfiguration
  2887. + Name="Debug|Win32"
  2888. + ExcludedFromBuild="true"
  2889. + >
  2890. + <Tool
  2891. + Name="MASM"
  2892. + />
  2893. + </FileConfiguration>
  2894. + <FileConfiguration
  2895. + Name="Debug|x64"
  2896. + >
  2897. + <Tool
  2898. + Name="VCCustomBuildTool"
  2899. + Description="building atomic_support.obj"
  2900. + CommandLine="ml64 /Fo&quot;intel64\Debug\atomic_support.obj&quot; /DUSE_FRAME_POINTER /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm&#x0D;&#x0A;"
  2901. + Outputs="intel64\Debug\atomic_support.obj"
  2902. + />
  2903. + </FileConfiguration>
  2904. + <FileConfiguration
  2905. + Name="Release|Win32"
  2906. + ExcludedFromBuild="true"
  2907. + >
  2908. + <Tool
  2909. + Name="MASM"
  2910. + />
  2911. + </FileConfiguration>
  2912. + <FileConfiguration
  2913. + Name="Release|x64"
  2914. + >
  2915. + <Tool
  2916. + Name="VCCustomBuildTool"
  2917. + Description="building atomic_support.obj"
  2918. + CommandLine="ml64 /Fo&quot;intel64\Release\atomic_support.obj&quot; /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm&#x0D;&#x0A;"
  2919. + Outputs="intel64\Release\atomic_support.obj"
  2920. + />
  2921. + </FileConfiguration>
  2922. + <FileConfiguration
  2923. + Name="Debug-MT|Win32"
  2924. + ExcludedFromBuild="true"
  2925. + >
  2926. + <Tool
  2927. + Name="MASM"
  2928. + />
  2929. + </FileConfiguration>
  2930. + <FileConfiguration
  2931. + Name="Debug-MT|x64"
  2932. + >
  2933. + <Tool
  2934. + Name="VCCustomBuildTool"
  2935. + Description="building atomic_support.obj"
  2936. + CommandLine="ml64 /Fo&quot;intel64\Debug-MT\atomic_support.obj&quot; /DUSE_FRAME_POINTER /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm&#x0D;&#x0A;"
  2937. + Outputs="intel64\Debug-MT\atomic_support.obj"
  2938. + />
  2939. + </FileConfiguration>
  2940. + <FileConfiguration
  2941. + Name="Release-MT|Win32"
  2942. + ExcludedFromBuild="true"
  2943. + >
  2944. + <Tool
  2945. + Name="MASM"
  2946. + />
  2947. + </FileConfiguration>
  2948. + <FileConfiguration
  2949. + Name="Release-MT|x64"
  2950. + >
  2951. + <Tool
  2952. + Name="VCCustomBuildTool"
  2953. + Description="building atomic_support.obj"
  2954. + CommandLine="ml64 /Fo&quot;intel64\Release-MT\atomic_support.obj&quot; /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm&#x0D;&#x0A;"
  2955. + Outputs="intel64\Release-MT\atomic_support.obj"
  2956. + />
  2957. + </FileConfiguration>
  2958. + </File>
  2959. + <File
  2960. + RelativePath="..\..\src\tbb\dynamic_link.cpp"
  2961. + >
  2962. + </File>
  2963. + <File
  2964. + RelativePath="..\..\src\tbb\itt_notify.cpp"
  2965. + >
  2966. + </File>
  2967. + <File
  2968. + RelativePath="..\..\src\tbb\ia32-masm\lock_byte.asm"
  2969. + >
  2970. + <FileConfiguration
  2971. + Name="Debug|Win32"
  2972. + >
  2973. + <Tool
  2974. + Name="MASM"
  2975. + AdditionalOptions="/coff /Zi"
  2976. + />
  2977. + </FileConfiguration>
  2978. + <FileConfiguration
  2979. + Name="Debug|x64"
  2980. + ExcludedFromBuild="true"
  2981. + >
  2982. + <Tool
  2983. + Name="MASM"
  2984. + AdditionalOptions="/coff /Zi"
  2985. + />
  2986. + </FileConfiguration>
  2987. + <FileConfiguration
  2988. + Name="Release|x64"
  2989. + ExcludedFromBuild="true"
  2990. + >
  2991. + <Tool
  2992. + Name="MASM"
  2993. + />
  2994. + </FileConfiguration>
  2995. + <FileConfiguration
  2996. + Name="Debug-MT|Win32"
  2997. + >
  2998. + <Tool
  2999. + Name="MASM"
  3000. + AdditionalOptions="/coff /Zi"
  3001. + />
  3002. + </FileConfiguration>
  3003. + <FileConfiguration
  3004. + Name="Debug-MT|x64"
  3005. + ExcludedFromBuild="true"
  3006. + >
  3007. + <Tool
  3008. + Name="MASM"
  3009. + AdditionalOptions="/coff /Zi"
  3010. + />
  3011. + </FileConfiguration>
  3012. + <FileConfiguration
  3013. + Name="Release-MT|Win32"
  3014. + >
  3015. + <Tool
  3016. + Name="MASM"
  3017. + />
  3018. + </FileConfiguration>
  3019. + <FileConfiguration
  3020. + Name="Release-MT|x64"
  3021. + ExcludedFromBuild="true"
  3022. + >
  3023. + <Tool
  3024. + Name="MASM"
  3025. + />
  3026. + </FileConfiguration>
  3027. + </File>
  3028. + <File
  3029. + RelativePath="..\..\src\tbbmalloc\MemoryAllocator.cpp"
  3030. + >
  3031. + </File>
  3032. + <File
  3033. + RelativePath="..\..\src\tbb\tbb_misc.cpp"
  3034. + >
  3035. + </File>
  3036. + <File
  3037. + RelativePath="..\..\src\tbbmalloc\tbbmalloc.cpp"
  3038. + >
  3039. + </File>
  3040. + <File
  3041. + RelativePath="..\..\src\tbbmalloc\win32-tbbmalloc-export.def"
  3042. + >
  3043. + <FileConfiguration
  3044. + Name="Debug|Win32"
  3045. + >
  3046. + <Tool
  3047. + Name="VCCustomBuildTool"
  3048. + Description="generating tbbmalloc.def file"
  3049. + CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;&#x0D;&#x0A;"
  3050. + Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"
  3051. + />
  3052. + </FileConfiguration>
  3053. + <FileConfiguration
  3054. + Name="Debug|x64"
  3055. + ExcludedFromBuild="true"
  3056. + >
  3057. + <Tool
  3058. + Name="VCCustomBuildTool"
  3059. + Description="generating tbb.def file"
  3060. + CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;&#x0D;&#x0A;"
  3061. + Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"
  3062. + />
  3063. + </FileConfiguration>
  3064. + <FileConfiguration
  3065. + Name="Release|Win32"
  3066. + >
  3067. + <Tool
  3068. + Name="VCCustomBuildTool"
  3069. + Description="generating tbbmalloc.def file"
  3070. + CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;&#x0D;&#x0A;"
  3071. + Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"
  3072. + />
  3073. + </FileConfiguration>
  3074. + <FileConfiguration
  3075. + Name="Release|x64"
  3076. + ExcludedFromBuild="true"
  3077. + >
  3078. + <Tool
  3079. + Name="VCCustomBuildTool"
  3080. + Description="generating tbb.def file"
  3081. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  3082. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  3083. + />
  3084. + </FileConfiguration>
  3085. + <FileConfiguration
  3086. + Name="Debug-MT|Win32"
  3087. + >
  3088. + <Tool
  3089. + Name="VCCustomBuildTool"
  3090. + Description="generating tbbmalloc.def file"
  3091. + CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;&#x0D;&#x0A;"
  3092. + Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"
  3093. + />
  3094. + </FileConfiguration>
  3095. + <FileConfiguration
  3096. + Name="Debug-MT|x64"
  3097. + ExcludedFromBuild="true"
  3098. + >
  3099. + <Tool
  3100. + Name="VCCustomBuildTool"
  3101. + Description="generating tbb.def file"
  3102. + CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;&#x0D;&#x0A;"
  3103. + Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"
  3104. + />
  3105. + </FileConfiguration>
  3106. + <FileConfiguration
  3107. + Name="Release-MT|Win32"
  3108. + >
  3109. + <Tool
  3110. + Name="VCCustomBuildTool"
  3111. + Description="generating tbbmalloc.def file"
  3112. + CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;&#x0D;&#x0A;"
  3113. + Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"
  3114. + />
  3115. + </FileConfiguration>
  3116. + <FileConfiguration
  3117. + Name="Release-MT|x64"
  3118. + ExcludedFromBuild="true"
  3119. + >
  3120. + <Tool
  3121. + Name="VCCustomBuildTool"
  3122. + Description="generating tbb.def file"
  3123. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  3124. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  3125. + />
  3126. + </FileConfiguration>
  3127. + </File>
  3128. + <File
  3129. + RelativePath="..\..\src\tbbmalloc\win64-tbbmalloc-export.def"
  3130. + >
  3131. + <FileConfiguration
  3132. + Name="Debug|Win32"
  3133. + ExcludedFromBuild="true"
  3134. + >
  3135. + <Tool
  3136. + Name="VCCustomBuildTool"
  3137. + Description="generating tbb.def file"
  3138. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  3139. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  3140. + />
  3141. + </FileConfiguration>
  3142. + <FileConfiguration
  3143. + Name="Debug|x64"
  3144. + >
  3145. + <Tool
  3146. + Name="VCCustomBuildTool"
  3147. + Description="generating tbbmalloc.def file"
  3148. + CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;&#x0D;&#x0A;"
  3149. + Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"
  3150. + />
  3151. + </FileConfiguration>
  3152. + <FileConfiguration
  3153. + Name="Release|Win32"
  3154. + ExcludedFromBuild="true"
  3155. + >
  3156. + <Tool
  3157. + Name="VCCustomBuildTool"
  3158. + Description="generating tbb.def file"
  3159. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  3160. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  3161. + />
  3162. + </FileConfiguration>
  3163. + <FileConfiguration
  3164. + Name="Release|x64"
  3165. + >
  3166. + <Tool
  3167. + Name="VCCustomBuildTool"
  3168. + Description="generating tbbmalloc.def file"
  3169. + CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;&#x0D;&#x0A;"
  3170. + Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"
  3171. + />
  3172. + </FileConfiguration>
  3173. + <FileConfiguration
  3174. + Name="Debug-MT|Win32"
  3175. + ExcludedFromBuild="true"
  3176. + >
  3177. + <Tool
  3178. + Name="VCCustomBuildTool"
  3179. + Description="generating tbb.def file"
  3180. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  3181. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  3182. + />
  3183. + </FileConfiguration>
  3184. + <FileConfiguration
  3185. + Name="Debug-MT|x64"
  3186. + >
  3187. + <Tool
  3188. + Name="VCCustomBuildTool"
  3189. + Description="generating tbbmalloc.def file"
  3190. + CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;&#x0D;&#x0A;"
  3191. + Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"
  3192. + />
  3193. + </FileConfiguration>
  3194. + <FileConfiguration
  3195. + Name="Release-MT|Win32"
  3196. + ExcludedFromBuild="true"
  3197. + >
  3198. + <Tool
  3199. + Name="VCCustomBuildTool"
  3200. + Description="generating tbb.def file"
  3201. + CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;&#x0D;&#x0A;"
  3202. + Outputs="&quot;$(IntDir)\tbb.def&quot;"
  3203. + />
  3204. + </FileConfiguration>
  3205. + <FileConfiguration
  3206. + Name="Release-MT|x64"
  3207. + >
  3208. + <Tool
  3209. + Name="VCCustomBuildTool"
  3210. + Description="generating tbbmalloc.def file"
  3211. + CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;&#x0D;&#x0A;"
  3212. + Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"
  3213. + />
  3214. </FileConfiguration>
  3215. - <FileConfiguration Name="Debug|x64">
  3216. - <Tool Name="VCCustomBuildTool" Description="building atomic_support.obj" CommandLine="ml64 /Fo&quot;intel64\Debug\atomic_support.obj&quot; /DUSE_FRAME_POINTER /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm
  3217. -" Outputs="intel64\Debug\atomic_support.obj"/>
  3218. - </FileConfiguration>
  3219. - <FileConfiguration Name="Release|Win32" ExcludedFromBuild="true">
  3220. - </FileConfiguration>
  3221. - <FileConfiguration Name="Release|x64">
  3222. - <Tool Name="VCCustomBuildTool" Description="building atomic_support.obj" CommandLine="ml64 /Fo&quot;intel64\Release\atomic_support.obj&quot; /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm
  3223. -" Outputs="intel64\Release\atomic_support.obj"/>
  3224. - </FileConfiguration>
  3225. - <FileConfiguration Name="Debug-MT|Win32" ExcludedFromBuild="true">
  3226. - </FileConfiguration>
  3227. - <FileConfiguration Name="Debug-MT|x64">
  3228. - <Tool Name="VCCustomBuildTool" Description="building atomic_support.obj" CommandLine="ml64 /Fo&quot;intel64\Debug-MT\atomic_support.obj&quot; /DUSE_FRAME_POINTER /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm
  3229. -" Outputs="intel64\Debug-MT\atomic_support.obj"/>
  3230. - </FileConfiguration>
  3231. - <FileConfiguration Name="Release-MT|Win32" ExcludedFromBuild="true">
  3232. - </FileConfiguration>
  3233. - <FileConfiguration Name="Release-MT|x64">
  3234. - <Tool Name="VCCustomBuildTool" Description="building atomic_support.obj" CommandLine="ml64 /Fo&quot;intel64\Release-MT\atomic_support.obj&quot; /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm
  3235. -" Outputs="intel64\Release-MT\atomic_support.obj"/>
  3236. - </FileConfiguration>
  3237. - </File>
  3238. - <File RelativePath="..\..\src\tbb\ia32-masm\atomic_support.asm">
  3239. - <FileConfiguration Name="Debug|Win32">
  3240. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  3241. - </FileConfiguration>
  3242. - <FileConfiguration Name="Debug|x64" ExcludedFromBuild="true">
  3243. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  3244. - </FileConfiguration>
  3245. - <FileConfiguration Name="Release|x64" ExcludedFromBuild="true">
  3246. - <Tool Name="MASM"/>
  3247. - </FileConfiguration>
  3248. - <FileConfiguration Name="Debug-MT|Win32">
  3249. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  3250. - </FileConfiguration>
  3251. - <FileConfiguration Name="Debug-MT|x64" ExcludedFromBuild="true">
  3252. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  3253. - </FileConfiguration>
  3254. - <FileConfiguration Name="Release-MT|x64" ExcludedFromBuild="true">
  3255. - <Tool Name="MASM"/>
  3256. - </FileConfiguration>
  3257. - </File>
  3258. - <File RelativePath="..\..\src\tbb\ia32-masm\lock_byte.asm">
  3259. - <FileConfiguration Name="Debug|Win32">
  3260. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  3261. - </FileConfiguration>
  3262. - <FileConfiguration Name="Debug|x64" ExcludedFromBuild="true">
  3263. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  3264. - </FileConfiguration>
  3265. - <FileConfiguration Name="Release|x64" ExcludedFromBuild="true">
  3266. - <Tool Name="MASM"/>
  3267. - </FileConfiguration>
  3268. - <FileConfiguration Name="Debug-MT|Win32">
  3269. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  3270. - </FileConfiguration>
  3271. - <FileConfiguration Name="Debug-MT|x64" ExcludedFromBuild="true">
  3272. - <Tool Name="MASM" AdditionalOptions="/coff /Zi"/>
  3273. - </FileConfiguration>
  3274. - <FileConfiguration Name="Release-MT|x64" ExcludedFromBuild="true">
  3275. - <Tool Name="MASM"/>
  3276. - </FileConfiguration>
  3277. - </File>
  3278. - <File RelativePath="..\..\src\tbbmalloc\win32-tbbmalloc-export.def">
  3279. - <FileConfiguration Name="Debug|Win32">
  3280. - <Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;
  3281. -" Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"/>
  3282. - </FileConfiguration>
  3283. - <FileConfiguration Name="Debug|x64" ExcludedFromBuild="true">
  3284. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;
  3285. -" Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"/>
  3286. - </FileConfiguration>
  3287. - <FileConfiguration Name="Release|Win32">
  3288. - <Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;
  3289. -" Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"/>
  3290. - </FileConfiguration>
  3291. - <FileConfiguration Name="Release|x64" ExcludedFromBuild="true">
  3292. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;
  3293. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  3294. - </FileConfiguration>
  3295. - <FileConfiguration Name="Debug-MT|Win32">
  3296. - <Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;
  3297. -" Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"/>
  3298. - </FileConfiguration>
  3299. - <FileConfiguration Name="Debug-MT|x64" ExcludedFromBuild="true">
  3300. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;
  3301. -" Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"/>
  3302. - </FileConfiguration>
  3303. - <FileConfiguration Name="Release-MT|Win32">
  3304. - <Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;
  3305. -" Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"/>
  3306. - </FileConfiguration>
  3307. - <FileConfiguration Name="Release-MT|x64" ExcludedFromBuild="true">
  3308. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;
  3309. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  3310. - </FileConfiguration>
  3311. - </File>
  3312. - <File RelativePath="..\..\src\tbbmalloc\win64-tbbmalloc-export.def">
  3313. - <FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true">
  3314. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;
  3315. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  3316. - </FileConfiguration>
  3317. - <FileConfiguration Name="Debug|x64">
  3318. - <Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;
  3319. -" Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"/>
  3320. - </FileConfiguration>
  3321. - <FileConfiguration Name="Release|Win32" ExcludedFromBuild="true">
  3322. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;
  3323. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  3324. - </FileConfiguration>
  3325. - <FileConfiguration Name="Release|x64">
  3326. - <Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;
  3327. -" Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"/>
  3328. - </FileConfiguration>
  3329. - <FileConfiguration Name="Debug-MT|Win32" ExcludedFromBuild="true">
  3330. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;
  3331. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  3332. - </FileConfiguration>
  3333. - <FileConfiguration Name="Debug-MT|x64">
  3334. - <Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;
  3335. -" Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"/>
  3336. - </FileConfiguration>
  3337. - <FileConfiguration Name="Release-MT|Win32" ExcludedFromBuild="true">
  3338. - <Tool Name="VCCustomBuildTool" Description="generating tbb.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbb-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbb.def&quot;
  3339. -" Outputs="&quot;$(IntDir)\tbb.def&quot;"/>
  3340. - </FileConfiguration>
  3341. - <FileConfiguration Name="Release-MT|x64">
  3342. - <Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 &gt;&quot;$(IntDir)\tbbmalloc.def&quot;
  3343. -" Outputs="&quot;$(IntDir)\tbbmalloc.def&quot;"/>
  3344. - </FileConfiguration>
  3345. - </File>
  3346. - <File RelativePath="..\..\src\tbbmalloc\tbbmalloc.cpp"/><File RelativePath="..\..\src\tbb\dynamic_link.cpp"/><File RelativePath="..\..\src\tbb\tbb_misc.cpp"/><File RelativePath="..\..\src\tbbmalloc\MemoryAllocator.cpp"/><File RelativePath="..\..\src\tbb\itt_notify.cpp"/></Filter>
  3347. - <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  3348. - <File RelativePath="..\..\include\tbb\_concurrent_queue_internal.h">
  3349. - </File>
  3350. - <File RelativePath="..\..\include\tbb\_tbb_windef.h">
  3351. - </File>
  3352. - <File RelativePath="..\..\include\tbb\aligned_space.h">
  3353. - </File>
  3354. - <File RelativePath="..\..\include\tbb\atomic.h">
  3355. - </File>
  3356. - <File RelativePath="..\..\include\tbb\blocked_range.h">
  3357. - </File>
  3358. - <File RelativePath="..\..\include\tbb\blocked_range2d.h">
  3359. - </File>
  3360. - <File RelativePath="..\..\include\tbb\blocked_range3d.h">
  3361. - </File>
  3362. - <File RelativePath="..\..\include\tbb\cache_aligned_allocator.h">
  3363. - </File>
  3364. - <File RelativePath="..\..\include\tbb\combinable.h">
  3365. - </File>
  3366. - <File RelativePath="..\..\include\tbb\concurrent_hash_map.h">
  3367. - </File>
  3368. - <File RelativePath="..\..\include\tbb\concurrent_queue.h">
  3369. - </File>
  3370. - <File RelativePath="..\..\include\tbb\concurrent_vector.h">
  3371. - </File>
  3372. - <File RelativePath="..\..\include\tbb\critical_section.h">
  3373. </File>
  3374. - <File RelativePath="..\..\src\tbbmalloc\Customize.h">
  3375. - </File>
  3376. - <File RelativePath="..\..\include\tbb\enumerable_thread_specific.h">
  3377. - </File>
  3378. - <File RelativePath="..\..\src\tbbmalloc\LifoList.h">
  3379. - </File>
  3380. - <File RelativePath="..\..\src\tbbmalloc\MapMemory.h">
  3381. - </File>
  3382. - <File RelativePath="..\..\include\tbb\mutex.h">
  3383. - </File>
  3384. - <File RelativePath="..\..\include\tbb\null_mutex.h">
  3385. - </File>
  3386. - <File RelativePath="..\..\include\tbb\null_rw_mutex.h">
  3387. - </File>
  3388. - <File RelativePath="..\..\include\tbb\parallel_do.h">
  3389. - </File>
  3390. - <File RelativePath="..\..\include\tbb\parallel_for.h">
  3391. - </File>
  3392. - <File RelativePath="..\..\include\tbb\parallel_for_each.h">
  3393. - </File>
  3394. - <File RelativePath="..\..\include\tbb\parallel_invoke.h">
  3395. - </File>
  3396. - <File RelativePath="..\..\include\tbb\parallel_reduce.h">
  3397. - </File>
  3398. - <File RelativePath="..\..\include\tbb\parallel_scan.h">
  3399. - </File>
  3400. - <File RelativePath="..\..\include\tbb\parallel_sort.h">
  3401. - </File>
  3402. - <File RelativePath="..\..\include\tbb\parallel_while.h">
  3403. - </File>
  3404. - <File RelativePath="..\..\include\tbb\partitioner.h">
  3405. - </File>
  3406. - <File RelativePath="..\..\include\tbb\pipeline.h">
  3407. - </File>
  3408. - <File RelativePath="..\..\src\tbbmalloc\proxy.h">
  3409. - </File>
  3410. - <File RelativePath="..\..\include\tbb\queuing_mutex.h">
  3411. - </File>
  3412. - <File RelativePath="..\..\include\tbb\queuing_rw_mutex.h">
  3413. - </File>
  3414. - <File RelativePath="..\..\include\tbb\recursive_mutex.h">
  3415. - </File>
  3416. - <File RelativePath="..\..\include\tbb\scalable_allocator.h">
  3417. - </File>
  3418. - <File RelativePath="..\..\include\tbb\spin_mutex.h">
  3419. - </File>
  3420. - <File RelativePath="..\..\include\tbb\spin_rw_mutex.h">
  3421. - </File>
  3422. - <File RelativePath="..\..\src\tbbmalloc\Statistics.h">
  3423. - </File>
  3424. - <File RelativePath="..\..\include\tbb\task.h">
  3425. - </File>
  3426. - <File RelativePath="..\..\include\tbb\task_group.h">
  3427. - </File>
  3428. - <File RelativePath="..\..\include\tbb\task_scheduler_init.h">
  3429. - </File>
  3430. - <File RelativePath="..\..\include\tbb\task_scheduler_observer.h">
  3431. - </File>
  3432. - <File RelativePath="..\..\include\tbb\tbb.h">
  3433. - </File>
  3434. - <File RelativePath="..\..\include\tbb\tbb_allocator.h">
  3435. - </File>
  3436. - <File RelativePath="..\..\include\tbb\tbb_config.h">
  3437. - </File>
  3438. - <File RelativePath="..\..\include\tbb\tbb_config_lrb.h">
  3439. - </File>
  3440. - <File RelativePath="..\..\include\tbb\tbb_exception.h">
  3441. - </File>
  3442. - <File RelativePath="..\..\src\tbbmalloc\tbb_function_replacement.h">
  3443. - </File>
  3444. - <File RelativePath="..\..\include\tbb\tbb_machine.h">
  3445. - </File>
  3446. - <File RelativePath="..\..\include\tbb\tbb_profiling.h">
  3447. - </File>
  3448. - <File RelativePath="..\..\include\tbb\tbb_stddef.h">
  3449. - </File>
  3450. - <File RelativePath="..\..\include\tbb\tbb_thread.h">
  3451. - </File>
  3452. - <File RelativePath="..\..\include\tbb\tbb_version.h">
  3453. - </File>
  3454. - <File RelativePath="..\..\include\tbb\tbbmalloc_proxy.h">
  3455. - </File>
  3456. - <File RelativePath="..\..\include\tbb\tick_count.h">
  3457. - </File>
  3458. - <File RelativePath="..\..\src\tbbmalloc\TypeDefinitions.h">
  3459. - </File>
  3460. - <File RelativePath="..\..\include\tbb\machine\windows_ia32.h">
  3461. - </File>
  3462. - <File RelativePath="..\..\include\tbb\machine\windows_intel64.h">
  3463. + </Filter>
  3464. + <Filter
  3465. + Name="Header Files"
  3466. + Filter="h;hpp;hxx;hm;inl;inc;xsd"
  3467. + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  3468. + >
  3469. + <File
  3470. + RelativePath="..\..\include\tbb\_concurrent_queue_internal.h"
  3471. + >
  3472. + </File>
  3473. + <File
  3474. + RelativePath="..\..\include\tbb\_tbb_windef.h"
  3475. + >
  3476. + </File>
  3477. + <File
  3478. + RelativePath="..\..\include\tbb\aligned_space.h"
  3479. + >
  3480. + </File>
  3481. + <File
  3482. + RelativePath="..\..\include\tbb\atomic.h"
  3483. + >
  3484. + </File>
  3485. + <File
  3486. + RelativePath="..\..\include\tbb\blocked_range.h"
  3487. + >
  3488. + </File>
  3489. + <File
  3490. + RelativePath="..\..\include\tbb\blocked_range2d.h"
  3491. + >
  3492. + </File>
  3493. + <File
  3494. + RelativePath="..\..\include\tbb\blocked_range3d.h"
  3495. + >
  3496. + </File>
  3497. + <File
  3498. + RelativePath="..\..\include\tbb\cache_aligned_allocator.h"
  3499. + >
  3500. + </File>
  3501. + <File
  3502. + RelativePath="..\..\include\tbb\combinable.h"
  3503. + >
  3504. + </File>
  3505. + <File
  3506. + RelativePath="..\..\include\tbb\concurrent_hash_map.h"
  3507. + >
  3508. + </File>
  3509. + <File
  3510. + RelativePath="..\..\include\tbb\concurrent_queue.h"
  3511. + >
  3512. + </File>
  3513. + <File
  3514. + RelativePath="..\..\include\tbb\concurrent_vector.h"
  3515. + >
  3516. + </File>
  3517. + <File
  3518. + RelativePath="..\..\include\tbb\critical_section.h"
  3519. + >
  3520. + </File>
  3521. + <File
  3522. + RelativePath="..\..\src\tbbmalloc\Customize.h"
  3523. + >
  3524. + </File>
  3525. + <File
  3526. + RelativePath="..\..\include\tbb\enumerable_thread_specific.h"
  3527. + >
  3528. + </File>
  3529. + <File
  3530. + RelativePath="..\..\src\tbbmalloc\LifoList.h"
  3531. + >
  3532. + </File>
  3533. + <File
  3534. + RelativePath="..\..\src\tbbmalloc\MapMemory.h"
  3535. + >
  3536. + </File>
  3537. + <File
  3538. + RelativePath="..\..\include\tbb\mutex.h"
  3539. + >
  3540. + </File>
  3541. + <File
  3542. + RelativePath="..\..\include\tbb\null_mutex.h"
  3543. + >
  3544. + </File>
  3545. + <File
  3546. + RelativePath="..\..\include\tbb\null_rw_mutex.h"
  3547. + >
  3548. + </File>
  3549. + <File
  3550. + RelativePath="..\..\include\tbb\parallel_do.h"
  3551. + >
  3552. + </File>
  3553. + <File
  3554. + RelativePath="..\..\include\tbb\parallel_for.h"
  3555. + >
  3556. + </File>
  3557. + <File
  3558. + RelativePath="..\..\include\tbb\parallel_for_each.h"
  3559. + >
  3560. + </File>
  3561. + <File
  3562. + RelativePath="..\..\include\tbb\parallel_invoke.h"
  3563. + >
  3564. + </File>
  3565. + <File
  3566. + RelativePath="..\..\include\tbb\parallel_reduce.h"
  3567. + >
  3568. + </File>
  3569. + <File
  3570. + RelativePath="..\..\include\tbb\parallel_scan.h"
  3571. + >
  3572. + </File>
  3573. + <File
  3574. + RelativePath="..\..\include\tbb\parallel_sort.h"
  3575. + >
  3576. + </File>
  3577. + <File
  3578. + RelativePath="..\..\include\tbb\parallel_while.h"
  3579. + >
  3580. + </File>
  3581. + <File
  3582. + RelativePath="..\..\include\tbb\partitioner.h"
  3583. + >
  3584. + </File>
  3585. + <File
  3586. + RelativePath="..\..\include\tbb\pipeline.h"
  3587. + >
  3588. + </File>
  3589. + <File
  3590. + RelativePath="..\..\src\tbbmalloc\proxy.h"
  3591. + >
  3592. + </File>
  3593. + <File
  3594. + RelativePath="..\..\include\tbb\queuing_mutex.h"
  3595. + >
  3596. + </File>
  3597. + <File
  3598. + RelativePath="..\..\include\tbb\queuing_rw_mutex.h"
  3599. + >
  3600. + </File>
  3601. + <File
  3602. + RelativePath="..\..\include\tbb\recursive_mutex.h"
  3603. + >
  3604. + </File>
  3605. + <File
  3606. + RelativePath="..\..\include\tbb\scalable_allocator.h"
  3607. + >
  3608. + </File>
  3609. + <File
  3610. + RelativePath="..\..\include\tbb\spin_mutex.h"
  3611. + >
  3612. + </File>
  3613. + <File
  3614. + RelativePath="..\..\include\tbb\spin_rw_mutex.h"
  3615. + >
  3616. + </File>
  3617. + <File
  3618. + RelativePath="..\..\src\tbbmalloc\Statistics.h"
  3619. + >
  3620. + </File>
  3621. + <File
  3622. + RelativePath="..\..\include\tbb\task.h"
  3623. + >
  3624. + </File>
  3625. + <File
  3626. + RelativePath="..\..\include\tbb\task_group.h"
  3627. + >
  3628. + </File>
  3629. + <File
  3630. + RelativePath="..\..\include\tbb\task_scheduler_init.h"
  3631. + >
  3632. + </File>
  3633. + <File
  3634. + RelativePath="..\..\include\tbb\task_scheduler_observer.h"
  3635. + >
  3636. + </File>
  3637. + <File
  3638. + RelativePath="..\..\include\tbb\tbb.h"
  3639. + >
  3640. + </File>
  3641. + <File
  3642. + RelativePath="..\..\include\tbb\tbb_allocator.h"
  3643. + >
  3644. + </File>
  3645. + <File
  3646. + RelativePath="..\..\include\tbb\tbb_config.h"
  3647. + >
  3648. + </File>
  3649. + <File
  3650. + RelativePath="..\..\include\tbb\tbb_config_lrb.h"
  3651. + >
  3652. + </File>
  3653. + <File
  3654. + RelativePath="..\..\include\tbb\tbb_exception.h"
  3655. + >
  3656. + </File>
  3657. + <File
  3658. + RelativePath="..\..\src\tbbmalloc\tbb_function_replacement.h"
  3659. + >
  3660. + </File>
  3661. + <File
  3662. + RelativePath="..\..\include\tbb\tbb_machine.h"
  3663. + >
  3664. + </File>
  3665. + <File
  3666. + RelativePath="..\..\include\tbb\tbb_profiling.h"
  3667. + >
  3668. + </File>
  3669. + <File
  3670. + RelativePath="..\..\include\tbb\tbb_stddef.h"
  3671. + >
  3672. + </File>
  3673. + <File
  3674. + RelativePath="..\..\include\tbb\tbb_thread.h"
  3675. + >
  3676. + </File>
  3677. + <File
  3678. + RelativePath="..\..\include\tbb\tbb_version.h"
  3679. + >
  3680. + </File>
  3681. + <File
  3682. + RelativePath="..\..\include\tbb\tbbmalloc_proxy.h"
  3683. + >
  3684. + </File>
  3685. + <File
  3686. + RelativePath="..\..\include\tbb\tick_count.h"
  3687. + >
  3688. + </File>
  3689. + <File
  3690. + RelativePath="..\..\src\tbbmalloc\TypeDefinitions.h"
  3691. + >
  3692. + </File>
  3693. + <File
  3694. + RelativePath="..\..\include\tbb\machine\windows_ia32.h"
  3695. + >
  3696. + </File>
  3697. + <File
  3698. + RelativePath="..\..\include\tbb\machine\windows_intel64.h"
  3699. + >
  3700. </File>
  3701. </Filter>
  3702. - <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  3703. - <File RelativePath="..\..\src\tbbmalloc\tbbmalloc.rc">
  3704. - <FileConfiguration Name="Debug|Win32">
  3705. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  3706. - </FileConfiguration>
  3707. - <FileConfiguration Name="Debug|x64">
  3708. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  3709. - </FileConfiguration>
  3710. - <FileConfiguration Name="Release|Win32">
  3711. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  3712. - </FileConfiguration>
  3713. - <FileConfiguration Name="Release|x64">
  3714. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  3715. - </FileConfiguration>
  3716. - <FileConfiguration Name="Debug-MT|Win32">
  3717. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  3718. - </FileConfiguration>
  3719. - <FileConfiguration Name="Debug-MT|x64">
  3720. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  3721. - </FileConfiguration>
  3722. - <FileConfiguration Name="Release-MT|Win32">
  3723. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  3724. - </FileConfiguration>
  3725. - <FileConfiguration Name="Release-MT|x64">
  3726. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  3727. + <Filter
  3728. + Name="Resource Files"
  3729. + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  3730. + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  3731. + >
  3732. + <File
  3733. + RelativePath="..\..\src\tbbmalloc\tbbmalloc.rc"
  3734. + >
  3735. + <FileConfiguration
  3736. + Name="Debug|Win32"
  3737. + >
  3738. + <Tool
  3739. + Name="VCResourceCompilerTool"
  3740. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  3741. + />
  3742. + </FileConfiguration>
  3743. + <FileConfiguration
  3744. + Name="Debug|x64"
  3745. + >
  3746. + <Tool
  3747. + Name="VCResourceCompilerTool"
  3748. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  3749. + />
  3750. + </FileConfiguration>
  3751. + <FileConfiguration
  3752. + Name="Release|Win32"
  3753. + >
  3754. + <Tool
  3755. + Name="VCResourceCompilerTool"
  3756. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  3757. + />
  3758. + </FileConfiguration>
  3759. + <FileConfiguration
  3760. + Name="Release|x64"
  3761. + >
  3762. + <Tool
  3763. + Name="VCResourceCompilerTool"
  3764. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  3765. + />
  3766. + </FileConfiguration>
  3767. + <FileConfiguration
  3768. + Name="Debug-MT|Win32"
  3769. + >
  3770. + <Tool
  3771. + Name="VCResourceCompilerTool"
  3772. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  3773. + />
  3774. + </FileConfiguration>
  3775. + <FileConfiguration
  3776. + Name="Debug-MT|x64"
  3777. + >
  3778. + <Tool
  3779. + Name="VCResourceCompilerTool"
  3780. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  3781. + />
  3782. + </FileConfiguration>
  3783. + <FileConfiguration
  3784. + Name="Release-MT|Win32"
  3785. + >
  3786. + <Tool
  3787. + Name="VCResourceCompilerTool"
  3788. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  3789. + />
  3790. + </FileConfiguration>
  3791. + <FileConfiguration
  3792. + Name="Release-MT|x64"
  3793. + >
  3794. + <Tool
  3795. + Name="VCResourceCompilerTool"
  3796. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  3797. + />
  3798. </FileConfiguration>
  3799. </File>
  3800. </Filter>
  3801. diff -urN tbb30.orig/build/vsproject/tbbmalloc_proxy.vcproj tbb30/build/vsproject/tbbmalloc_proxy.vcproj
  3802. --- tbb30.orig/build/vsproject/tbbmalloc_proxy.vcproj 2010-04-21 10:21:02.000000000 -0400
  3803. +++ tbb30/build/vsproject/tbbmalloc_proxy.vcproj 2010-04-27 18:29:34.837000000 -0400
  3804. @@ -1,202 +1,733 @@
  3805. <?xml version="1.0" encoding="windows-1251"?>
  3806. -<VisualStudioProject ProjectType="Visual C++" Version="8,00" Name="tbbmalloc_proxy" ProjectGUID="{02F61511-D5B6-46E6-B4BB-DEAA96E6BCC7}" RootNamespace="tbbmalloc_proxy" Keyword="Win32Proj">
  3807. +<VisualStudioProject
  3808. + ProjectType="Visual C++"
  3809. + Version="8.00"
  3810. + Name="tbbmalloc_proxy"
  3811. + ProjectGUID="{02F61511-D5B6-46E6-B4BB-DEAA96E6BCC7}"
  3812. + RootNamespace="tbbmalloc_proxy"
  3813. + Keyword="Win32Proj"
  3814. + >
  3815. <Platforms>
  3816. - <Platform Name="Win32"/>
  3817. - <Platform Name="x64"/>
  3818. + <Platform
  3819. + Name="Win32"
  3820. + />
  3821. + <Platform
  3822. + Name="x64"
  3823. + />
  3824. </Platforms>
  3825. <ToolFiles>
  3826. - <DefaultToolFile FileName="masm.rules"/>
  3827. + <DefaultToolFile
  3828. + FileName="masm.rules"
  3829. + />
  3830. </ToolFiles>
  3831. <Configurations>
  3832. - <Configuration Name="Debug|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
  3833. - <Tool Name="VCPreBuildEventTool"/>
  3834. - <Tool Name="VCCustomBuildTool"/>
  3835. - <Tool Name="MASM"/>
  3836. - <Tool Name="VCXMLDataGeneratorTool"/>
  3837. - <Tool Name="VCMIDLTool"/>
  3838. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MDd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D_USE_RTM_VERSION /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc" Optimization="0" AdditionalIncludeDirectories="." PreprocessorDefinitions="" MinimalRebuild="true" ExceptionHandling="1" BasicRuntimeChecks="0" RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  3839. - <Tool Name="VCManagedResourceCompilerTool"/>
  3840. - <Tool Name="VCResourceCompilerTool"/>
  3841. - <Tool Name="VCPreLinkEventTool"/>
  3842. - <Tool Name="VCLinkerTool" AdditionalOptions="/DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO " OutputFile="$(OutDir)\tbbmalloc_proxy_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" TargetMachine="1"/>
  3843. - <Tool Name="VCALinkTool"/>
  3844. - <Tool Name="VCManifestTool"/>
  3845. - <Tool Name="VCXDCMakeTool"/>
  3846. - <Tool Name="VCBscMakeTool"/>
  3847. - <Tool Name="VCFxCopTool"/>
  3848. - <Tool Name="VCAppVerifierTool"/>
  3849. - <Tool Name="VCPostBuildEventTool"/>
  3850. - </Configuration>
  3851. - <Configuration Name="Debug|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
  3852. - <Tool Name="VCPreBuildEventTool"/>
  3853. - <Tool Name="VCCustomBuildTool"/>
  3854. - <Tool Name="MASM"/>
  3855. - <Tool Name="VCXMLDataGeneratorTool"/>
  3856. - <Tool Name="VCMIDLTool" TargetEnvironment="3"/>
  3857. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MDd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D_USE_RTM_VERSION /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc" Optimization="0" AdditionalIncludeDirectories="." MinimalRebuild="false" ExceptionHandling="0" BasicRuntimeChecks="0" BufferSecurityCheck="false" RuntimeLibrary="3" TreatWChar_tAsBuiltInType="true" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3" ShowIncludes="false"/>
  3858. - <Tool Name="VCManagedResourceCompilerTool"/>
  3859. - <Tool Name="VCResourceCompilerTool"/>
  3860. - <Tool Name="VCPreLinkEventTool"/>
  3861. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO" OutputFile="$(OutDir)\tbbmalloc_proxy_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" TargetMachine="17"/>
  3862. - <Tool Name="VCALinkTool"/>
  3863. - <Tool Name="VCManifestTool"/>
  3864. - <Tool Name="VCXDCMakeTool"/>
  3865. - <Tool Name="VCBscMakeTool"/>
  3866. - <Tool Name="VCFxCopTool"/>
  3867. - <Tool Name="VCAppVerifierTool"/>
  3868. - <Tool Name="VCPostBuildEventTool"/>
  3869. - </Configuration>
  3870. - <Configuration Name="Release|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
  3871. - <Tool Name="VCPreBuildEventTool"/>
  3872. - <Tool Name="VCCustomBuildTool"/>
  3873. - <Tool Name="MASM"/>
  3874. - <Tool Name="VCXMLDataGeneratorTool"/>
  3875. - <Tool Name="VCMIDLTool"/>
  3876. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MD /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /D_USE_RTM_VERSION /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc" AdditionalIncludeDirectories="." PreprocessorDefinitions="" ExceptionHandling="0" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  3877. - <Tool Name="VCManagedResourceCompilerTool"/>
  3878. - <Tool Name="VCResourceCompilerTool"/>
  3879. - <Tool Name="VCPreLinkEventTool"/>
  3880. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO " OutputFile="$(OutDir)\tbbmalloc_proxy.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="1"/>
  3881. - <Tool Name="VCALinkTool"/>
  3882. - <Tool Name="VCManifestTool"/>
  3883. - <Tool Name="VCXDCMakeTool"/>
  3884. - <Tool Name="VCBscMakeTool"/>
  3885. - <Tool Name="VCFxCopTool"/>
  3886. - <Tool Name="VCAppVerifierTool"/>
  3887. - <Tool Name="VCPostBuildEventTool"/>
  3888. - </Configuration>
  3889. - <Configuration Name="Release|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
  3890. - <Tool Name="VCPreBuildEventTool"/>
  3891. - <Tool Name="VCCustomBuildTool"/>
  3892. - <Tool Name="MASM"/>
  3893. - <Tool Name="VCXMLDataGeneratorTool"/>
  3894. - <Tool Name="VCMIDLTool" TargetEnvironment="3"/>
  3895. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MD /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /D_USE_RTM_VERSION /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc" AdditionalIncludeDirectories="." PreprocessorDefinitions="" ExceptionHandling="0" BufferSecurityCheck="false" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  3896. - <Tool Name="VCManagedResourceCompilerTool"/>
  3897. - <Tool Name="VCResourceCompilerTool"/>
  3898. - <Tool Name="VCPreLinkEventTool"/>
  3899. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO" OutputFile="$(OutDir)\tbbmalloc_proxy.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="17"/>
  3900. - <Tool Name="VCALinkTool"/>
  3901. - <Tool Name="VCManifestTool"/>
  3902. - <Tool Name="VCXDCMakeTool"/>
  3903. - <Tool Name="VCBscMakeTool"/>
  3904. - <Tool Name="VCFxCopTool"/>
  3905. - <Tool Name="VCAppVerifierTool"/>
  3906. - <Tool Name="VCPostBuildEventTool"/>
  3907. - </Configuration>
  3908. - <Configuration Name="Debug-MT|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
  3909. - <Tool Name="VCPreBuildEventTool"/>
  3910. - <Tool Name="VCCustomBuildTool"/>
  3911. - <Tool Name="MASM"/>
  3912. - <Tool Name="VCXMLDataGeneratorTool"/>
  3913. - <Tool Name="VCMIDLTool"/>
  3914. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MTd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc" Optimization="0" AdditionalIncludeDirectories="." PreprocessorDefinitions="" MinimalRebuild="true" ExceptionHandling="1" BasicRuntimeChecks="0" RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  3915. - <Tool Name="VCManagedResourceCompilerTool"/>
  3916. - <Tool Name="VCResourceCompilerTool"/>
  3917. - <Tool Name="VCPreLinkEventTool"/>
  3918. - <Tool Name="VCLinkerTool" AdditionalOptions="/DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO " OutputFile="$(OutDir)\tbbmalloc_proxy_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" TargetMachine="1"/>
  3919. - <Tool Name="VCALinkTool"/>
  3920. - <Tool Name="VCManifestTool"/>
  3921. - <Tool Name="VCXDCMakeTool"/>
  3922. - <Tool Name="VCBscMakeTool"/>
  3923. - <Tool Name="VCFxCopTool"/>
  3924. - <Tool Name="VCAppVerifierTool"/>
  3925. - <Tool Name="VCPostBuildEventTool"/>
  3926. - </Configuration>
  3927. - <Configuration Name="Debug-MT|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
  3928. - <Tool Name="VCPreBuildEventTool"/>
  3929. - <Tool Name="VCCustomBuildTool"/>
  3930. - <Tool Name="MASM"/>
  3931. - <Tool Name="VCXMLDataGeneratorTool"/>
  3932. - <Tool Name="VCMIDLTool" TargetEnvironment="3"/>
  3933. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MTd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc" Optimization="0" AdditionalIncludeDirectories="." MinimalRebuild="false" ExceptionHandling="0" BasicRuntimeChecks="0" BufferSecurityCheck="false" RuntimeLibrary="1" TreatWChar_tAsBuiltInType="true" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3" ShowIncludes="false"/>
  3934. - <Tool Name="VCManagedResourceCompilerTool"/>
  3935. - <Tool Name="VCResourceCompilerTool"/>
  3936. - <Tool Name="VCPreLinkEventTool"/>
  3937. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO" OutputFile="$(OutDir)\tbbmalloc_proxy_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" TargetMachine="17"/>
  3938. - <Tool Name="VCALinkTool"/>
  3939. - <Tool Name="VCManifestTool"/>
  3940. - <Tool Name="VCXDCMakeTool"/>
  3941. - <Tool Name="VCBscMakeTool"/>
  3942. - <Tool Name="VCFxCopTool"/>
  3943. - <Tool Name="VCAppVerifierTool"/>
  3944. - <Tool Name="VCPostBuildEventTool"/>
  3945. - </Configuration>
  3946. - <Configuration Name="Release-MT|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
  3947. - <Tool Name="VCPreBuildEventTool"/>
  3948. - <Tool Name="VCCustomBuildTool"/>
  3949. - <Tool Name="MASM"/>
  3950. - <Tool Name="VCXMLDataGeneratorTool"/>
  3951. - <Tool Name="VCMIDLTool"/>
  3952. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MT /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc" AdditionalIncludeDirectories="." PreprocessorDefinitions="" ExceptionHandling="0" RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  3953. - <Tool Name="VCManagedResourceCompilerTool"/>
  3954. - <Tool Name="VCResourceCompilerTool"/>
  3955. - <Tool Name="VCPreLinkEventTool"/>
  3956. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO " OutputFile="$(OutDir)\tbbmalloc_proxy.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="1"/>
  3957. - <Tool Name="VCALinkTool"/>
  3958. - <Tool Name="VCManifestTool"/>
  3959. - <Tool Name="VCXDCMakeTool"/>
  3960. - <Tool Name="VCBscMakeTool"/>
  3961. - <Tool Name="VCFxCopTool"/>
  3962. - <Tool Name="VCAppVerifierTool"/>
  3963. - <Tool Name="VCPostBuildEventTool"/>
  3964. - </Configuration>
  3965. - <Configuration Name="Release-MT|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
  3966. - <Tool Name="VCPreBuildEventTool"/>
  3967. - <Tool Name="VCCustomBuildTool"/>
  3968. - <Tool Name="MASM"/>
  3969. - <Tool Name="VCXMLDataGeneratorTool"/>
  3970. - <Tool Name="VCMIDLTool" TargetEnvironment="3"/>
  3971. - <Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MT /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc" AdditionalIncludeDirectories="." PreprocessorDefinitions="" ExceptionHandling="0" BufferSecurityCheck="false" RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
  3972. - <Tool Name="VCManagedResourceCompilerTool"/>
  3973. - <Tool Name="VCResourceCompilerTool"/>
  3974. - <Tool Name="VCPreLinkEventTool"/>
  3975. - <Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO" OutputFile="$(OutDir)\tbbmalloc_proxy.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="17"/>
  3976. - <Tool Name="VCALinkTool"/>
  3977. - <Tool Name="VCManifestTool"/>
  3978. - <Tool Name="VCXDCMakeTool"/>
  3979. - <Tool Name="VCBscMakeTool"/>
  3980. - <Tool Name="VCFxCopTool"/>
  3981. - <Tool Name="VCAppVerifierTool"/>
  3982. - <Tool Name="VCPostBuildEventTool"/>
  3983. + <Configuration
  3984. + Name="Debug|Win32"
  3985. + OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  3986. + IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  3987. + ConfigurationType="2"
  3988. + CharacterSet="0"
  3989. + >
  3990. + <Tool
  3991. + Name="VCPreBuildEventTool"
  3992. + />
  3993. + <Tool
  3994. + Name="VCCustomBuildTool"
  3995. + />
  3996. + <Tool
  3997. + Name="MASM"
  3998. + />
  3999. + <Tool
  4000. + Name="VCXMLDataGeneratorTool"
  4001. + />
  4002. + <Tool
  4003. + Name="VCWebServiceProxyGeneratorTool"
  4004. + />
  4005. + <Tool
  4006. + Name="VCMIDLTool"
  4007. + />
  4008. + <Tool
  4009. + Name="VCCLCompilerTool"
  4010. + AdditionalOptions=" /c /MDd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D_USE_RTM_VERSION /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc"
  4011. + Optimization="0"
  4012. + AdditionalIncludeDirectories="."
  4013. + PreprocessorDefinitions=""
  4014. + MinimalRebuild="true"
  4015. + ExceptionHandling="1"
  4016. + BasicRuntimeChecks="0"
  4017. + RuntimeLibrary="3"
  4018. + UsePrecompiledHeader="0"
  4019. + WarningLevel="4"
  4020. + DebugInformationFormat="1"
  4021. + />
  4022. + <Tool
  4023. + Name="VCManagedResourceCompilerTool"
  4024. + />
  4025. + <Tool
  4026. + Name="VCResourceCompilerTool"
  4027. + />
  4028. + <Tool
  4029. + Name="VCPreLinkEventTool"
  4030. + />
  4031. + <Tool
  4032. + Name="VCLinkerTool"
  4033. + AdditionalOptions="/DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO "
  4034. + OutputFile="$(OutDir)\tbbmalloc_proxy_debug.dll"
  4035. + LinkIncremental="1"
  4036. + GenerateDebugInformation="true"
  4037. + SubSystem="2"
  4038. + TargetMachine="1"
  4039. + />
  4040. + <Tool
  4041. + Name="VCALinkTool"
  4042. + />
  4043. + <Tool
  4044. + Name="VCManifestTool"
  4045. + />
  4046. + <Tool
  4047. + Name="VCXDCMakeTool"
  4048. + />
  4049. + <Tool
  4050. + Name="VCBscMakeTool"
  4051. + />
  4052. + <Tool
  4053. + Name="VCFxCopTool"
  4054. + />
  4055. + <Tool
  4056. + Name="VCAppVerifierTool"
  4057. + />
  4058. + <Tool
  4059. + Name="VCWebDeploymentTool"
  4060. + />
  4061. + <Tool
  4062. + Name="VCPostBuildEventTool"
  4063. + />
  4064. + </Configuration>
  4065. + <Configuration
  4066. + Name="Debug|x64"
  4067. + OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  4068. + IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  4069. + ConfigurationType="2"
  4070. + CharacterSet="0"
  4071. + >
  4072. + <Tool
  4073. + Name="VCPreBuildEventTool"
  4074. + />
  4075. + <Tool
  4076. + Name="VCCustomBuildTool"
  4077. + />
  4078. + <Tool
  4079. + Name="MASM"
  4080. + />
  4081. + <Tool
  4082. + Name="VCXMLDataGeneratorTool"
  4083. + />
  4084. + <Tool
  4085. + Name="VCWebServiceProxyGeneratorTool"
  4086. + />
  4087. + <Tool
  4088. + Name="VCMIDLTool"
  4089. + TargetEnvironment="3"
  4090. + />
  4091. + <Tool
  4092. + Name="VCCLCompilerTool"
  4093. + AdditionalOptions=" /c /MDd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D_USE_RTM_VERSION /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc"
  4094. + Optimization="0"
  4095. + AdditionalIncludeDirectories="."
  4096. + MinimalRebuild="false"
  4097. + ExceptionHandling="0"
  4098. + BasicRuntimeChecks="0"
  4099. + RuntimeLibrary="3"
  4100. + BufferSecurityCheck="false"
  4101. + TreatWChar_tAsBuiltInType="true"
  4102. + UsePrecompiledHeader="0"
  4103. + WarningLevel="4"
  4104. + DebugInformationFormat="1"
  4105. + ShowIncludes="false"
  4106. + />
  4107. + <Tool
  4108. + Name="VCManagedResourceCompilerTool"
  4109. + />
  4110. + <Tool
  4111. + Name="VCResourceCompilerTool"
  4112. + />
  4113. + <Tool
  4114. + Name="VCPreLinkEventTool"
  4115. + />
  4116. + <Tool
  4117. + Name="VCLinkerTool"
  4118. + AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO"
  4119. + OutputFile="$(OutDir)\tbbmalloc_proxy_debug.dll"
  4120. + LinkIncremental="1"
  4121. + GenerateDebugInformation="true"
  4122. + SubSystem="2"
  4123. + TargetMachine="17"
  4124. + />
  4125. + <Tool
  4126. + Name="VCALinkTool"
  4127. + />
  4128. + <Tool
  4129. + Name="VCManifestTool"
  4130. + />
  4131. + <Tool
  4132. + Name="VCXDCMakeTool"
  4133. + />
  4134. + <Tool
  4135. + Name="VCBscMakeTool"
  4136. + />
  4137. + <Tool
  4138. + Name="VCFxCopTool"
  4139. + />
  4140. + <Tool
  4141. + Name="VCAppVerifierTool"
  4142. + />
  4143. + <Tool
  4144. + Name="VCWebDeploymentTool"
  4145. + />
  4146. + <Tool
  4147. + Name="VCPostBuildEventTool"
  4148. + />
  4149. + </Configuration>
  4150. + <Configuration
  4151. + Name="Release|Win32"
  4152. + OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  4153. + IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  4154. + ConfigurationType="2"
  4155. + CharacterSet="0"
  4156. + WholeProgramOptimization="1"
  4157. + >
  4158. + <Tool
  4159. + Name="VCPreBuildEventTool"
  4160. + />
  4161. + <Tool
  4162. + Name="VCCustomBuildTool"
  4163. + />
  4164. + <Tool
  4165. + Name="MASM"
  4166. + />
  4167. + <Tool
  4168. + Name="VCXMLDataGeneratorTool"
  4169. + />
  4170. + <Tool
  4171. + Name="VCWebServiceProxyGeneratorTool"
  4172. + />
  4173. + <Tool
  4174. + Name="VCMIDLTool"
  4175. + />
  4176. + <Tool
  4177. + Name="VCCLCompilerTool"
  4178. + AdditionalOptions=" /c /MD /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /D_USE_RTM_VERSION /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc"
  4179. + AdditionalIncludeDirectories="."
  4180. + PreprocessorDefinitions=""
  4181. + ExceptionHandling="0"
  4182. + RuntimeLibrary="2"
  4183. + UsePrecompiledHeader="0"
  4184. + WarningLevel="4"
  4185. + DebugInformationFormat="1"
  4186. + />
  4187. + <Tool
  4188. + Name="VCManagedResourceCompilerTool"
  4189. + />
  4190. + <Tool
  4191. + Name="VCResourceCompilerTool"
  4192. + />
  4193. + <Tool
  4194. + Name="VCPreLinkEventTool"
  4195. + />
  4196. + <Tool
  4197. + Name="VCLinkerTool"
  4198. + AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO "
  4199. + OutputFile="$(OutDir)\tbbmalloc_proxy.dll"
  4200. + LinkIncremental="1"
  4201. + GenerateDebugInformation="true"
  4202. + SubSystem="2"
  4203. + OptimizeReferences="2"
  4204. + EnableCOMDATFolding="2"
  4205. + TargetMachine="1"
  4206. + />
  4207. + <Tool
  4208. + Name="VCALinkTool"
  4209. + />
  4210. + <Tool
  4211. + Name="VCManifestTool"
  4212. + />
  4213. + <Tool
  4214. + Name="VCXDCMakeTool"
  4215. + />
  4216. + <Tool
  4217. + Name="VCBscMakeTool"
  4218. + />
  4219. + <Tool
  4220. + Name="VCFxCopTool"
  4221. + />
  4222. + <Tool
  4223. + Name="VCAppVerifierTool"
  4224. + />
  4225. + <Tool
  4226. + Name="VCWebDeploymentTool"
  4227. + />
  4228. + <Tool
  4229. + Name="VCPostBuildEventTool"
  4230. + />
  4231. + </Configuration>
  4232. + <Configuration
  4233. + Name="Release|x64"
  4234. + OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  4235. + IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  4236. + ConfigurationType="2"
  4237. + CharacterSet="0"
  4238. + WholeProgramOptimization="1"
  4239. + >
  4240. + <Tool
  4241. + Name="VCPreBuildEventTool"
  4242. + />
  4243. + <Tool
  4244. + Name="VCCustomBuildTool"
  4245. + />
  4246. + <Tool
  4247. + Name="MASM"
  4248. + />
  4249. + <Tool
  4250. + Name="VCXMLDataGeneratorTool"
  4251. + />
  4252. + <Tool
  4253. + Name="VCWebServiceProxyGeneratorTool"
  4254. + />
  4255. + <Tool
  4256. + Name="VCMIDLTool"
  4257. + TargetEnvironment="3"
  4258. + />
  4259. + <Tool
  4260. + Name="VCCLCompilerTool"
  4261. + AdditionalOptions=" /c /MD /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /D_USE_RTM_VERSION /GS- /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /Wp64 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc"
  4262. + AdditionalIncludeDirectories="."
  4263. + PreprocessorDefinitions=""
  4264. + ExceptionHandling="0"
  4265. + RuntimeLibrary="2"
  4266. + BufferSecurityCheck="false"
  4267. + UsePrecompiledHeader="0"
  4268. + WarningLevel="4"
  4269. + DebugInformationFormat="1"
  4270. + />
  4271. + <Tool
  4272. + Name="VCManagedResourceCompilerTool"
  4273. + />
  4274. + <Tool
  4275. + Name="VCResourceCompilerTool"
  4276. + />
  4277. + <Tool
  4278. + Name="VCPreLinkEventTool"
  4279. + />
  4280. + <Tool
  4281. + Name="VCLinkerTool"
  4282. + AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO"
  4283. + OutputFile="$(OutDir)\tbbmalloc_proxy.dll"
  4284. + LinkIncremental="1"
  4285. + GenerateDebugInformation="true"
  4286. + SubSystem="2"
  4287. + OptimizeReferences="2"
  4288. + EnableCOMDATFolding="2"
  4289. + TargetMachine="17"
  4290. + />
  4291. + <Tool
  4292. + Name="VCALinkTool"
  4293. + />
  4294. + <Tool
  4295. + Name="VCManifestTool"
  4296. + />
  4297. + <Tool
  4298. + Name="VCXDCMakeTool"
  4299. + />
  4300. + <Tool
  4301. + Name="VCBscMakeTool"
  4302. + />
  4303. + <Tool
  4304. + Name="VCFxCopTool"
  4305. + />
  4306. + <Tool
  4307. + Name="VCAppVerifierTool"
  4308. + />
  4309. + <Tool
  4310. + Name="VCWebDeploymentTool"
  4311. + />
  4312. + <Tool
  4313. + Name="VCPostBuildEventTool"
  4314. + />
  4315. + </Configuration>
  4316. + <Configuration
  4317. + Name="Debug-MT|Win32"
  4318. + OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  4319. + IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  4320. + ConfigurationType="4"
  4321. + CharacterSet="0"
  4322. + >
  4323. + <Tool
  4324. + Name="VCPreBuildEventTool"
  4325. + />
  4326. + <Tool
  4327. + Name="VCCustomBuildTool"
  4328. + />
  4329. + <Tool
  4330. + Name="MASM"
  4331. + />
  4332. + <Tool
  4333. + Name="VCXMLDataGeneratorTool"
  4334. + />
  4335. + <Tool
  4336. + Name="VCWebServiceProxyGeneratorTool"
  4337. + />
  4338. + <Tool
  4339. + Name="VCMIDLTool"
  4340. + />
  4341. + <Tool
  4342. + Name="VCCLCompilerTool"
  4343. + AdditionalOptions=" /c /MTd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D__TBB_TASK_CPP_DIRECTLY_INCLUDED=1 /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc"
  4344. + Optimization="0"
  4345. + AdditionalIncludeDirectories="."
  4346. + PreprocessorDefinitions=""
  4347. + MinimalRebuild="true"
  4348. + ExceptionHandling="1"
  4349. + BasicRuntimeChecks="0"
  4350. + RuntimeLibrary="1"
  4351. + UsePrecompiledHeader="0"
  4352. + WarningLevel="4"
  4353. + DebugInformationFormat="1"
  4354. + />
  4355. + <Tool
  4356. + Name="VCManagedResourceCompilerTool"
  4357. + />
  4358. + <Tool
  4359. + Name="VCResourceCompilerTool"
  4360. + />
  4361. + <Tool
  4362. + Name="VCPreLinkEventTool"
  4363. + />
  4364. + <Tool
  4365. + Name="VCLibrarianTool"
  4366. + OutputFile="$(OutDir)\$(ProjectName)_debug.lib"
  4367. + />
  4368. + <Tool
  4369. + Name="VCALinkTool"
  4370. + />
  4371. + <Tool
  4372. + Name="VCXDCMakeTool"
  4373. + />
  4374. + <Tool
  4375. + Name="VCBscMakeTool"
  4376. + />
  4377. + <Tool
  4378. + Name="VCFxCopTool"
  4379. + />
  4380. + <Tool
  4381. + Name="VCPostBuildEventTool"
  4382. + />
  4383. + </Configuration>
  4384. + <Configuration
  4385. + Name="Debug-MT|x64"
  4386. + OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  4387. + IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  4388. + ConfigurationType="4"
  4389. + CharacterSet="0"
  4390. + >
  4391. + <Tool
  4392. + Name="VCPreBuildEventTool"
  4393. + />
  4394. + <Tool
  4395. + Name="VCCustomBuildTool"
  4396. + />
  4397. + <Tool
  4398. + Name="MASM"
  4399. + />
  4400. + <Tool
  4401. + Name="VCXMLDataGeneratorTool"
  4402. + />
  4403. + <Tool
  4404. + Name="VCWebServiceProxyGeneratorTool"
  4405. + />
  4406. + <Tool
  4407. + Name="VCMIDLTool"
  4408. + TargetEnvironment="3"
  4409. + />
  4410. + <Tool
  4411. + Name="VCCLCompilerTool"
  4412. + AdditionalOptions=" /c /MTd /Od /Ob0 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /GS- /D__TBB_TASK_CPP_DIRECTLY_INCLUDED=1 /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc"
  4413. + Optimization="0"
  4414. + AdditionalIncludeDirectories="."
  4415. + MinimalRebuild="false"
  4416. + ExceptionHandling="0"
  4417. + BasicRuntimeChecks="0"
  4418. + RuntimeLibrary="1"
  4419. + BufferSecurityCheck="false"
  4420. + TreatWChar_tAsBuiltInType="true"
  4421. + UsePrecompiledHeader="0"
  4422. + WarningLevel="4"
  4423. + DebugInformationFormat="1"
  4424. + ShowIncludes="false"
  4425. + />
  4426. + <Tool
  4427. + Name="VCManagedResourceCompilerTool"
  4428. + />
  4429. + <Tool
  4430. + Name="VCResourceCompilerTool"
  4431. + />
  4432. + <Tool
  4433. + Name="VCPreLinkEventTool"
  4434. + />
  4435. + <Tool
  4436. + Name="VCLibrarianTool"
  4437. + OutputFile="$(OutDir)\$(ProjectName)_debug.lib"
  4438. + />
  4439. + <Tool
  4440. + Name="VCALinkTool"
  4441. + />
  4442. + <Tool
  4443. + Name="VCXDCMakeTool"
  4444. + />
  4445. + <Tool
  4446. + Name="VCBscMakeTool"
  4447. + />
  4448. + <Tool
  4449. + Name="VCFxCopTool"
  4450. + />
  4451. + <Tool
  4452. + Name="VCPostBuildEventTool"
  4453. + />
  4454. + </Configuration>
  4455. + <Configuration
  4456. + Name="Release-MT|Win32"
  4457. + OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  4458. + IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)"
  4459. + ConfigurationType="4"
  4460. + CharacterSet="0"
  4461. + WholeProgramOptimization="1"
  4462. + >
  4463. + <Tool
  4464. + Name="VCPreBuildEventTool"
  4465. + />
  4466. + <Tool
  4467. + Name="VCCustomBuildTool"
  4468. + />
  4469. + <Tool
  4470. + Name="MASM"
  4471. + />
  4472. + <Tool
  4473. + Name="VCXMLDataGeneratorTool"
  4474. + />
  4475. + <Tool
  4476. + Name="VCWebServiceProxyGeneratorTool"
  4477. + />
  4478. + <Tool
  4479. + Name="VCMIDLTool"
  4480. + />
  4481. + <Tool
  4482. + Name="VCCLCompilerTool"
  4483. + AdditionalOptions=" /c /MT /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /D__TBB_TASK_CPP_DIRECTLY_INCLUDED=1 /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc"
  4484. + AdditionalIncludeDirectories="."
  4485. + PreprocessorDefinitions=""
  4486. + ExceptionHandling="0"
  4487. + RuntimeLibrary="0"
  4488. + UsePrecompiledHeader="0"
  4489. + WarningLevel="4"
  4490. + DebugInformationFormat="1"
  4491. + />
  4492. + <Tool
  4493. + Name="VCManagedResourceCompilerTool"
  4494. + />
  4495. + <Tool
  4496. + Name="VCResourceCompilerTool"
  4497. + />
  4498. + <Tool
  4499. + Name="VCPreLinkEventTool"
  4500. + />
  4501. + <Tool
  4502. + Name="VCLibrarianTool"
  4503. + />
  4504. + <Tool
  4505. + Name="VCALinkTool"
  4506. + />
  4507. + <Tool
  4508. + Name="VCXDCMakeTool"
  4509. + />
  4510. + <Tool
  4511. + Name="VCBscMakeTool"
  4512. + />
  4513. + <Tool
  4514. + Name="VCFxCopTool"
  4515. + />
  4516. + <Tool
  4517. + Name="VCPostBuildEventTool"
  4518. + />
  4519. + </Configuration>
  4520. + <Configuration
  4521. + Name="Release-MT|x64"
  4522. + OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  4523. + IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)"
  4524. + ConfigurationType="4"
  4525. + CharacterSet="0"
  4526. + WholeProgramOptimization="1"
  4527. + >
  4528. + <Tool
  4529. + Name="VCPreBuildEventTool"
  4530. + />
  4531. + <Tool
  4532. + Name="VCCustomBuildTool"
  4533. + />
  4534. + <Tool
  4535. + Name="MASM"
  4536. + />
  4537. + <Tool
  4538. + Name="VCXMLDataGeneratorTool"
  4539. + />
  4540. + <Tool
  4541. + Name="VCWebServiceProxyGeneratorTool"
  4542. + />
  4543. + <Tool
  4544. + Name="VCMIDLTool"
  4545. + TargetEnvironment="3"
  4546. + />
  4547. + <Tool
  4548. + Name="VCCLCompilerTool"
  4549. + AdditionalOptions=" /c /MT /O2 /Zi /EHsc /GR /Zc:forScope /Zc:wchar_t /GS- /D__TBB_TASK_CPP_DIRECTLY_INCLUDED=1 /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /W4 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc"
  4550. + AdditionalIncludeDirectories="."
  4551. + PreprocessorDefinitions=""
  4552. + ExceptionHandling="0"
  4553. + RuntimeLibrary="0"
  4554. + BufferSecurityCheck="false"
  4555. + UsePrecompiledHeader="0"
  4556. + WarningLevel="4"
  4557. + DebugInformationFormat="1"
  4558. + />
  4559. + <Tool
  4560. + Name="VCManagedResourceCompilerTool"
  4561. + />
  4562. + <Tool
  4563. + Name="VCResourceCompilerTool"
  4564. + />
  4565. + <Tool
  4566. + Name="VCPreLinkEventTool"
  4567. + />
  4568. + <Tool
  4569. + Name="VCLibrarianTool"
  4570. + />
  4571. + <Tool
  4572. + Name="VCALinkTool"
  4573. + />
  4574. + <Tool
  4575. + Name="VCXDCMakeTool"
  4576. + />
  4577. + <Tool
  4578. + Name="VCBscMakeTool"
  4579. + />
  4580. + <Tool
  4581. + Name="VCFxCopTool"
  4582. + />
  4583. + <Tool
  4584. + Name="VCPostBuildEventTool"
  4585. + />
  4586. </Configuration>
  4587. </Configurations>
  4588. <References>
  4589. </References>
  4590. <Files>
  4591. - <Filter Name="Source Files" Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  4592. - <File RelativePath="..\..\src\tbbmalloc\proxy.cpp"/><File RelativePath="..\..\src\tbbmalloc\tbb_function_replacement.cpp"/></Filter>
  4593. - <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  4594. - <File RelativePath="..\..\src\tbbmalloc\tbb_function_replacement.h">
  4595. + <Filter
  4596. + Name="Source Files"
  4597. + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  4598. + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  4599. + >
  4600. + <File
  4601. + RelativePath="..\..\src\tbbmalloc\proxy.cpp"
  4602. + >
  4603. + </File>
  4604. + <File
  4605. + RelativePath="..\..\src\tbbmalloc\tbb_function_replacement.cpp"
  4606. + >
  4607. + </File>
  4608. + </Filter>
  4609. + <Filter
  4610. + Name="Header Files"
  4611. + Filter="h;hpp;hxx;hm;inl;inc;xsd"
  4612. + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  4613. + >
  4614. + <File
  4615. + RelativePath="..\..\src\tbbmalloc\tbb_function_replacement.h"
  4616. + >
  4617. </File>
  4618. - <File RelativePath="..\..\include\tbb\tbbmalloc_proxy.h">
  4619. + <File
  4620. + RelativePath="..\..\include\tbb\tbbmalloc_proxy.h"
  4621. + >
  4622. </File>
  4623. </Filter>
  4624. - <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  4625. - <File RelativePath="..\..\src\tbbmalloc\tbbmalloc.rc">
  4626. - <FileConfiguration Name="Debug|Win32">
  4627. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  4628. + <Filter
  4629. + Name="Resource Files"
  4630. + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  4631. + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  4632. + >
  4633. + <File
  4634. + RelativePath="..\..\src\tbbmalloc\tbbmalloc.rc"
  4635. + >
  4636. + <FileConfiguration
  4637. + Name="Debug|Win32"
  4638. + >
  4639. + <Tool
  4640. + Name="VCResourceCompilerTool"
  4641. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  4642. + />
  4643. </FileConfiguration>
  4644. - <FileConfiguration Name="Debug|x64">
  4645. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  4646. + <FileConfiguration
  4647. + Name="Debug|x64"
  4648. + >
  4649. + <Tool
  4650. + Name="VCResourceCompilerTool"
  4651. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  4652. + />
  4653. </FileConfiguration>
  4654. - <FileConfiguration Name="Release|Win32">
  4655. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  4656. + <FileConfiguration
  4657. + Name="Release|Win32"
  4658. + >
  4659. + <Tool
  4660. + Name="VCResourceCompilerTool"
  4661. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  4662. + />
  4663. </FileConfiguration>
  4664. - <FileConfiguration Name="Release|x64">
  4665. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  4666. + <FileConfiguration
  4667. + Name="Release|x64"
  4668. + >
  4669. + <Tool
  4670. + Name="VCResourceCompilerTool"
  4671. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  4672. + />
  4673. </FileConfiguration>
  4674. - <FileConfiguration Name="Debug-MT|Win32">
  4675. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  4676. + <FileConfiguration
  4677. + Name="Debug-MT|Win32"
  4678. + >
  4679. + <Tool
  4680. + Name="VCResourceCompilerTool"
  4681. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  4682. + />
  4683. </FileConfiguration>
  4684. - <FileConfiguration Name="Debug-MT|x64">
  4685. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  4686. + <FileConfiguration
  4687. + Name="Debug-MT|x64"
  4688. + >
  4689. + <Tool
  4690. + Name="VCResourceCompilerTool"
  4691. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  4692. + />
  4693. </FileConfiguration>
  4694. - <FileConfiguration Name="Release-MT|Win32">
  4695. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  4696. + <FileConfiguration
  4697. + Name="Release-MT|Win32"
  4698. + >
  4699. + <Tool
  4700. + Name="VCResourceCompilerTool"
  4701. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  4702. + />
  4703. </FileConfiguration>
  4704. - <FileConfiguration Name="Release-MT|x64">
  4705. - <Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
  4706. + <FileConfiguration
  4707. + Name="Release-MT|x64"
  4708. + >
  4709. + <Tool
  4710. + Name="VCResourceCompilerTool"
  4711. + AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"
  4712. + />
  4713. </FileConfiguration>
  4714. </File>
  4715. </Filter>
  4716. diff -urN tbb30.orig/src/tbbmalloc/MemoryAllocator.cpp tbb30/src/tbbmalloc/MemoryAllocator.cpp
  4717. --- tbb30.orig/src/tbbmalloc/MemoryAllocator.cpp 2010-04-21 10:21:23.000000000 -0400
  4718. +++ tbb30/src/tbbmalloc/MemoryAllocator.cpp 2010-04-27 18:25:37.508875000 -0400
  4719. @@ -1327,7 +1327,7 @@
  4720. result = NULL;
  4721.  
  4722. do {
  4723. - if (bigBlock = (Block *) freeBlockList[currListIdx].pop()) {
  4724. + if ((bigBlock = (Block *) freeBlockList[currListIdx].pop()) != 0) {
  4725. MALLOC_ITT_SYNC_ACQUIRED(freeBlockList+currListIdx);
  4726. break;
  4727. }
  4728. @@ -1369,7 +1369,7 @@
  4729. result = tls->pool.getBlock();
  4730. if (!result) {
  4731. BackRefIdx backRefIdx = newBackRef();
  4732. - if (backRefIdx == invalidIdx || !(result = getRawBlock(/*startup=*/false)))
  4733. + if (backRefIdx == invalidIdx || (result = getRawBlock(/*startup=*/false)) == 0)
  4734. return NULL;
  4735. setBackRef(backRefIdx, result);
  4736. result->backRefIdx = backRefIdx;
  4737. @@ -1681,7 +1681,7 @@
  4738. MallocMutex::scoped_lock lock(backRefMutex);
  4739.  
  4740. MALLOC_ASSERT(backRefMaster, ASSERT_TEXT);
  4741. - if (! (blockToUse = backRefMaster->findFreeBlock()))
  4742. + if ((blockToUse = backRefMaster->findFreeBlock()) == 0)
  4743. return invalidIdx;
  4744. }
  4745. toUse = NULL;
  4746. @@ -1960,7 +1960,7 @@
  4747. size_t headersSize = sizeof(LargeMemoryBlock)+sizeof(LargeObjectHdr);
  4748. size_t allocationSize = alignUp(size+headersSize+alignment, largeBlockCacheStep);
  4749.  
  4750. - if (startupAlloc || !(lmb = getCachedLargeBlock(allocationSize))) {
  4751. + if (startupAlloc || (lmb = getCachedLargeBlock(allocationSize)) == 0) {
  4752. BackRefIdx backRefIdx;
  4753.  
  4754. if ((backRefIdx = newBackRef()) == invalidIdx) return NULL;
  4755. @@ -2058,13 +2058,13 @@
  4756. MALLOC_ASSERT( mallocBlock->owner == getThreadId(), ASSERT_TEXT );
  4757.  
  4758. /* for better cache locality, first looking in the free list. */
  4759. - if ( (result = allocateFromFreeList(mallocBlock)) ) {
  4760. + if ( (result = allocateFromFreeList(mallocBlock)) != 0 ) {
  4761. return result;
  4762. }
  4763. MALLOC_ASSERT( !mallocBlock->freeList, ASSERT_TEXT );
  4764.  
  4765. /* if free list is empty, try thread local bump pointer allocation. */
  4766. - if ( (result = allocateFromBumpPtr(mallocBlock)) ) {
  4767. + if ( (result = allocateFromBumpPtr(mallocBlock)) != 0 ) {
  4768. return result;
  4769. }
  4770. MALLOC_ASSERT( !mallocBlock->bumpPtr, ASSERT_TEXT );
  4771. @@ -2351,11 +2351,11 @@
  4772.  
  4773. if (mallocBlock) {
  4774. do {
  4775. - if( (result = allocateFromBlock(mallocBlock)) ) {
  4776. + if( (result = allocateFromBlock(mallocBlock)) != 0 ) {
  4777. return result;
  4778. }
  4779. // the previous block, if any, should be empty enough
  4780. - } while( (mallocBlock = setPreviousBlockActive(bin)) );
  4781. + } while( (mallocBlock = setPreviousBlockActive(bin)) != 0 );
  4782. }
  4783. MALLOC_ASSERT( !(bin->activeBlk) || bin->activeBlk->isFull==1, ASSERT_TEXT );
  4784.  
  4785. @@ -2370,7 +2370,7 @@
  4786. pushTLSBin(bin, mallocBlock);
  4787. }
  4788. MALLOC_ASSERT( mallocBlock->freeList, ASSERT_TEXT );
  4789. - if ( (result = allocateFromFreeList(mallocBlock)) ) {
  4790. + if ( (result = allocateFromFreeList(mallocBlock)) != 0 ) {
  4791. return result;
  4792. }
  4793. /* Else something strange happened, need to retry from the beginning; */
  4794. @@ -2386,7 +2386,7 @@
  4795. pushTLSBin(bin, mallocBlock);
  4796. // guaranteed by pushTLSBin: MALLOC_ASSERT( *bin==mallocBlock || (*bin)->previous==mallocBlock, ASSERT_TEXT );
  4797. setActiveBlock(bin, mallocBlock);
  4798. - if( (result = allocateFromBlock(mallocBlock)) ) {
  4799. + if( (result = allocateFromBlock(mallocBlock)) != 0 ) {
  4800. return result;
  4801. }
  4802. mallocBlock = getPartialBlock(bin, size);
  4803. @@ -2400,7 +2400,7 @@
  4804. pushTLSBin(bin, mallocBlock);
  4805. // guaranteed by pushTLSBin: MALLOC_ASSERT( *bin==mallocBlock || (*bin)->previous==mallocBlock, ASSERT_TEXT );
  4806. setActiveBlock(bin, mallocBlock);
  4807. - if( (result = allocateFromBlock(mallocBlock)) ) {
  4808. + if( (result = allocateFromBlock(mallocBlock)) != 0 ) {
  4809. return result;
  4810. }
  4811. /* Else something strange happened, need to retry from the beginning; */
  4812. @@ -2677,13 +2677,13 @@
  4813. return newBuf;
  4814. }else{
  4815. //We can't do anything with this. Just keeping old pointer
  4816. - return NULL;
  4817. + //return NULL;
  4818. }
  4819. } else {
  4820. if ( original_ptrs->orig_free ){
  4821. original_ptrs->orig_free( ptr );
  4822. }
  4823. - return NULL;
  4824. + //return NULL;
  4825. }
  4826. }
  4827. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement