FormCompiler: Add some more LibCore object files to host build.

This commit is contained in:
Andreas Kling 2019-07-26 22:42:10 +02:00
commit 5d83a049c2
Notes: sideshowbarker 2024-07-19 13:02:42 +09:00

View file

@ -15,6 +15,9 @@ OBJS = \
../../Libraries/LibCore/CFile.o \
../../Libraries/LibCore/CObject.o \
../../Libraries/LibCore/CEvent.o \
../../Libraries/LibCore/CSocket.o \
../../Libraries/LibCore/CLocalSocket.o \
../../Libraries/LibCore/CNotifier.o \
../../Libraries/LibCore/CEventLoop.o
all: $(PROGRAM)