Kaydet (Commit) c0a8a1a9 authored tarafından Nick Treleaven's avatar Nick Treleaven

Fix Windows build

üst 63266a12
......@@ -44,8 +44,8 @@ all: $(COMPLIB)
clean:
-$(RM) deps.mak *.o $(COMPLIB)
$(COMPLIB): tm_workspace.o tm_work_object.o tm_source_file.o tm_project.o tm_tag.o \
tm_symbol.o tm_file_entry.o tm_tagmanager.o
$(COMPLIB): tm_workspace.o tm_work_object.o tm_source_file.o tm_tag.o \
tm_file_entry.o
$(AR) rc $@ $^
$(RANLIB) $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment