Moved handle natives from core to logic (bug 4406 part 9, r=ds).

--HG--
rename : core/smn_handles.cpp => core/logic/smn_handles.cpp
This commit is contained in:
David Anderson
2010-05-14 21:06:06 -07:00
parent e9e4d566a5
commit c188491289
7 changed files with 22 additions and 12 deletions
+1
View File
@@ -40,6 +40,7 @@ files = [
'PhraseCollection.cpp',
'smn_lang.cpp',
'smn_string.cpp',
'smn_handles.cpp',
'sm_crc32.cpp'
]
if AMBuild.target['platform'] == 'windows':