Code Cleanup

- Relocated longUsage and shortUsage to report.cpp, where they belong,
  which has the positive side effect of allowing all the compiled unit
  tests to link.
This commit is contained in:
Paul Beckingham 2009-06-10 21:51:01 -04:00
parent d7da182450
commit df38d5aaa0
4 changed files with 231 additions and 239 deletions

View file

@ -7,7 +7,8 @@ OBJECTS = ../TDB.o ../TDB2.o ../T.o ../Task.o ../parse.o ../text.o ../Date.o \
../Duration.o ../util.o ../Config.o ../Sequence.o ../Att.o \
../Record.o ../StringTable.o ../Subst.o ../Nibbler.o ../Location.o \
../Filter.o ../Context.o ../Keymap.o ../Cmd.o ../command.o \
../report.o ../Table.o ../Grid.o ../color.o ../rules.o ../recur.o
../report.o ../Table.o ../Grid.o ../color.o ../rules.o ../recur.o \
../interactive.o
all: $(PROJECT)