Code Reorganization

- Beginning to stub out the dependency helper functions in the new
  file dependency.cpp.
This commit is contained in:
Paul Beckingham 2010-07-24 06:38:08 -07:00
parent 6f67c0093d
commit 7dc55d831d
3 changed files with 51 additions and 9 deletions

View file

@ -11,7 +11,7 @@ OBJECTS = ../t-TDB.o ../t-Task.o ../t-text.o ../t-Date.o ../t-Table.o \
../t-Grid.o ../t-Color.o ../t-rules.o ../t-recur.o ../t-custom.o \
../t-export.o ../t-import.o ../t-edit.o ../t-Timer.o \
../t-Permission.o ../t-Path.o ../t-File.o ../t-Directory.o \
../t-Hooks.o ../t-API.o ../t-rx.o ../t-Taskmod.o
../t-Hooks.o ../t-API.o ../t-rx.o ../t-Taskmod.o ../t-dependency.o
all: $(PROJECT)