diff options
author | Matthew Hoops | 2011-02-22 20:01:19 -0500 |
---|---|---|
committer | Matthew Hoops | 2011-02-22 20:03:18 -0500 |
commit | a2a0b13de2cd6fb28787b2821466f3ef7c2210ea (patch) | |
tree | 07982f6f3efef63b3380699f7c0bcae48e6ee4ff /common/module.mk | |
parent | 3a3fd9f009e253b9943dcbc56324a0c935324d04 (diff) | |
download | scummvm-rg350-a2a0b13de2cd6fb28787b2821466f3ef7c2210ea.tar.gz scummvm-rg350-a2a0b13de2cd6fb28787b2821466f3ef7c2210ea.tar.bz2 scummvm-rg350-a2a0b13de2cd6fb28787b2821466f3ef7c2210ea.zip |
COMMON: Begin to merge some NE/PE code
The ID classes are now common to both. The files have been renamed to better illustrate their purpose.
Diffstat (limited to 'common/module.mk')
-rw-r--r-- | common/module.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/module.mk b/common/module.mk index 6cbb40e282..a57de6a4b8 100644 --- a/common/module.mk +++ b/common/module.mk @@ -17,8 +17,6 @@ MODULE_OBJS := \ memorypool.o \ md5.o \ mutex.o \ - ne_exe.o \ - pe_exe.o \ random.o \ rational.o \ str.o \ @@ -30,6 +28,9 @@ MODULE_OBJS := \ unarj.o \ unzip.o \ util.o \ + winexe.o \ + winexe_ne.o \ + winexe_pe.o \ xmlparser.o \ zlib.o |