Previous 199869 Revisions Next

r45174 Tuesday 23rd February, 2016 at 18:26:50 UTC by Olivier Galibert
fix makedep when encoutering GAMEL (nw)
[scripts/build]makedep.py

trunk/scripts/build/makedep.py
r253685r253686
203203        content = content.strip()
204204        if len(content)>0:
205205            if content.startswith('COMP') or content.startswith('CONS') or content.startswith('GAME') or content.startswith('SYST')  or content.startswith('GAMEL'):
206               name = content[4:]
207               splitname = name.rsplit(',', 14)
206               splitname = content.split(',', 3)
208207               if len(splitname)>1:
209208                  drivers.append(splitname[1])
210209    return 0


Previous 199869 Revisions Next


© 1997-2024 The MAME Team