Skip to content

Commit 375a899

Browse files
filter unused files
1 parent c6415ee commit 375a899

File tree

4 files changed

+1
-182
lines changed

4 files changed

+1
-182
lines changed

recast/Android.mk

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,12 @@ LOCAL_MODULE_FILENAME := librecast
99
LOCAL_SRC_FILES := \
1010
DebugUtils/DebugDraw.cpp \
1111
DebugUtils/DetourDebugDraw.cpp \
12-
DebugUtils/RecastDebugDraw.cpp \
13-
DebugUtils/RecastDump.cpp \
1412
Detour/DetourAlloc.cpp \
1513
Detour/DetourCommon.cpp \
1614
Detour/DetourNavMesh.cpp \
1715
Detour/DetourNavMeshBuilder.cpp \
1816
Detour/DetourNavMeshQuery.cpp \
19-
Detour/DetourNode.cpp \
20-
DetourCrowd/DetourCrowd.cpp \
21-
DetourCrowd/DetourLocalBoundary.cpp \
22-
DetourCrowd/DetourObstacleAvoidance.cpp \
23-
DetourCrowd/DetourPathCorridor.cpp \
24-
DetourCrowd/DetourPathQueue.cpp \
25-
DetourCrowd/DetourProximityGrid.cpp \
26-
DetourTileCache/DetourTileCache.cpp \
27-
DetourTileCache/DetourTileCacheBuilder.cpp \
28-
Recast/Recast.cpp \
29-
Recast/RecastAlloc.cpp \
30-
Recast/RecastArea.cpp \
31-
Recast/RecastContour.cpp \
32-
Recast/RecastFilter.cpp \
33-
Recast/RecastLayers.cpp \
34-
Recast/RecastMesh.cpp \
35-
Recast/RecastMeshDetail.cpp \
36-
Recast/RecastRasterization.cpp \
37-
Recast/RecastRegion.cpp
17+
Detour/DetourNode.cpp
3818

3919
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/..
4020

recast/CMakeLists.txt

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,12 @@
11
set(RECAST_SRC
22
DebugUtils/DebugDraw.cpp
33
DebugUtils/DetourDebugDraw.cpp
4-
DebugUtils/RecastDebugDraw.cpp
5-
DebugUtils/RecastDump.cpp
64
Detour/DetourAlloc.cpp
75
Detour/DetourCommon.cpp
86
Detour/DetourNavMesh.cpp
97
Detour/DetourNavMeshBuilder.cpp
108
Detour/DetourNavMeshQuery.cpp
119
Detour/DetourNode.cpp
12-
DetourCrowd/DetourCrowd.cpp
13-
DetourCrowd/DetourLocalBoundary.cpp
14-
DetourCrowd/DetourObstacleAvoidance.cpp
15-
DetourCrowd/DetourPathCorridor.cpp
16-
DetourCrowd/DetourPathQueue.cpp
17-
DetourCrowd/DetourProximityGrid.cpp
18-
DetourTileCache/DetourTileCache.cpp
19-
DetourTileCache/DetourTileCacheBuilder.cpp
20-
Recast/Recast.cpp
21-
Recast/RecastAlloc.cpp
22-
Recast/RecastArea.cpp
23-
Recast/RecastContour.cpp
24-
Recast/RecastFilter.cpp
25-
Recast/RecastLayers.cpp
26-
Recast/RecastMesh.cpp
27-
Recast/RecastMeshDetail.cpp
28-
Recast/RecastRasterization.cpp
29-
Recast/RecastRegion.cpp
3010
)
3111

