mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
Fixed file names
This commit is contained in:
@@ -70,8 +70,8 @@ set(SHARED_SOURCES
|
||||
|
||||
shared/AuctionTransferGameAPI/TcpLibrary/Clock.cpp
|
||||
shared/AuctionTransferGameAPI/TcpLibrary/Clock.h
|
||||
shared/AuctionTransferGameAPI/TcpLibrary/IpAddress.cpp
|
||||
shared/AuctionTransferGameAPI/TcpLibrary/IpAddress.h
|
||||
shared/AuctionTransferGameAPI/TcpLibrary/IPAddress.cpp
|
||||
shared/AuctionTransferGameAPI/TcpLibrary/IPAddress.h
|
||||
shared/AuctionTransferGameAPI/TcpLibrary/TcpBlockAllocator.cpp
|
||||
shared/AuctionTransferGameAPI/TcpLibrary/TcpBlockAllocator.h
|
||||
shared/AuctionTransferGameAPI/TcpLibrary/TcpConnection.cpp
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ if(WIN32)
|
||||
else()
|
||||
set(PLATFORM_SOURCES
|
||||
linux/Archive.h
|
||||
linux/BlockAllocator.h
|
||||
linux/BlockAllocator.cpp
|
||||
linux/Event.cpp
|
||||
linux/Event.h
|
||||
linux/Logger.cpp
|
||||
|
||||
@@ -86,7 +86,7 @@ set(SHARED_SOURCES
|
||||
../../utils/UdpLibrary/UdpMisc.h
|
||||
../../utils/UdpLibrary/UdpPriority.h
|
||||
../../utils/UdpLibrary/UdpReliableChannel.cpp
|
||||
../../utils/UdpLibrary/UdpReliablechannel.h
|
||||
../../utils/UdpLibrary/UdpReliableChannel.h
|
||||
../../utils/UdpLibrary/UdpTypes.h
|
||||
|
||||
../../utils/Unicode/FirstUnicode.cpp
|
||||
@@ -105,7 +105,7 @@ set(SHARED_SOURCES
|
||||
../../utils/Unicode/utf8.cpp
|
||||
../../utils/Unicode/utf8.h
|
||||
|
||||
../../utils/GenericAPI/GenericApicore.cpp
|
||||
../../utils/GenericAPI/GenericApiCore.cpp
|
||||
../../utils/GenericAPI/GenericApiCore.h
|
||||
../../utils/GenericAPI/GenericConnection.cpp
|
||||
../../utils/GenericAPI/GenericConnection.h
|
||||
|
||||
Reference in New Issue
Block a user