mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:27:45 +00:00
FormCompiler: Add some more LibCore object files to host build.
This commit is contained in:
parent
be2b585ca6
commit
5d83a049c2
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ OBJS = \
|
||||||
../../Libraries/LibCore/CFile.o \
|
../../Libraries/LibCore/CFile.o \
|
||||||
../../Libraries/LibCore/CObject.o \
|
../../Libraries/LibCore/CObject.o \
|
||||||
../../Libraries/LibCore/CEvent.o \
|
../../Libraries/LibCore/CEvent.o \
|
||||||
|
../../Libraries/LibCore/CSocket.o \
|
||||||
|
../../Libraries/LibCore/CLocalSocket.o \
|
||||||
|
../../Libraries/LibCore/CNotifier.o \
|
||||||
../../Libraries/LibCore/CEventLoop.o
|
../../Libraries/LibCore/CEventLoop.o
|
||||||
|
|
||||||
all: $(PROGRAM)
|
all: $(PROGRAM)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue