mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
HackStudio: Implement adding an existing file to project
This commit is contained in:
parent
4089690cf1
commit
cea6506998
2 changed files with 19 additions and 5 deletions
|
@ -16,7 +16,7 @@ DEFINES += -DUSERLAND
|
|||
all: $(APP)
|
||||
|
||||
$(APP): $(OBJS)
|
||||
$(LD) -o $(APP) $(LDFLAGS) $(OBJS) -lvt -lgui -ldraw -lcore -lc
|
||||
$(LD) -o $(APP) $(LDFLAGS) $(OBJS) -lvt -lgui -ldraw -lthread -lcore -lc
|
||||
|
||||
.cpp.o:
|
||||
@echo "CXX $<"; $(CXX) $(CXXFLAGS) -o $@ -c $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue