Skip to content

Commit

Permalink
FormCompiler: Add some more LibCore object files to host build.
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Jul 26, 2019
1 parent be2b585 commit 5d83a04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DevTools/FormCompiler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5d83a04

Please sign in to comment.