mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
LibCore: Remove leading C from filenames
This commit is contained in:
parent
7415e6ef9f
commit
d17e23bd27
214 changed files with 361 additions and 361 deletions
|
@ -1,30 +1,30 @@
|
|||
OBJS = \
|
||||
CArgsParser.o \
|
||||
CIODevice.o \
|
||||
CFile.o \
|
||||
CSocket.o \
|
||||
CLocalSocket.o \
|
||||
CLocalServer.o \
|
||||
CTCPSocket.o \
|
||||
CTCPServer.o \
|
||||
CUdpSocket.o \
|
||||
CUdpServer.o \
|
||||
CElapsedTimer.o \
|
||||
CNotifier.o \
|
||||
CHttpRequest.o \
|
||||
CHttpResponse.o \
|
||||
CHttpJob.o \
|
||||
CNetworkJob.o \
|
||||
CNetworkResponse.o \
|
||||
CObject.o \
|
||||
CTimer.o \
|
||||
CEventLoop.o \
|
||||
CConfigFile.o \
|
||||
CEvent.o \
|
||||
CProcessStatisticsReader.o \
|
||||
CDirIterator.o \
|
||||
CUserInfo.o \
|
||||
CGzip.o \
|
||||
ArgsParser.o \
|
||||
IODevice.o \
|
||||
File.o \
|
||||
Socket.o \
|
||||
LocalSocket.o \
|
||||
LocalServer.o \
|
||||
TCPSocket.o \
|
||||
TCPServer.o \
|
||||
UdpSocket.o \
|
||||
UdpServer.o \
|
||||
ElapsedTimer.o \
|
||||
Notifier.o \
|
||||
HttpRequest.o \
|
||||
HttpResponse.o \
|
||||
HttpJob.o \
|
||||
NetworkJob.o \
|
||||
NetworkResponse.o \
|
||||
Object.o \
|
||||
Timer.o \
|
||||
EventLoop.o \
|
||||
ConfigFile.o \
|
||||
Event.o \
|
||||
ProcessStatisticsReader.o \
|
||||
DirIterator.o \
|
||||
UserInfo.o \
|
||||
Gzip.o \
|
||||
puff.o
|
||||
|
||||
LIBRARY = libcore.a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue