Enhancement - Object integration

- Began the big integration festival by moving all objects out of
  the sandbox.
- Hooked up one error message to context.stringtable, just to make
  a point.
This commit is contained in:
Paul Beckingham 2009-05-31 01:49:24 -04:00
parent fe4c8f3a9d
commit 97145fbb07
11 changed files with 36 additions and 12 deletions

View file

@ -1,10 +1,11 @@
bin_PROGRAMS = task
task_SOURCES = Config.cpp Date.cpp Record.cpp T.cpp TDB.cpp Att.cpp Mod.cpp \
Filter.cpp Sequence.cpp Table.cpp Grid.cpp Timer.cpp \
Duration.cpp StringTable.cpp Location.cpp Subst.cpp Keymap.cpp \
Nibbler.cpp color.cpp parse.cpp task.cpp command.cpp edit.cpp \
report.cpp util.cpp text.cpp rules.cpp import.cpp Config.h \
Date.h Record.h T.h TDB.h Att.h Mod.h Filter.h Sequence.h \
Table.h Grid.h Timer.h Duration.h StringTable.h Location.h \
Subst.h Keymap.h Nibbler.h color.h task.h
task_SOURCES = Config.cpp Date.cpp Record.cpp T.cpp T2.cpp TDB.cpp TDB2.cpp \
Att.cpp Mod.cpp Filter.cpp Sequence.cpp Table.cpp Grid.cpp \
Timer.cpp Duration.cpp StringTable.cpp Location.cpp Subst.cpp \
Keymap.cpp Nibbler.cpp Context.cpp color.cpp parse.cpp \
task.cpp command.cpp edit.cpp report.cpp util.cpp text.cpp \
rules.cpp import.cpp Config.h Date.h Record.h T.h TDB.h Att.h \
Mod.h Filter.h Sequence.h Table.h Grid.h Timer.h Duration.h \
StringTable.h Location.h Subst.h Keymap.h Nibbler.h Context.h \
color.h task.h