Move similar/mem/mem.cpp -> common/mem/mem.cpp

This commit is contained in:
Kp 2015-07-18 21:01:56 +00:00
parent a58e8f87a0
commit 82e1ea5636
2 changed files with 1 additions and 1 deletions

View file

@ -1822,6 +1822,7 @@ class DXXArchive(DXXCommon):
'maths/rand.cpp',
'maths/tables.cpp',
'maths/vecmat.cpp',
'mem/mem.cpp',
'misc/error.cpp',
'misc/hash.cpp',
'misc/hmp.cpp',
@ -2041,7 +2042,6 @@ class DXXProgram(DXXCommon):
'main/vclip.cpp',
'main/wall.cpp',
'main/weapon.cpp',
'mem/mem.cpp',
'misc/args.cpp',
'misc/physfsx.cpp',
]