Move string natives from logic to core (bug 4406 part 8, r=fyren).

--HG--
rename : core/smn_string.cpp => core/logic/smn_string.cpp
This commit is contained in:
David Anderson
2010-05-14 20:04:44 -07:00
parent d80191df3d
commit 85bedca236
7 changed files with 17 additions and 16 deletions
+1
View File
@@ -39,6 +39,7 @@ files = [
'Translator.cpp',
'PhraseCollection.cpp',
'smn_lang.cpp',
'smn_string.cpp',
'sm_crc32.cpp'
]
if AMBuild.target['platform'] == 'windows':