Skip to content

Commit 60ab32b

Browse files
authored
[GEN][ZH] Remove the unused Wwutil library (#786)
1 parent bf71daf commit 60ab32b

File tree

13 files changed

+0
-1402
lines changed

13 files changed

+0
-1402
lines changed

Core/Libraries/Source/WWVegas/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ target_include_directories(core_wwcommon INTERFACE
2626
add_subdirectory(WWDebug)
2727
add_subdirectory(WWLib)
2828
add_subdirectory(WWMath)
29-
# add_subdirectory(Wwutil)
3029
add_subdirectory(WWSaveLoad)
3130
add_subdirectory(WWStub)
3231
# add_subdirectory(WW3D2)
3332
add_subdirectory(WWDownload)
34-
# add_subdirectory(wwshade)
3533

3634
# Helpful interface to bundle the ww modules together.
3735
add_library(core_wwvegas INTERFACE)
@@ -44,7 +42,6 @@ target_include_directories(core_wwvegas INTERFACE
4442
WWLib
4543
WWMath
4644
WWSaveLoad
47-
#Wwutil
4845
)
4946

5047
target_link_libraries(core_wwvegas INTERFACE
@@ -54,5 +51,4 @@ target_link_libraries(core_wwvegas INTERFACE
5451
core_wwlib
5552
core_wwmath
5653
core_wwsaveload
57-
# core_wwutil
5854
)

Generals/Code/Libraries/Source/WWVegas/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ target_include_directories(g_wwcommon INTERFACE
1414
.
1515
WW3D2
1616
WWAudio
17-
Wwutil
1817
)
1918

2019
add_subdirectory(WWAudio)
21-
add_subdirectory(Wwutil)
2220
add_subdirectory(WW3D2)
2321
add_subdirectory(WWDownload)
2422

@@ -30,12 +28,10 @@ target_include_directories(g_wwvegas INTERFACE
3028
WW3D2
3129
WWAudio
3230
WWDownload
33-
Wwutil
3431
)
3532

3633
target_link_libraries(g_wwvegas INTERFACE
3734
core_wwvegas
3835
g_ww3d2
3936
g_wwdownload
40-
g_wwutil
4137
)

Generals/Code/Libraries/Source/WWVegas/Wwutil/CMakeLists.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

Generals/Code/Libraries/Source/WWVegas/Wwutil/mathutil.cpp

Lines changed: 0 additions & 224 deletions
This file was deleted.

Generals/Code/Libraries/Source/WWVegas/Wwutil/mathutil.h

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)