TestBed.cbp
上传用户:gb3593
上传日期:2022-01-07
资源大小:3028k
文件大小:5k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2. <CodeBlocks_project_file>
  3. <FileVersion major="1" minor="6" />
  4. <Project>
  5. <Option title="TestBed" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug">
  10. <Option output="binDebugTestBed" prefix_auto="1" extension_auto="1" />
  11. <Option object_output="objDebug" />
  12. <Option type="1" />
  13. <Option compiler="gcc" />
  14. <Compiler>
  15. <Add option="-g" />
  16. </Compiler>
  17. </Target>
  18. <Target title="Release">
  19. <Option output="binReleaseTestBed" prefix_auto="1" extension_auto="1" />
  20. <Option object_output="objRelease" />
  21. <Option type="1" />
  22. <Option compiler="gcc" />
  23. <Compiler>
  24. <Add option="-O2" />
  25. </Compiler>
  26. <Linker>
  27. <Add option="-s" />
  28. </Linker>
  29. </Target>
  30. </Build>
  31. <Compiler>
  32. <Add option="-Wall" />
  33. <Add option="-fexceptions" />
  34. <Add option="-DFREEGLUT_STATIC" />
  35. <Add directory="....include" />
  36. <Add directory="....Contrib" />
  37. <Add directory="....Contribfreeglut" />
  38. <Add directory="....Contribglui" />
  39. </Compiler>
  40. <Linker>
  41. <Add library="libBox2D.a" />
  42. <Add library="libFreeGLUT.a" />
  43. <Add library="libGLUI.a" />
  44. <Add library="GLU32" />
  45. <Add library="OpenGL32" />
  46. <Add library="WinMM" />
  47. <Add library="GDI32" />
  48. <Add directory="....Library" />
  49. </Linker>
  50. <Unit filename="....ExamplesTestBedFrameworkMain.cpp" />
  51. <Unit filename="....ExamplesTestBedFrameworkRender.cpp" />
  52. <Unit filename="....ExamplesTestBedFrameworkRender.h" />
  53. <Unit filename="....ExamplesTestBedFrameworkTest.cpp" />
  54. <Unit filename="....ExamplesTestBedFrameworkTest.h" />
  55. <Unit filename="....ExamplesTestBedTestsApplyForce.h" />
  56. <Unit filename="....ExamplesTestBedTestsBiped.cpp" />
  57. <Unit filename="....ExamplesTestBedTestsBiped.h" />
  58. <Unit filename="....ExamplesTestBedTestsBipedDef.cpp" />
  59. <Unit filename="....ExamplesTestBedTestsBipedDef.h" />
  60. <Unit filename="....ExamplesTestBedTestsBipedTest.h" />
  61. <Unit filename="....ExamplesTestBedTestsBreakableBody.h" />
  62. <Unit filename="....ExamplesTestBedTestsBridge.h" />
  63. <Unit filename="....ExamplesTestBedTestsBroadPhaseTest.cpp" />
  64. <Unit filename="....ExamplesTestBedTestsBroadPhaseTest.h" />
  65. <Unit filename="....ExamplesTestBedTestsBuoyancy.h" />
  66. <Unit filename="....ExamplesTestBedTestsCCDTest.h" />
  67. <Unit filename="....ExamplesTestBedTestsCar.h" />
  68. <Unit filename="....ExamplesTestBedTestsChain.h" />
  69. <Unit filename="....ExamplesTestBedTestsCollisionFiltering.h" />
  70. <Unit filename="....ExamplesTestBedTestsCollisionProcessing.h" />
  71. <Unit filename="....ExamplesTestBedTestsCompoundShapes.h" />
  72. <Unit filename="....ExamplesTestBedTestsContactCallbackTest.h" />
  73. <Unit filename="....ExamplesTestBedTestsConvexDecomposition.h" />
  74. <Unit filename="....ExamplesTestBedTestsDistanceTest.h" />
  75. <Unit filename="....ExamplesTestBedTestsDominos.h" />
  76. <Unit filename="....ExamplesTestBedTestsDynamicEdges.h" />
  77. <Unit filename="....ExamplesTestBedTestsElasticBody.h" />
  78. <Unit filename="....ExamplesTestBedTestsGears.h" />
  79. <Unit filename="....ExamplesTestBedTestsLineJoint.h" />
  80. <Unit filename="....ExamplesTestBedTestsMotorsAndLimits.h" />
  81. <Unit filename="....ExamplesTestBedTestsPolyCollision.h" />
  82. <Unit filename="....ExamplesTestBedTestsPolyShapes.h" />
  83. <Unit filename="....ExamplesTestBedTestsPrismatic.h" />
  84. <Unit filename="....ExamplesTestBedTestsPulleys.h" />
  85. <Unit filename="....ExamplesTestBedTestsPyramid.h" />
  86. <Unit filename="....ExamplesTestBedTestsPyramidStaticEdges.h" />
  87. <Unit filename="....ExamplesTestBedTestsRaycastTest.h" />
  88. <Unit filename="....ExamplesTestBedTestsRevolute.h" />
  89. <Unit filename="....ExamplesTestBedTestsSensorTest.h" />
  90. <Unit filename="....ExamplesTestBedTestsShapeEditing.h" />
  91. <Unit filename="....ExamplesTestBedTestsSliderCrank.h" />
  92. <Unit filename="....ExamplesTestBedTestsSphereStack.h" />
  93. <Unit filename="....ExamplesTestBedTestsStaticEdges.h" />
  94. <Unit filename="....ExamplesTestBedTestsTestEntries.cpp" />
  95. <Unit filename="....ExamplesTestBedTestsTheoJansen.h" />
  96. <Unit filename="....ExamplesTestBedTestsTimeOfImpact.h" />
  97. <Unit filename="....ExamplesTestBedTestsTriangleMesh.cpp" />
  98. <Unit filename="....ExamplesTestBedTestsTriangleMesh.h" />
  99. <Unit filename="....ExamplesTestBedTestsVaryingFriction.h" />
  100. <Unit filename="....ExamplesTestBedTestsVaryingRestitution.h" />
  101. <Unit filename="....ExamplesTestBedTestsVerticalStack.h" />
  102. <Unit filename="....ExamplesTestBedTestsWeb.h" />
  103. <Extensions>
  104. <code_completion />
  105. <envvars />
  106. <debugger />
  107. </Extensions>
  108. </Project>
  109. </CodeBlocks_project_file>