Move profile natives to logic, add linux support (bug 4927, r=ds).

This commit is contained in:
David Anderson
2011-05-22 02:04:34 -07:00
parent 024d094459
commit 5b45e29533
3 changed files with 26 additions and 15 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ files = [
'smn_datapacks.cpp',
'smn_gameconfigs.cpp',
'GameConfigs.cpp',
'sm_crc32.cpp'
'sm_crc32.cpp',
'smn_profiler.cpp'
]
if AMBuild.target['platform'] == 'windows':
files.append('thread/WinThreads.cpp')