Moved profiler and adt_trie to logic binary.

--HG--
rename : core/Profiler.cpp => core/logic/Profiler.cpp
rename : core/Profiler.h => core/logic/Profiler.h
rename : core/smn_adt_trie.cpp => core/logic/smn_adt_trie.cpp
This commit is contained in:
"David Anderson
2009-05-14 11:24:07 -04:00
parent 5261873f39
commit caf434aef2
13 changed files with 201 additions and 71 deletions
+3 -1
View File
@@ -22,7 +22,9 @@ OBJECTS = \
ThreadSupport.cpp \
smn_float.cpp \
TextParsers.cpp \
smn_textparse.cpp
smn_textparse.cpp \
smn_adt_trie.cpp \
Profiler.cpp
##############################################
### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ###