configurations.xml 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configurationDescriptor version="100">
  3. <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
  4. <logicalFolder name="HeaderFiles"
  5. displayName="Header Files"
  6. projectFiles="true">
  7. <itemPath>../stdafx.h</itemPath>
  8. </logicalFolder>
  9. <logicalFolder name="SourceFiles"
  10. displayName="Source Files"
  11. projectFiles="true">
  12. <itemPath>../Source/Esenthel Builder.cpp</itemPath>
  13. </logicalFolder>
  14. <logicalFolder name="TestFiles"
  15. displayName="Test Files"
  16. projectFiles="false"
  17. kind="TEST_LOGICAL_FOLDER">
  18. </logicalFolder>
  19. <logicalFolder name="ExternalFiles"
  20. displayName="Important Files"
  21. projectFiles="false"
  22. kind="IMPORTANT_FILES_FOLDER">
  23. <itemPath>Makefile</itemPath>
  24. </logicalFolder>
  25. </logicalFolder>
  26. <projectmakefile>Makefile</projectmakefile>
  27. <confs>
  28. <conf name="Debug" type="1">
  29. <toolsSet>
  30. <compilerSet>default</compilerSet>
  31. <dependencyChecking>true</dependencyChecking>
  32. <rebuildPropChanged>false</rebuildPropChanged>
  33. </toolsSet>
  34. <compileType>
  35. <cTool>
  36. <developmentMode>0</developmentMode>
  37. <commandlineTool>clang</commandlineTool>
  38. </cTool>
  39. <ccTool>
  40. <architecture>2</architecture>
  41. <standard>11</standard>
  42. <commandlineTool>clang++</commandlineTool>
  43. <incDir>
  44. <pElem>..</pElem>
  45. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Include</pElem>
  46. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Include/cloth</pElem>
  47. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Include/common</pElem>
  48. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Include/extensions</pElem>
  49. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Include/geometry</pElem>
  50. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Include/vehicle</pElem>
  51. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Source/Common/src</pElem>
  52. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Source/GeomUtils/src</pElem>
  53. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXExtensions/src/serialization/Xml</pElem>
  54. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXMetaData/core/include</pElem>
  55. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXMetaData/extensions/include</pElem>
  56. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXVehicle/src</pElem>
  57. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXVehicle/src/PhysXMetaData/include</pElem>
  58. <pElem>../../ThirdPartyLibs/PhysX/PxShared/include</pElem>
  59. <pElem>../../ThirdPartyLibs/PhysX/PxShared/src/foundation/include</pElem>
  60. <pElem>../../ThirdPartyLibs/PhysX/PxShared/src/pvd/include</pElem>
  61. <pElem>../../ThirdPartyLibs/Theora/include</pElem>
  62. <pElem>../../ThirdPartyLibs/FreeType/include</pElem>
  63. <pElem>../../ThirdPartyLibs/Vorbis/include</pElem>
  64. <pElem>../../ThirdPartyLibs/Ogg/include</pElem>
  65. <pElem>../../ThirdPartyLibs/FBX</pElem>
  66. <pElem>../../ThirdPartyLibs/Bullet/lib/src</pElem>
  67. <pElem>../../ThirdPartyLibs</pElem>
  68. </incDir>
  69. <commandLine>-fshort-wchar -fpermissive -ffast-math -ffriend-injection -Wno-int-to-pointer-cast -Wno-invalid-offsetof -Wno-comment -Wno-parentheses -Wno-switch -Wno-null-dereference -Wno-empty-body -Wno-address-of-temporary -Wno-return-type-c-linkage -include ../stdafx.h</commandLine>
  70. <preprocessorList>
  71. <Elem>DEBUG=1</Elem>
  72. </preprocessorList>
  73. </ccTool>
  74. <linkerTool>
  75. <output>../Project</output>
  76. <linkerAddLib>
  77. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Bin/linux64</pElem>
  78. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Lib/linux64</pElem>
  79. <pElem>../../ThirdPartyLibs/PhysX/PxShared/bin/linux64</pElem>
  80. <pElem>../../ThirdPartyLibs/PhysX/PxShared/lib/linux64</pElem>
  81. <pElem>../../ThirdPartyLibs/PhysX/Dummy/Linux</pElem>
  82. </linkerAddLib>
  83. <linkerDynSerch>
  84. <pElem>Bin</pElem>
  85. <pElem>../Editor/Bin</pElem>
  86. </linkerDynSerch>
  87. <commandlineTool>clang++</commandlineTool>
  88. <linkerLibItems>
  89. <linkerLibProjectItem>
  90. <makeArtifact PL="../../Engine/Linux"
  91. CT="3"
  92. CN="Release"
  93. AC="false"
  94. BL="false"
  95. WD="../../Engine/Linux"
  96. BC="${MAKE} -j7 -f Makefile CONF=Release"
  97. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  98. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/EsenthelEngine.a">
  99. </makeArtifact>
  100. </linkerLibProjectItem>
  101. <linkerLibProjectItem>
  102. <makeArtifact PL="../../ThirdPartyLibs/Recast/Linux"
  103. CT="3"
  104. CN="Release"
  105. AC="true"
  106. BL="false"
  107. WD="../../ThirdPartyLibs/Recast/Linux"
  108. BC="${MAKE} -j7 -f Makefile CONF=Release"
  109. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  110. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  111. </makeArtifact>
  112. </linkerLibProjectItem>
  113. <linkerLibProjectItem>
  114. <makeArtifact PL="../../ThirdPartyLibs/Png/Linux"
  115. CT="3"
  116. CN="Release"
  117. AC="true"
  118. BL="false"
  119. WD="../../ThirdPartyLibs/Png/Linux"
  120. BC="${MAKE} -j7 -f Makefile CONF=Release"
  121. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  122. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  123. </makeArtifact>
  124. </linkerLibProjectItem>
  125. <linkerLibProjectItem>
  126. <makeArtifact PL="../../ThirdPartyLibs/Vorbis/Linux"
  127. CT="3"
  128. CN="Release"
  129. AC="true"
  130. BL="false"
  131. WD="../../ThirdPartyLibs/Vorbis/Linux"
  132. BC="${MAKE} -j7 -f Makefile CONF=Release"
  133. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  134. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  135. </makeArtifact>
  136. </linkerLibProjectItem>
  137. <linkerLibProjectItem>
  138. <makeArtifact PL="../../ThirdPartyLibs/Theora/Linux"
  139. CT="3"
  140. CN="Release"
  141. AC="true"
  142. BL="false"
  143. WD="../../ThirdPartyLibs/Theora/Linux"
  144. BC="${MAKE} -j7 -f Makefile CONF=Release"
  145. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  146. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  147. </makeArtifact>
  148. </linkerLibProjectItem>
  149. <linkerLibProjectItem>
  150. <makeArtifact PL="../../ThirdPartyLibs/SQLite/Linux"
  151. CT="3"
  152. CN="Release"
  153. AC="true"
  154. BL="false"
  155. WD="../../ThirdPartyLibs/SQLite/Linux"
  156. BC="${MAKE} -j7 -f Makefile CONF=Release"
  157. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  158. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  159. </makeArtifact>
  160. </linkerLibProjectItem>
  161. <linkerLibProjectItem>
  162. <makeArtifact PL="../../ThirdPartyLibs/Webp/Linux"
  163. CT="3"
  164. CN="Release"
  165. AC="true"
  166. BL="false"
  167. WD="../../ThirdPartyLibs/Webp/Linux"
  168. BC="${MAKE} -j7 -f Makefile CONF=Release"
  169. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  170. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  171. </makeArtifact>
  172. </linkerLibProjectItem>
  173. <linkerLibProjectItem>
  174. <makeArtifact PL="../../ThirdPartyLibs/LZ4/Linux"
  175. CT="3"
  176. CN="Release"
  177. AC="false"
  178. BL="false"
  179. WD="../../ThirdPartyLibs/LZ4/Linux"
  180. BC="${MAKE} -j7 -f Makefile CONF=Release"
  181. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  182. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  183. </makeArtifact>
  184. </linkerLibProjectItem>
  185. <linkerLibProjectItem>
  186. <makeArtifact PL="../../ThirdPartyLibs/Ogg/Linux"
  187. CT="3"
  188. CN="Release"
  189. AC="true"
  190. BL="false"
  191. WD="../../ThirdPartyLibs/Ogg/Linux"
  192. BC="${MAKE} -j7 -f Makefile CONF=Release"
  193. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  194. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  195. </makeArtifact>
  196. </linkerLibProjectItem>
  197. <linkerLibProjectItem>
  198. <makeArtifact PL="../../ThirdPartyLibs/Tiff/Linux"
  199. CT="3"
  200. CN="Release"
  201. AC="true"
  202. BL="false"
  203. WD="../../ThirdPartyLibs/Tiff/Linux"
  204. BC="${MAKE} -j7 -f Makefile CONF=Release"
  205. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  206. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  207. </makeArtifact>
  208. </linkerLibProjectItem>
  209. <linkerLibFileItem>../../ThirdPartyLibs/FreeType/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  210. <linkerLibFileItem>../../ThirdPartyLibs/Bullet/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  211. <linkerLibFileItem>../../ThirdPartyLibs/Snappy/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  212. <linkerLibFileItem>../../ThirdPartyLibs/LZMA/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  213. <linkerLibFileItem>../../ThirdPartyLibs/FBX/Linux/libfbxsdk.a</linkerLibFileItem>
  214. <linkerLibFileItem>../../ThirdPartyLibs/JpegTurbo/Linux/libturbojpeg.a</linkerLibFileItem>
  215. <linkerLibFileItem>../../ThirdPartyLibs/Flac/Linux/libFLAC-static.a</linkerLibFileItem>
  216. <linkerLibFileItem>../../ThirdPartyLibs/Opus/Linux/libopusfile.a</linkerLibFileItem>
  217. <linkerLibFileItem>../../ThirdPartyLibs/Opus/Linux/libopus.a</linkerLibFileItem>
  218. <linkerLibFileItem>../../ThirdPartyLibs/VP/Linux/libvpx.a</linkerLibFileItem>
  219. <linkerLibFileItem>../../ThirdPartyLibs/LZHAM/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  220. <linkerLibFileItem>../../ThirdPartyLibs/Zstd/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  221. <linkerLibFileItem>../../ThirdPartyLibs/FDK-AAC/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  222. <linkerLibFileItem>../../ThirdPartyLibs/mbedTLS/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  223. <linkerLibLibItem>X11</linkerLibLibItem>
  224. <linkerLibLibItem>Xmu</linkerLibLibItem>
  225. <linkerLibLibItem>Xxf86vm</linkerLibLibItem>
  226. <linkerLibLibItem>Xinerama</linkerLibLibItem>
  227. <linkerLibLibItem>Xrandr</linkerLibLibItem>
  228. <linkerLibLibItem>rt</linkerLibLibItem>
  229. <linkerLibLibItem>Xi</linkerLibLibItem>
  230. <linkerLibLibItem>Xcursor</linkerLibLibItem>
  231. <linkerLibLibItem>GL</linkerLibLibItem>
  232. <linkerLibLibItem>openal</linkerLibLibItem>
  233. <linkerLibLibItem>z</linkerLibLibItem>
  234. <linkerLibLibItem>odbc</linkerLibLibItem>
  235. <linkerLibLibItem>udev</linkerLibLibItem>
  236. <linkerLibStdlibItem>PosixThreads</linkerLibStdlibItem>
  237. <linkerLibStdlibItem>DynamicLinking</linkerLibStdlibItem>
  238. </linkerLibItems>
  239. <commandLine>-static-libstdc++ -Wl,--start-group -lPhysX3_x64 -lPhysX3Cooking_x64 -lPhysX3Extensions -lPhysX3CharacterKinematic_x64 -lPhysX3Vehicle -lPhysX3Common_x64 -lSimulationController -lSceneQuery -lLowLevelParticles -lLowLevelCloth -lLowLevelDynamics -lLowLevelAABB -lLowLevel -lPxTask -lPxFoundation_x64 -Wl,--end-group</commandLine>
  240. </linkerTool>
  241. </compileType>
  242. <item path="../Source/Esenthel Builder.cpp" ex="false" tool="1" flavor2="0">
  243. </item>
  244. <item path="../stdafx.h" ex="false" tool="3" flavor2="0">
  245. <customTool>
  246. <customToolCommandline>clang++ -x c++-header ../stdafx.h -o ../stdafx.h.pch $(CXXFLAGS) -g -DDEBUG=1 -I.. -I../../ThirdPartyLibs/PhysX/PhysX/Include -I../../ThirdPartyLibs/PhysX/PhysX/Include/cloth -I../../ThirdPartyLibs/PhysX/PhysX/Include/common -I../../ThirdPartyLibs/PhysX/PhysX/Include/extensions -I../../ThirdPartyLibs/PhysX/PhysX/Include/geometry -I../../ThirdPartyLibs/PhysX/PhysX/Include/vehicle -I../../ThirdPartyLibs/PhysX/PhysX/Source/Common/src -I../../ThirdPartyLibs/PhysX/PhysX/Source/GeomUtils/src -I../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXExtensions/src/serialization/Xml -I../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXMetaData/core/include -I../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXMetaData/extensions/include -I../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXVehicle/src -I../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXVehicle/src/PhysXMetaData/include -I../../ThirdPartyLibs/PhysX/PxShared/include -I../../ThirdPartyLibs/PhysX/PxShared/src/foundation/include -I../../ThirdPartyLibs/PhysX/PxShared/src/pvd/include -I../../ThirdPartyLibs/Theora/include -I../../ThirdPartyLibs/FreeType/include -I../../ThirdPartyLibs/Vorbis/include -I../../ThirdPartyLibs/Ogg/include -I../../ThirdPartyLibs/FBX -I../../ThirdPartyLibs/Bullet/lib/src -I../../ThirdPartyLibs -std=c++14</customToolCommandline>
  247. <customToolOutputs>../stdafx.h.pch</customToolOutputs>
  248. </customTool>
  249. </item>
  250. </conf>
  251. <conf name="Release" type="1">
  252. <toolsSet>
  253. <compilerSet>default</compilerSet>
  254. <dependencyChecking>true</dependencyChecking>
  255. <rebuildPropChanged>false</rebuildPropChanged>
  256. </toolsSet>
  257. <compileType>
  258. <cTool>
  259. <developmentMode>0</developmentMode>
  260. <commandlineTool>clang</commandlineTool>
  261. </cTool>
  262. <ccTool>
  263. <developmentMode>6</developmentMode>
  264. <architecture>2</architecture>
  265. <standard>11</standard>
  266. <commandlineTool>clang++</commandlineTool>
  267. <incDir>
  268. <pElem>..</pElem>
  269. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Include</pElem>
  270. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Include/cloth</pElem>
  271. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Include/common</pElem>
  272. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Include/extensions</pElem>
  273. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Include/geometry</pElem>
  274. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Include/vehicle</pElem>
  275. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Source/Common/src</pElem>
  276. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Source/GeomUtils/src</pElem>
  277. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXExtensions/src/serialization/Xml</pElem>
  278. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXMetaData/core/include</pElem>
  279. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXMetaData/extensions/include</pElem>
  280. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXVehicle/src</pElem>
  281. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXVehicle/src/PhysXMetaData/include</pElem>
  282. <pElem>../../ThirdPartyLibs/PhysX/PxShared/include</pElem>
  283. <pElem>../../ThirdPartyLibs/PhysX/PxShared/src/foundation/include</pElem>
  284. <pElem>../../ThirdPartyLibs/PhysX/PxShared/src/pvd/include</pElem>
  285. <pElem>../../ThirdPartyLibs/Theora/include</pElem>
  286. <pElem>../../ThirdPartyLibs/FreeType/include</pElem>
  287. <pElem>../../ThirdPartyLibs/Vorbis/include</pElem>
  288. <pElem>../../ThirdPartyLibs/Ogg/include</pElem>
  289. <pElem>../../ThirdPartyLibs/FBX</pElem>
  290. <pElem>../../ThirdPartyLibs/Bullet/lib/src</pElem>
  291. <pElem>../../ThirdPartyLibs</pElem>
  292. </incDir>
  293. <commandLine>-fshort-wchar -fpermissive -ffast-math -ffriend-injection -Wno-int-to-pointer-cast -Wno-invalid-offsetof -Wno-comment -Wno-parentheses -Wno-switch -Wno-null-dereference -Wno-empty-body -Wno-address-of-temporary -Wno-return-type-c-linkage -include ../stdafx.h</commandLine>
  294. <preprocessorList>
  295. <Elem>DEBUG=0</Elem>
  296. </preprocessorList>
  297. </ccTool>
  298. <fortranCompilerTool>
  299. <developmentMode>5</developmentMode>
  300. </fortranCompilerTool>
  301. <asmTool>
  302. <developmentMode>5</developmentMode>
  303. </asmTool>
  304. <linkerTool>
  305. <output>../Project</output>
  306. <linkerAddLib>
  307. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Bin/linux64</pElem>
  308. <pElem>../../ThirdPartyLibs/PhysX/PhysX/Lib/linux64</pElem>
  309. <pElem>../../ThirdPartyLibs/PhysX/PxShared/bin/linux64</pElem>
  310. <pElem>../../ThirdPartyLibs/PhysX/PxShared/lib/linux64</pElem>
  311. <pElem>../../ThirdPartyLibs/PhysX/Dummy/Linux</pElem>
  312. </linkerAddLib>
  313. <linkerDynSerch>
  314. <pElem>Bin</pElem>
  315. <pElem>../Editor/Bin</pElem>
  316. </linkerDynSerch>
  317. <stripSymbols>true</stripSymbols>
  318. <commandlineTool>clang++</commandlineTool>
  319. <linkerLibItems>
  320. <linkerLibProjectItem>
  321. <makeArtifact PL="../../Engine/Linux"
  322. CT="3"
  323. CN="Release"
  324. AC="true"
  325. BL="false"
  326. WD="../../Engine/Linux"
  327. BC="${MAKE} -j7 -f Makefile CONF=Release"
  328. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  329. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/EsenthelEngine.a">
  330. </makeArtifact>
  331. </linkerLibProjectItem>
  332. <linkerLibProjectItem>
  333. <makeArtifact PL="../../ThirdPartyLibs/Recast/Linux"
  334. CT="3"
  335. CN="Release"
  336. AC="true"
  337. BL="false"
  338. WD="../../ThirdPartyLibs/Recast/Linux"
  339. BC="${MAKE} -j7 -f Makefile CONF=Release"
  340. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  341. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  342. </makeArtifact>
  343. </linkerLibProjectItem>
  344. <linkerLibProjectItem>
  345. <makeArtifact PL="../../ThirdPartyLibs/Png/Linux"
  346. CT="3"
  347. CN="Release"
  348. AC="true"
  349. BL="false"
  350. WD="../../ThirdPartyLibs/Png/Linux"
  351. BC="${MAKE} -j7 -f Makefile CONF=Release"
  352. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  353. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  354. </makeArtifact>
  355. </linkerLibProjectItem>
  356. <linkerLibProjectItem>
  357. <makeArtifact PL="../../ThirdPartyLibs/Vorbis/Linux"
  358. CT="3"
  359. CN="Release"
  360. AC="true"
  361. BL="false"
  362. WD="../../ThirdPartyLibs/Vorbis/Linux"
  363. BC="${MAKE} -j7 -f Makefile CONF=Release"
  364. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  365. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  366. </makeArtifact>
  367. </linkerLibProjectItem>
  368. <linkerLibProjectItem>
  369. <makeArtifact PL="../../ThirdPartyLibs/Theora/Linux"
  370. CT="3"
  371. CN="Release"
  372. AC="true"
  373. BL="false"
  374. WD="../../ThirdPartyLibs/Theora/Linux"
  375. BC="${MAKE} -j7 -f Makefile CONF=Release"
  376. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  377. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  378. </makeArtifact>
  379. </linkerLibProjectItem>
  380. <linkerLibProjectItem>
  381. <makeArtifact PL="../../ThirdPartyLibs/SQLite/Linux"
  382. CT="3"
  383. CN="Release"
  384. AC="true"
  385. BL="false"
  386. WD="../../ThirdPartyLibs/SQLite/Linux"
  387. BC="${MAKE} -j7 -f Makefile CONF=Release"
  388. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  389. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  390. </makeArtifact>
  391. </linkerLibProjectItem>
  392. <linkerLibProjectItem>
  393. <makeArtifact PL="../../ThirdPartyLibs/Webp/Linux"
  394. CT="3"
  395. CN="Release"
  396. AC="true"
  397. BL="false"
  398. WD="../../ThirdPartyLibs/Webp/Linux"
  399. BC="${MAKE} -j7 -f Makefile CONF=Release"
  400. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  401. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  402. </makeArtifact>
  403. </linkerLibProjectItem>
  404. <linkerLibProjectItem>
  405. <makeArtifact PL="../../ThirdPartyLibs/LZ4/Linux"
  406. CT="3"
  407. CN="Release"
  408. AC="true"
  409. BL="false"
  410. WD="../../ThirdPartyLibs/LZ4/Linux"
  411. BC="${MAKE} -j7 -f Makefile CONF=Release"
  412. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  413. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  414. </makeArtifact>
  415. </linkerLibProjectItem>
  416. <linkerLibProjectItem>
  417. <makeArtifact PL="../../ThirdPartyLibs/Ogg/Linux"
  418. CT="3"
  419. CN="Release"
  420. AC="true"
  421. BL="false"
  422. WD="../../ThirdPartyLibs/Ogg/Linux"
  423. BC="${MAKE} -j7 -f Makefile CONF=Release"
  424. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  425. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  426. </makeArtifact>
  427. </linkerLibProjectItem>
  428. <linkerLibProjectItem>
  429. <makeArtifact PL="../../ThirdPartyLibs/Tiff/Linux"
  430. CT="3"
  431. CN="Release"
  432. AC="true"
  433. BL="false"
  434. WD="../../ThirdPartyLibs/Tiff/Linux"
  435. BC="${MAKE} -j7 -f Makefile CONF=Release"
  436. CC="${MAKE} -j7 -f Makefile CONF=Release clean"
  437. OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/liblinux.a">
  438. </makeArtifact>
  439. </linkerLibProjectItem>
  440. <linkerLibFileItem>../../ThirdPartyLibs/FreeType/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  441. <linkerLibFileItem>../../ThirdPartyLibs/Bullet/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  442. <linkerLibFileItem>../../ThirdPartyLibs/Snappy/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  443. <linkerLibFileItem>../../ThirdPartyLibs/LZMA/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  444. <linkerLibFileItem>../../ThirdPartyLibs/FBX/Linux/libfbxsdk.a</linkerLibFileItem>
  445. <linkerLibFileItem>../../ThirdPartyLibs/JpegTurbo/Linux/libturbojpeg.a</linkerLibFileItem>
  446. <linkerLibFileItem>../../ThirdPartyLibs/Flac/Linux/libFLAC-static.a</linkerLibFileItem>
  447. <linkerLibFileItem>../../ThirdPartyLibs/Opus/Linux/libopusfile.a</linkerLibFileItem>
  448. <linkerLibFileItem>../../ThirdPartyLibs/Opus/Linux/libopus.a</linkerLibFileItem>
  449. <linkerLibFileItem>../../ThirdPartyLibs/VP/Linux/libvpx.a</linkerLibFileItem>
  450. <linkerLibFileItem>../../ThirdPartyLibs/LZHAM/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  451. <linkerLibFileItem>../../ThirdPartyLibs/Zstd/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  452. <linkerLibFileItem>../../ThirdPartyLibs/FDK-AAC/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  453. <linkerLibFileItem>../../ThirdPartyLibs/mbedTLS/Linux/dist/Release/GNU-Linux/liblinux.a</linkerLibFileItem>
  454. <linkerLibLibItem>X11</linkerLibLibItem>
  455. <linkerLibLibItem>Xmu</linkerLibLibItem>
  456. <linkerLibLibItem>Xxf86vm</linkerLibLibItem>
  457. <linkerLibLibItem>Xinerama</linkerLibLibItem>
  458. <linkerLibLibItem>Xrandr</linkerLibLibItem>
  459. <linkerLibLibItem>rt</linkerLibLibItem>
  460. <linkerLibLibItem>Xi</linkerLibLibItem>
  461. <linkerLibLibItem>Xcursor</linkerLibLibItem>
  462. <linkerLibLibItem>GL</linkerLibLibItem>
  463. <linkerLibLibItem>openal</linkerLibLibItem>
  464. <linkerLibLibItem>z</linkerLibLibItem>
  465. <linkerLibLibItem>odbc</linkerLibLibItem>
  466. <linkerLibLibItem>udev</linkerLibLibItem>
  467. <linkerLibStdlibItem>PosixThreads</linkerLibStdlibItem>
  468. <linkerLibStdlibItem>DynamicLinking</linkerLibStdlibItem>
  469. </linkerLibItems>
  470. <commandLine>-static-libstdc++ -Wl,--start-group -lPhysX3_x64 -lPhysX3Cooking_x64 -lPhysX3Extensions -lPhysX3CharacterKinematic_x64 -lPhysX3Vehicle -lPhysX3Common_x64 -lSimulationController -lSceneQuery -lLowLevelParticles -lLowLevelCloth -lLowLevelDynamics -lLowLevelAABB -lLowLevel -lPxTask -lPxFoundation_x64 -Wl,--end-group</commandLine>
  471. </linkerTool>
  472. </compileType>
  473. <item path="../Source/Esenthel Builder.cpp" ex="false" tool="1" flavor2="0">
  474. </item>
  475. <item path="../stdafx.h" ex="false" tool="3" flavor2="0">
  476. <customTool>
  477. <customToolCommandline>clang++ -x c++-header ../stdafx.h -o ../stdafx.h.pch $(CXXFLAGS) -O3 -DDEBUG=0 -I.. -I../../ThirdPartyLibs/PhysX/PhysX/Include -I../../ThirdPartyLibs/PhysX/PhysX/Include/cloth -I../../ThirdPartyLibs/PhysX/PhysX/Include/common -I../../ThirdPartyLibs/PhysX/PhysX/Include/extensions -I../../ThirdPartyLibs/PhysX/PhysX/Include/geometry -I../../ThirdPartyLibs/PhysX/PhysX/Include/vehicle -I../../ThirdPartyLibs/PhysX/PhysX/Source/Common/src -I../../ThirdPartyLibs/PhysX/PhysX/Source/GeomUtils/src -I../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXExtensions/src/serialization/Xml -I../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXMetaData/core/include -I../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXMetaData/extensions/include -I../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXVehicle/src -I../../ThirdPartyLibs/PhysX/PhysX/Source/PhysXVehicle/src/PhysXMetaData/include -I../../ThirdPartyLibs/PhysX/PxShared/include -I../../ThirdPartyLibs/PhysX/PxShared/src/foundation/include -I../../ThirdPartyLibs/PhysX/PxShared/src/pvd/include -I../../ThirdPartyLibs/Theora/include -I../../ThirdPartyLibs/FreeType/include -I../../ThirdPartyLibs/Vorbis/include -I../../ThirdPartyLibs/Ogg/include -I../../ThirdPartyLibs/FBX -I../../ThirdPartyLibs/Bullet/lib/src -I../../ThirdPartyLibs -std=c++14</customToolCommandline>
  478. <customToolOutputs>../stdafx.h.pch</customToolOutputs>
  479. </customTool>
  480. </item>
  481. </conf>
  482. </confs>
  483. </configurationDescriptor>