🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

587 lines
12 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Name="freetype"
  5. ProjectGUID="{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
  6. >
  7. <Platforms>
  8. <Platform
  9. Name="Win32"
  10. />
  11. </Platforms>
  12. <ToolFiles>
  13. </ToolFiles>
  14. <Configurations>
  15. <Configuration
  16. Name="Release|Win32"
  17. OutputDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
  18. IntermediateDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
  19. ConfigurationType="2"
  20. UseOfMFC="0"
  21. ATLMinimizesCRunTimeLibraryUsage="false"
  22. CharacterSet="0"
  23. >
  24. <Tool
  25. Name="VCPreBuildEventTool"
  26. />
  27. <Tool
  28. Name="VCCustomBuildTool"
  29. />
  30. <Tool
  31. Name="VCXMLDataGeneratorTool"
  32. />
  33. <Tool
  34. Name="VCWebServiceProxyGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCMIDLTool"
  38. />
  39. <Tool
  40. Name="VCCLCompilerTool"
  41. Optimization="2"
  42. InlineFunctionExpansion="1"
  43. EnableIntrinsicFunctions="true"
  44. AdditionalIncludeDirectories="..\..\..\include"
  45. PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;DLL_EXPORT"
  46. StringPooling="true"
  47. RuntimeLibrary="2"
  48. EnableEnhancedInstructionSet="2"
  49. EnableFunctionLevelLinking="true"
  50. DisableLanguageExtensions="true"
  51. WarningLevel="4"
  52. DebugInformationFormat="0"
  53. CompileAs="0"
  54. DisableSpecificWarnings="4001"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="NDEBUG;DLL_EXPORT"
  62. Culture="1033"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. OptimizeReferences="2"
  70. EnableCOMDATFolding="2"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release Static|Win32"
  96. OutputDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
  97. IntermediateDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
  98. ConfigurationType="4"
  99. UseOfMFC="0"
  100. ATLMinimizesCRunTimeLibraryUsage="false"
  101. CharacterSet="0"
  102. >
  103. <Tool
  104. Name="VCPreBuildEventTool"
  105. />
  106. <Tool
  107. Name="VCCustomBuildTool"
  108. />
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCWebServiceProxyGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCMIDLTool"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. Optimization="2"
  121. InlineFunctionExpansion="1"
  122. EnableIntrinsicFunctions="true"
  123. AdditionalIncludeDirectories="..\..\..\include"
  124. PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY"
  125. StringPooling="true"
  126. RuntimeLibrary="0"
  127. EnableEnhancedInstructionSet="2"
  128. EnableFunctionLevelLinking="true"
  129. DisableLanguageExtensions="true"
  130. WarningLevel="4"
  131. DebugInformationFormat="0"
  132. CompileAs="0"
  133. DisableSpecificWarnings="4001"
  134. />
  135. <Tool
  136. Name="VCManagedResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCResourceCompilerTool"
  140. PreprocessorDefinitions="NDEBUG"
  141. Culture="1033"
  142. />
  143. <Tool
  144. Name="VCPreLinkEventTool"
  145. />
  146. <Tool
  147. Name="VCLibrarianTool"
  148. />
  149. <Tool
  150. Name="VCALinkTool"
  151. />
  152. <Tool
  153. Name="VCXDCMakeTool"
  154. />
  155. <Tool
  156. Name="VCBscMakeTool"
  157. />
  158. <Tool
  159. Name="VCFxCopTool"
  160. />
  161. <Tool
  162. Name="VCPostBuildEventTool"
  163. />
  164. </Configuration>
  165. <Configuration
  166. Name="Debug|Win32"
  167. OutputDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
  168. IntermediateDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
  169. ConfigurationType="2"
  170. UseOfMFC="0"
  171. ATLMinimizesCRunTimeLibraryUsage="false"
  172. CharacterSet="0"
  173. >
  174. <Tool
  175. Name="VCPreBuildEventTool"
  176. />
  177. <Tool
  178. Name="VCCustomBuildTool"
  179. />
  180. <Tool
  181. Name="VCXMLDataGeneratorTool"
  182. />
  183. <Tool
  184. Name="VCWebServiceProxyGeneratorTool"
  185. />
  186. <Tool
  187. Name="VCMIDLTool"
  188. />
  189. <Tool
  190. Name="VCCLCompilerTool"
  191. Optimization="0"
  192. AdditionalIncludeDirectories="..\..\..\include"
  193. PreprocessorDefinitions="_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;DLL_EXPORT"
  194. BasicRuntimeChecks="3"
  195. RuntimeLibrary="3"
  196. DisableLanguageExtensions="true"
  197. WarningLevel="4"
  198. DebugInformationFormat="3"
  199. CompileAs="0"
  200. DisableSpecificWarnings="4001"
  201. />
  202. <Tool
  203. Name="VCManagedResourceCompilerTool"
  204. />
  205. <Tool
  206. Name="VCResourceCompilerTool"
  207. PreprocessorDefinitions="_DEBUG;DLL_EXPORT"
  208. Culture="1033"
  209. />
  210. <Tool
  211. Name="VCPreLinkEventTool"
  212. />
  213. <Tool
  214. Name="VCLinkerTool"
  215. />
  216. <Tool
  217. Name="VCALinkTool"
  218. />
  219. <Tool
  220. Name="VCManifestTool"
  221. />
  222. <Tool
  223. Name="VCXDCMakeTool"
  224. />
  225. <Tool
  226. Name="VCBscMakeTool"
  227. />
  228. <Tool
  229. Name="VCFxCopTool"
  230. />
  231. <Tool
  232. Name="VCAppVerifierTool"
  233. />
  234. <Tool
  235. Name="VCPostBuildEventTool"
  236. />
  237. </Configuration>
  238. <Configuration
  239. Name="Debug Static|Win32"
  240. OutputDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
  241. IntermediateDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
  242. ConfigurationType="4"
  243. UseOfMFC="0"
  244. ATLMinimizesCRunTimeLibraryUsage="false"
  245. CharacterSet="0"
  246. >
  247. <Tool
  248. Name="VCPreBuildEventTool"
  249. />
  250. <Tool
  251. Name="VCCustomBuildTool"
  252. />
  253. <Tool
  254. Name="VCXMLDataGeneratorTool"
  255. />
  256. <Tool
  257. Name="VCWebServiceProxyGeneratorTool"
  258. />
  259. <Tool
  260. Name="VCMIDLTool"
  261. />
  262. <Tool
  263. Name="VCCLCompilerTool"
  264. Optimization="0"
  265. AdditionalIncludeDirectories="..\..\..\include"
  266. PreprocessorDefinitions="_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY"
  267. BasicRuntimeChecks="3"
  268. RuntimeLibrary="1"
  269. DisableLanguageExtensions="true"
  270. WarningLevel="4"
  271. DebugInformationFormat="3"
  272. CompileAs="0"
  273. DisableSpecificWarnings="4001"
  274. />
  275. <Tool
  276. Name="VCManagedResourceCompilerTool"
  277. />
  278. <Tool
  279. Name="VCResourceCompilerTool"
  280. PreprocessorDefinitions="_DEBUG"
  281. Culture="1033"
  282. />
  283. <Tool
  284. Name="VCPreLinkEventTool"
  285. />
  286. <Tool
  287. Name="VCLibrarianTool"
  288. />
  289. <Tool
  290. Name="VCALinkTool"
  291. />
  292. <Tool
  293. Name="VCXDCMakeTool"
  294. />
  295. <Tool
  296. Name="VCBscMakeTool"
  297. />
  298. <Tool
  299. Name="VCFxCopTool"
  300. />
  301. <Tool
  302. Name="VCPostBuildEventTool"
  303. />
  304. </Configuration>
  305. </Configurations>
  306. <References>
  307. </References>
  308. <Files>
  309. <Filter
  310. Name="Source Files"
  311. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  312. >
  313. <File
  314. RelativePath="..\..\..\src\autofit\autofit.c"
  315. >
  316. </File>
  317. <File
  318. RelativePath="..\..\..\src\bdf\bdf.c"
  319. >
  320. </File>
  321. <File
  322. RelativePath="..\..\..\src\cff\cff.c"
  323. >
  324. </File>
  325. <File
  326. RelativePath="..\..\..\src\base\ftbase.c"
  327. >
  328. </File>
  329. <File
  330. RelativePath="..\..\..\src\base\ftbitmap.c"
  331. >
  332. </File>
  333. <File
  334. RelativePath="..\..\..\src\cache\ftcache.c"
  335. >
  336. </File>
  337. <File
  338. RelativePath="..\ftdebug.c"
  339. >
  340. <FileConfiguration
  341. Name="Release|Win32"
  342. >
  343. <Tool
  344. Name="VCCLCompilerTool"
  345. DisableLanguageExtensions="false"
  346. />
  347. </FileConfiguration>
  348. <FileConfiguration
  349. Name="Release Static|Win32"
  350. >
  351. <Tool
  352. Name="VCCLCompilerTool"
  353. DisableLanguageExtensions="false"
  354. />
  355. </FileConfiguration>
  356. <FileConfiguration
  357. Name="Debug|Win32"
  358. >
  359. <Tool
  360. Name="VCCLCompilerTool"
  361. DisableLanguageExtensions="false"
  362. />
  363. </FileConfiguration>
  364. <FileConfiguration
  365. Name="Debug Static|Win32"
  366. >
  367. <Tool
  368. Name="VCCLCompilerTool"
  369. DisableLanguageExtensions="false"
  370. />
  371. </FileConfiguration>
  372. </File>
  373. <File
  374. RelativePath="..\..\..\src\base\ftfstype.c"
  375. >
  376. </File>
  377. <File
  378. RelativePath="..\..\..\src\base\ftgasp.c"
  379. >
  380. </File>
  381. <File
  382. RelativePath="..\..\..\src\base\ftglyph.c"
  383. >
  384. </File>
  385. <File
  386. RelativePath="..\..\..\src\gzip\ftgzip.c"
  387. >
  388. </File>
  389. <File
  390. RelativePath="..\..\..\src\base\ftinit.c"
  391. >
  392. </File>
  393. <File
  394. RelativePath="..\..\..\src\lzw\ftlzw.c"
  395. >
  396. </File>
  397. <File
  398. RelativePath="..\..\..\src\base\ftstroke.c"
  399. >
  400. </File>
  401. <File
  402. RelativePath="..\ftsystem.c"
  403. >
  404. <FileConfiguration
  405. Name="Release|Win32"
  406. >
  407. <Tool
  408. Name="VCCLCompilerTool"
  409. DisableLanguageExtensions="false"
  410. />
  411. </FileConfiguration>
  412. <FileConfiguration
  413. Name="Release Static|Win32"
  414. >
  415. <Tool
  416. Name="VCCLCompilerTool"
  417. DisableLanguageExtensions="false"
  418. />
  419. </FileConfiguration>
  420. <FileConfiguration
  421. Name="Debug|Win32"
  422. >
  423. <Tool
  424. Name="VCCLCompilerTool"
  425. DisableLanguageExtensions="false"
  426. />
  427. </FileConfiguration>
  428. <FileConfiguration
  429. Name="Debug Static|Win32"
  430. >
  431. <Tool
  432. Name="VCCLCompilerTool"
  433. DisableLanguageExtensions="false"
  434. />
  435. </FileConfiguration>
  436. </File>
  437. <File
  438. RelativePath="..\..\..\src\sdf\sdf.c"
  439. >
  440. </File>
  441. <File
  442. RelativePath="..\..\..\src\smooth\smooth.c"
  443. >
  444. </File>
  445. <File
  446. RelativePath="..\..\..\src\svg\svg.c"
  447. >
  448. </File>
  449. <Filter
  450. Name="FT_MODULES"
  451. >
  452. <File
  453. RelativePath="..\..\..\src\base\ftbbox.c"
  454. >
  455. </File>
  456. <File
  457. RelativePath="..\..\..\src\base\ftbdf.c"
  458. >
  459. </File>
  460. <File
  461. RelativePath="..\..\..\src\base\ftcid.c"
  462. >
  463. </File>
  464. <File
  465. RelativePath="..\..\..\src\base\ftgxval.c"
  466. >
  467. </File>
  468. <File
  469. RelativePath="..\..\..\src\base\ftmm.c"
  470. >
  471. </File>
  472. <File
  473. RelativePath="..\..\..\src\base\ftotval.c"
  474. >
  475. </File>
  476. <File
  477. RelativePath="..\..\..\src\base\ftpatent.c"
  478. >
  479. </File>
  480. <File
  481. RelativePath="..\..\..\src\base\ftpfr.c"
  482. >
  483. </File>
  484. <File
  485. RelativePath="..\..\..\src\base\ftsynth.c"
  486. >
  487. </File>
  488. <File
  489. RelativePath="..\..\..\src\base\fttype1.c"
  490. >
  491. </File>
  492. <File
  493. RelativePath="..\..\..\src\base\ftwinfnt.c"
  494. >
  495. </File>
  496. <File
  497. RelativePath="..\..\..\src\pcf\pcf.c"
  498. >
  499. </File>
  500. <File
  501. RelativePath="..\..\..\src\pfr\pfr.c"
  502. >
  503. </File>
  504. <File
  505. RelativePath="..\..\..\src\psaux\psaux.c"
  506. >
  507. </File>
  508. <File
  509. RelativePath="..\..\..\src\pshinter\pshinter.c"
  510. >
  511. </File>
  512. <File
  513. RelativePath="..\..\..\src\psnames\psmodule.c"
  514. >
  515. </File>
  516. <File
  517. RelativePath="..\..\..\src\raster\raster.c"
  518. >
  519. </File>
  520. <File
  521. RelativePath="..\..\..\src\sfnt\sfnt.c"
  522. >
  523. </File>
  524. <File
  525. RelativePath="..\..\..\src\truetype\truetype.c"
  526. >
  527. </File>
  528. <File
  529. RelativePath="..\..\..\src\type1\type1.c"
  530. >
  531. </File>
  532. <File
  533. RelativePath="..\..\..\src\cid\type1cid.c"
  534. >
  535. </File>
  536. <File
  537. RelativePath="..\..\..\src\type42\type42.c"
  538. >
  539. </File>
  540. <File
  541. RelativePath="..\..\..\src\winfonts\winfnt.c"
  542. >
  543. </File>
  544. </Filter>
  545. </Filter>
  546. <Filter
  547. Name="Header Files"
  548. Filter="h;hpp;hxx;hm;inl"
  549. >
  550. <File
  551. RelativePath="..\..\..\include\ft2build.h"
  552. >
  553. </File>
  554. <File
  555. RelativePath="..\..\..\include\freetype\config\ftconfig.h"
  556. >
  557. </File>
  558. <File
  559. RelativePath="..\..\..\include\freetype\config\ftheader.h"
  560. >
  561. </File>
  562. <File
  563. RelativePath="..\..\..\include\freetype\config\ftmodule.h"
  564. >
  565. </File>
  566. <File
  567. RelativePath="..\..\..\include\freetype\config\ftoption.h"
  568. >
  569. </File>
  570. <File
  571. RelativePath="..\..\..\include\freetype\config\ftstdlib.h"
  572. >
  573. </File>
  574. </Filter>
  575. <Filter
  576. Name="Resource Files"
  577. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  578. >
  579. <File
  580. RelativePath="..\..\..\src\base\ftver.rc"
  581. >
  582. </File>
  583. </Filter>
  584. </Files>
  585. <Globals>
  586. </Globals>
  587. </VisualStudioProject>