3212
include_directories(

recast/proj.win32/librecast.vcxproj

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -13,46 +13,16 @@
1313
<ItemGroup>
1414
<ClCompile Include="..\DebugUtils\DebugDraw.cpp" />
1515
<ClCompile Include="..\DebugUtils\DetourDebugDraw.cpp" />
16-
<ClCompile Include="..\DebugUtils\RecastDebugDraw.cpp" />
17-
<ClCompile Include="..\DebugUtils\RecastDump.cpp" />
18-
<ClCompile Include="..\DetourCrowd\DetourCrowd.cpp" />
19-
<ClCompile Include="..\DetourCrowd\DetourLocalBoundary.cpp" />
20-
<ClCompile Include="..\DetourCrowd\DetourObstacleAvoidance.cpp" />
21-
<ClCompile Include="..\DetourCrowd\DetourPathCorridor.cpp" />
22-
<ClCompile Include="..\DetourCrowd\DetourPathQueue.cpp" />
23-
<ClCompile Include="..\DetourCrowd\DetourProximityGrid.cpp" />
24-
<ClCompile Include="..\DetourTileCache\DetourTileCache.cpp" />
25-
<ClCompile Include="..\DetourTileCache\DetourTileCacheBuilder.cpp" />
2616
<ClCompile Include="..\Detour\DetourAlloc.cpp" />
2717
<ClCompile Include="..\Detour\DetourCommon.cpp" />
2818
<ClCompile Include="..\Detour\DetourNavMesh.cpp" />
2919
<ClCompile Include="..\Detour\DetourNavMeshBuilder.cpp" />
3020
<ClCompile Include="..\Detour\DetourNavMeshQuery.cpp" />
3121
<ClCompile Include="..\Detour\DetourNode.cpp" />
32-
<ClCompile Include="..\Recast\Recast.cpp" />
33-
<ClCompile Include="..\Recast\RecastAlloc.cpp" />
34-
<ClCompile Include="..\Recast\RecastArea.cpp" />
35-
<ClCompile Include="..\Recast\RecastContour.cpp" />
36-
<ClCompile Include="..\Recast\RecastFilter.cpp" />
37-
<ClCompile Include="..\Recast\RecastLayers.cpp" />
38-
<ClCompile Include="..\Recast\RecastMesh.cpp" />
39-
<ClCompile Include="..\Recast\RecastMeshDetail.cpp" />
40-
<ClCompile Include="..\Recast\RecastRasterization.cpp" />
41-
<ClCompile Include="..\Recast\RecastRegion.cpp" />
4222
</ItemGroup>
4323
<ItemGroup>
4424
<ClInclude Include="..\DebugUtils\DebugDraw.h" />
4525
<ClInclude Include="..\DebugUtils\DetourDebugDraw.h" />
46-
<ClInclude Include="..\DebugUtils\RecastDebugDraw.h" />
47-
<ClInclude Include="..\DebugUtils\RecastDump.h" />
48-
<ClInclude Include="..\DetourCrowd\DetourCrowd.h" />
49-
<ClInclude Include="..\DetourCrowd\DetourLocalBoundary.h" />
50-
<ClInclude Include="..\DetourCrowd\DetourObstacleAvoidance.h" />
51-
<ClInclude Include="..\DetourCrowd\DetourPathCorridor.h" />
52-
<ClInclude Include="..\DetourCrowd\DetourPathQueue.h" />
53-
<ClInclude Include="..\DetourCrowd\DetourProximityGrid.h" />
54-
<ClInclude Include="..\DetourTileCache\DetourTileCache.h" />
55-
<ClInclude Include="..\DetourTileCache\DetourTileCacheBuilder.h" />
5626
<ClInclude Include="..\Detour\DetourAlloc.h" />
5727
<ClInclude Include="..\Detour\DetourAssert.h" />
5828
<ClInclude Include="..\Detour\DetourCommon.h" />
@@ -62,9 +32,6 @@
6232
<ClInclude Include="..\Detour\DetourNavMeshQuery.h" />
6333
<ClInclude Include="..\Detour\DetourNode.h" />
6434
<ClInclude Include="..\Detour\DetourStatus.h" />
65-
<ClInclude Include="..\Recast\Recast.h" />
66-
<ClInclude Include="..\Recast\RecastAlloc.h" />
67-
<ClInclude Include="..\Recast\RecastAssert.h" />
6835
</ItemGroup>
6936
<PropertyGroup Label="Globals">
7037
<ProjectGuid>{41E34993-647E-4282-8384-4AB1AE31A452}</ProjectGuid>

recast/proj.win32/librecast.vcxproj.filters

Lines changed: 0 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@
77
<Filter Include="Detour">
88
<UniqueIdentifier>{0bb8e4f7-4a37-48b6-8fc8-b2ae500329a1}</UniqueIdentifier>
99
</Filter>
10-
<Filter Include="DetourCrowd">
11-
<UniqueIdentifier>{56ac435d-63ed-4cf1-8021-17828ad09aba}</UniqueIdentifier>
12-
</Filter>
13-
<Filter Include="DetourTileCache">
14-
<UniqueIdentifier>{3801d61c-5696-4c52-a072-d2b20962f579}</UniqueIdentifier>
15-
</Filter>
16-
<Filter Include="Recast">
17-
<UniqueIdentifier>{dd6424d7-f194-4eaa-83a1-d46352a31204}</UniqueIdentifier>
18-
</Filter>
1910
</ItemGroup>
2011
<ItemGroup>
2112
<ClCompile Include="..\DebugUtils\DebugDraw.cpp">
@@ -24,12 +15,6 @@
2415
<ClCompile Include="..\DebugUtils\DetourDebugDraw.cpp">
2516
<Filter>DebugUtils</Filter>
2617
</ClCompile>
27-
<ClCompile Include="..\DebugUtils\RecastDebugDraw.cpp">
28-
<Filter>DebugUtils</Filter>
29-
</ClCompile>
30-
<ClCompile Include="..\DebugUtils\RecastDump.cpp">
31-
<Filter>DebugUtils</Filter>
32-
</ClCompile>
3318
<ClCompile Include="..\Detour\DetourAlloc.cpp">
3419
<Filter>Detour</Filter>
3520
</ClCompile>
@@ -48,60 +33,6 @@
4833
<ClCompile Include="..\Detour\DetourNode.cpp">
4934
<Filter>Detour</Filter>
5035
</ClCompile>
51-
<ClCompile Include="..\DetourCrowd\DetourCrowd.cpp">
52-
<Filter>DetourCrowd</Filter>
53-
</ClCompile>
54-
<ClCompile Include="..\DetourCrowd\DetourLocalBoundary.cpp">
55-
<Filter>DetourCrowd</Filter>
56-
</ClCompile>
57-
<ClCompile Include="..\DetourCrowd\DetourObstacleAvoidance.cpp">
58-
<Filter>DetourCrowd</Filter>
59-
</ClCompile>
60-
<ClCompile Include="..\DetourCrowd\DetourPathCorridor.cpp">
61-
<Filter>DetourCrowd</Filter>
62-
</ClCompile>
63-
<ClCompile Include="..\DetourCrowd\DetourPathQueue.cpp">
64-
<Filter>DetourCrowd</Filter>
65-
</ClCompile>
66-
<ClCompile Include="..\DetourCrowd\DetourProximityGrid.cpp">
67-
<Filter>DetourCrowd</Filter>
68-
</ClCompile>
69-
<ClCompile Include="..\DetourTileCache\DetourTileCache.cpp">
70-
<Filter>DetourTileCache</Filter>
71-
</ClCompile>
72-
<ClCompile Include="..\DetourTileCache\DetourTileCacheBuilder.cpp">
73-
<Filter>DetourTileCache</Filter>
74-
</ClCompile>
75-
<ClCompile Include="..\Recast\Recast.cpp">
76-
<Filter>Recast</Filter>
77-
</ClCompile>
78-
<ClCompile Include="..\Recast\RecastAlloc.cpp">
79-
<Filter>Recast</Filter>
80-
</ClCompile>
81-
<ClCompile Include="..\Recast\RecastArea.cpp">
82-
<Filter>Recast</Filter>
83-
</ClCompile>
84-
<ClCompile Include="..\Recast\RecastContour.cpp">
85-
<Filter>Recast</Filter>
86-
</ClCompile>
87-
<ClCompile Include="..\Recast\RecastFilter.cpp">
88-
<Filter>Recast</Filter>
89-
</ClCompile>
90-
<ClCompile Include="..\Recast\RecastLayers.cpp">
91-
<Filter>Recast</Filter>
92-
</ClCompile>
93-
<ClCompile Include="..\Recast\RecastMesh.cpp">
94-
<Filter>Recast</Filter>
95-
</ClCompile>
96-
<ClCompile Include="..\Recast\RecastMeshDetail.cpp">
97-
<Filter>Recast</Filter>
98-
</ClCompile>
99-
<ClCompile Include="..\Recast\RecastRasterization.cpp">
100-
<Filter>Recast</Filter>
101-
</ClCompile>
102-
<ClCompile Include="..\Recast\RecastRegion.cpp">
103-
<Filter>Recast</Filter>
104-
</ClCompile>
10536
</ItemGroup>
10637
<ItemGroup>
10738
<ClInclude Include="..\DebugUtils\DebugDraw.h">
@@ -110,12 +41,6 @@
11041
<ClInclude Include="..\DebugUtils\DetourDebugDraw.h">
11142
<Filter>DebugUtils</Filter>
11243
</ClInclude>
113-
<ClInclude Include="..\DebugUtils\RecastDebugDraw.h">
114-
<Filter>DebugUtils</Filter>
115-
</ClInclude>
116-
<ClInclude Include="..\DebugUtils\RecastDump.h">
117-
<Filter>DebugUtils</Filter>
118-
</ClInclude>
11944
<ClInclude Include="..\Detour\DetourAlloc.h">
12045
<Filter>Detour</Filter>
12146
</ClInclude>
@@ -143,38 +68,5 @@
14368
<ClInclude Include="..\Detour\DetourStatus.h">
14469
<Filter>Detour</Filter>
14570
</ClInclude>
146-
<ClInclude Include="..\DetourCrowd\DetourCrowd.h">
147-
<Filter>DetourCrowd</Filter>
148-
</ClInclude>
149-
<ClInclude Include="..\DetourCrowd\DetourLocalBoundary.h">
150-
<Filter>DetourCrowd</Filter>
151-
</ClInclude>
152-
<ClInclude Include="..\DetourCrowd\DetourObstacleAvoidance.h">
153-
<Filter>DetourCrowd</Filter>
154-
</ClInclude>
155-
<ClInclude Include="..\DetourCrowd\DetourPathCorridor.h">
156-
<Filter>DetourCrowd</Filter>
157-
</ClInclude>
158-
<ClInclude Include="..\DetourCrowd\DetourPathQueue.h">
159-
<Filter>DetourCrowd</Filter>
160-
</ClInclude>
161-
<ClInclude Include="..\DetourCrowd\DetourProximityGrid.h">
162-
<Filter>DetourCrowd</Filter>
163-
</ClInclude>
164-
<ClInclude Include="..\DetourTileCache\DetourTileCache.h">
165-
<Filter>DetourTileCache</Filter>
166-
</ClInclude>
167-
<ClInclude Include="..\DetourTileCache\DetourTileCacheBuilder.h">
168-
<Filter>DetourTileCache</Filter>
169-
</ClInclude>
170-
<ClInclude Include="..\Recast\Recast.h">
171-
<Filter>Recast</Filter>
172-
</ClInclude>
173-
<ClInclude Include="..\Recast\RecastAlloc.h">
174-
<Filter>Recast</Filter>
175-
</ClInclude>
176-
<ClInclude Include="..\Recast\RecastAssert.h">
177-
<Filter>Recast</Filter>
178-
</ClInclude>
17971
</ItemGroup>
18072
</Project>

0 commit comments

Comments
 (0)