Skip to content

Commit bd7b236

Browse files
authored
Fix filename casings in CMakeLists for case-sensitive systems (#431)
1 parent c9349cd commit bd7b236

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Generals/Code/GameEngine/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ set(GAMEENGINE_SRC
10491049
Include/GameNetwork/NetPacket.h
10501050
Include/GameNetwork/NetworkDefs.h
10511051
Include/GameNetwork/NetworkInterface.h
1052-
Include/GameNetwork/NetworkUtil.h
1052+
Include/GameNetwork/networkutil.h
10531053
Include/GameNetwork/RankPointValue.h
10541054
Include/GameNetwork/Transport.h
10551055
Include/GameNetwork/udp.h

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Set source files
22
set(WWDOWNLOAD_SRC
33
Download.cpp
4-
Ftp.cpp
4+
FTP.CPP
55
registry.cpp
66
urlBuilder.cpp
77
Download.h
88
DownloadDebug.h
9-
DownloadDefs.h
10-
Ftp.h
11-
FtpDefs.h
9+
downloaddefs.h
10+
ftp.h
11+
ftpdefs.h
1212
Registry.h
1313
urlBuilder.h
1414
)

0 commit comments

Comments
 (0)