diff options
author | Johannes Schickel | 2011-05-06 20:41:21 +0200 |
---|---|---|
committer | Johannes Schickel | 2011-05-06 20:41:21 +0200 |
commit | dea5aa8a2017ec9b9abc16b34683a1e37aafbe46 (patch) | |
tree | 93b441a0f5ce435f0326c5f8fd62362d3d328d24 /common/system.cpp | |
parent | 29bc72a627ece0ba87509585651f25765bb64865 (diff) | |
download | scummvm-rg350-dea5aa8a2017ec9b9abc16b34683a1e37aafbe46.tar.gz scummvm-rg350-dea5aa8a2017ec9b9abc16b34683a1e37aafbe46.tar.bz2 scummvm-rg350-dea5aa8a2017ec9b9abc16b34683a1e37aafbe46.zip |
CREATE_PROJECT: Fix module.mk parsing.
Formerly create_project incorrectly assumed that a given object file is only
present once in an module.mk file. This is not the case for backends/module.mk
for example. There the Windows FS object files are in two different if blocks.
In this particular case it resulted in the object file being added to both the
include list and the exclude list.
Now the module.mk handler prefers files being in the include list.
Diffstat (limited to 'common/system.cpp')
0 files changed, 0 insertions, 0 deletions