Ensuring all names are the correct casing for Linux

This commit is contained in:
Areloch 2016-05-26 01:37:14 -05:00
parent fb7e4f92ef
commit ec8882c3c8
44 changed files with 95 additions and 95 deletions

View file

@ -274,12 +274,12 @@ addPath("${srcDir}/T3D/turret")
if( TORQUE_EXPERIMENTAL_EC )
addPath("${srcDir}/T3D/components/")
addPath("${srcDir}/T3D/components/animation")
addPath("${srcDir}/T3D/components/camera")
addPath("${srcDir}/T3D/components/collision")
addPath("${srcDir}/T3D/components/game")
addPath("${srcDir}/T3D/components/physics")
addPath("${srcDir}/T3D/components/render")
addPath("${srcDir}/T3D/components/Animation")
addPath("${srcDir}/T3D/components/Camera")
addPath("${srcDir}/T3D/components/Collision")
addPath("${srcDir}/T3D/components/Game")
addPath("${srcDir}/T3D/components/Physics")
addPath("${srcDir}/T3D/components/Render")
endif()
addPath("${srcDir}/main/")