mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 23:01:58 +00:00
Updated makefiles for Symbian OS to handle duplicate filenames with in Symbians limited amount of makefiles.
svn-id: r26906
This commit is contained in:
parent
7d2809108e
commit
a3414e0585
@ -64,14 +64,16 @@ my @excludes_snd = (
|
||||
"tables.cpp",
|
||||
"freeverb.cpp"
|
||||
);
|
||||
my @excludes_gui = (
|
||||
|
||||
my @excludes_graphics = (
|
||||
"iff.cpp"
|
||||
);
|
||||
|
||||
#arseModule(mmpStr, dirStr, ifdefArray, [exclusionsArray])
|
||||
ParseModule("_base", "base", \@section_empty); # now in ./TRG/ScummVM_TRG.mmp, these never change anyways...
|
||||
ParseModule("_base", "common", \@section_empty);
|
||||
ParseModule("_base", "gui", \@section_empty, \@excludes_gui);
|
||||
ParseModule("_base", "graphics", \@section_empty);
|
||||
ParseModule("_base", "gui", \@section_empty);
|
||||
ParseModule("_base", "graphics", \@section_empty, \@excludes_graphics);
|
||||
ParseModule("_base", "sound", \@section_empty, \@excludes_snd);
|
||||
|
||||
chdir("engines/");
|
||||
|
@ -94,6 +94,9 @@ SOURCE gui\Key.cpp
|
||||
SOURCE gui\KeysDialog.cpp
|
||||
SOURCE gui\Actions.cpp
|
||||
|
||||
// Special for graphics
|
||||
source graphics\iff.cpp
|
||||
|
||||
// *** Dynamic Libraries
|
||||
|
||||
LIBRARY cone.lib eikcore.lib
|
||||
|
@ -114,6 +114,9 @@ SOURCE gui\Key.cpp
|
||||
SOURCE gui\KeysDialog.cpp
|
||||
SOURCE gui\Actions.cpp
|
||||
|
||||
// Special for graphics
|
||||
source graphics\iff.cpp
|
||||
|
||||
// *** Dynamic Libraries
|
||||
LIBRARY cone.lib eikcore.lib
|
||||
LIBRARY euser.lib apparc.lib fbscli.lib
|
||||
|
@ -92,6 +92,9 @@ SOURCE gui\Key.cpp
|
||||
SOURCE gui\KeysDialog.cpp
|
||||
SOURCE gui\Actions.cpp
|
||||
|
||||
// Special for graphics
|
||||
source graphics\iff.cpp
|
||||
|
||||
// *** Dynamic Libraries
|
||||
|
||||
LIBRARY cone.lib eikcore.lib
|
||||
|
@ -92,6 +92,9 @@ SOURCE gui\Key.cpp
|
||||
SOURCE gui\KeysDialog.cpp
|
||||
SOURCE gui\Actions.cpp
|
||||
|
||||
// Special for graphics
|
||||
source graphics\iff.cpp
|
||||
|
||||
// *** Dynamic Libraries
|
||||
|
||||
LIBRARY cone.lib eikcore.lib
|
||||
|
@ -91,6 +91,9 @@ SOURCE gui\Key.cpp
|
||||
SOURCE gui\KeysDialog.cpp
|
||||
SOURCE gui\Actions.cpp
|
||||
|
||||
// Special for graphics
|
||||
source graphics\iff.cpp
|
||||
|
||||
// *** Dynamic Libraries
|
||||
|
||||
LIBRARY cone.lib eikcore.lib
|
||||
|
@ -115,6 +115,9 @@ SOURCE gui\Key.cpp
|
||||
SOURCE gui\KeysDialog.cpp
|
||||
SOURCE gui\Actions.cpp
|
||||
|
||||
// Special for graphics
|
||||
source graphics\iff.cpp
|
||||
|
||||
// *** Dynamic Libraries
|
||||
|
||||
LIBRARY cone.lib eikcore.lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user