Move timer natives into logic binary (bug 4402, r=ds).

--HG--
rename : core/smn_timers.cpp => core/logic/smn_timers.cpp
This commit is contained in:
David Anderson
2010-05-13 01:47:12 -07:00
parent f4e22cb44c
commit a6ceb337b2
15 changed files with 102 additions and 51 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ OBJECTS = \
smn_adt_trie.cpp \
Profiler.cpp \
smn_functions.cpp \
sm_crc32.cpp
sm_crc32.cpp \
smn_timers.cpp
##############################################
### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ###