SYMBIAN: Fix command order
This commit is contained in:
parent
b74448f679
commit
a6b97165ed
1 changed files with 1 additions and 2 deletions
|
@ -247,6 +247,7 @@ def MakeMMP(engine):
|
||||||
staticlib = tt[1]
|
staticlib = tt[1]
|
||||||
|
|
||||||
src = processModule_mk(pth, macrolist)
|
src = processModule_mk(pth, macrolist)
|
||||||
|
src = ProcessDup(src)
|
||||||
src = FilterSrcs(src, engine)
|
src = FilterSrcs(src, engine)
|
||||||
|
|
||||||
mmp = """TARGET scummvm_%s.lib
|
mmp = """TARGET scummvm_%s.lib
|
||||||
|
@ -265,8 +266,6 @@ SOURCEPATH ..\..\..\..\engines\%s\n
|
||||||
if mmp is None:
|
if mmp is None:
|
||||||
return
|
return
|
||||||
|
|
||||||
src = ProcessDup(src)
|
|
||||||
|
|
||||||
plugins_table = """
|
plugins_table = """
|
||||||
#if PLUGIN_ENABLED_STATIC(%s)
|
#if PLUGIN_ENABLED_STATIC(%s)
|
||||||
LINK_PLUGIN(%s)
|
LINK_PLUGIN(%s)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue