mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 10:51:11 +00:00
SYMBIAN: Added Fedor to credits in mmp.in, updated (c) years, updated include paths.
This commit is contained in:
parent
ff84741d39
commit
5c51c97e92
@ -1,8 +1,9 @@
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
* Copyright (C) 2003-2005 Andreas 'Sprawl' Karlsson - Original EPOC port, ESDL
|
||||
* Copyright (C) 2003-2005 Lars 'AnotherGuest' Persson - Original EPOC port, Audio System
|
||||
* Copyright (C) 2003-2014 Lars 'AnotherGuest' Persson - Original EPOC port, Audio System
|
||||
* Copyright (C) 2005 Jurgen 'SumthinWicked' Braam - EPOC/CVS maintainer
|
||||
* Copyright (C) 2005-2013 The ScummVM project
|
||||
* Copyright (C) 2013-2014 Fedor Strizhniou Additional library porting, engine support, help files etc
|
||||
* Copyright (C) 2005-2014 The ScummVM project
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
|
@ -1,8 +1,9 @@
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
* Copyright (C) 2003-2005 Andreas 'Sprawl' Karlsson - Original EPOC port, ESDL
|
||||
* Copyright (C) 2003-2005 Lars 'AnotherGuest' Persson - Original EPOC port, Audio System
|
||||
* Copyright (C) 2003-2014 Lars 'AnotherGuest' Persson - Original EPOC port, Audio System
|
||||
* Copyright (C) 2005 Jurgen 'SumthinWicked' Braam - EPOC/CVS maintainer
|
||||
* Copyright (C) 2005-2013 The ScummVM project
|
||||
* Copyright (C) 2013-2014 Fedor Strizhniou Additional library porting, engine support, help files etc
|
||||
* Copyright (C) 2005-2014 The ScummVM project
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
|
@ -92,11 +92,17 @@ STATICLIBRARY esdl.lib
|
||||
// *** Include paths
|
||||
|
||||
USERINCLUDE ..\..\..\.. ..\..\..\..\gui ..\..\..\..\engines
|
||||
USERINCLUDE ..\..\..\..\backends\fs ..\src ..\..\..\..\backends\platform\sdl ..\..\..\..\sound
|
||||
USERINCLUDE ..\..\..\..\backends\fs ..\src ..\..\..\..\backends\platform\sdl ..\..\..\..\audio
|
||||
|
||||
SYSTEMINCLUDE \epoc32\include\freetype
|
||||
SYSTEMINCLUDE \epoc32\include\mpeg2dec
|
||||
SYSTEMINCLUDE \epoc32\include\jpeg
|
||||
SYSTEMINCLUDE \epoc32\include\png
|
||||
SYSTEMINCLUDE \epoc32\include\ESDL
|
||||
SYSTEMINCLUDE \epoc32\include\ZLIB // before \epoc32\include because symbian already has older version
|
||||
SYSTEMINCLUDE \epoc32\include\libc
|
||||
SYSTEMINCLUDE \epoc32\include\theora
|
||||
SYSTEMINCLUDE \epoc32\include\tremor
|
||||
SYSTEMINCLUDE \epoc32\include
|
||||
SYSTEMINCLUDE ..\src // for portdefs.h
|
||||
|
||||
|
@ -92,11 +92,17 @@ STATICLIBRARY esdl.lib
|
||||
// *** Include paths
|
||||
|
||||
USERINCLUDE ..\..\..\.. ..\..\..\..\gui ..\..\..\..\engines
|
||||
USERINCLUDE ..\..\..\..\backends\fs ..\src ..\..\..\..\backends\platform\sdl ..\..\..\..\sound
|
||||
USERINCLUDE ..\..\..\..\backends\fs ..\src ..\..\..\..\backends\platform\sdl ..\..\..\..\audio
|
||||
|
||||
SYSTEMINCLUDE \epoc32\include\freetype
|
||||
SYSTEMINCLUDE \epoc32\include\mpeg2dec
|
||||
SYSTEMINCLUDE \epoc32\include\jpeg
|
||||
SYSTEMINCLUDE \epoc32\include\png
|
||||
SYSTEMINCLUDE \epoc32\include\ESDL
|
||||
SYSTEMINCLUDE \epoc32\include\ZLIB // before \epoc32\include because symbian already has older version
|
||||
SYSTEMINCLUDE \epoc32\include\libc
|
||||
SYSTEMINCLUDE \epoc32\include\theora
|
||||
SYSTEMINCLUDE \epoc32\include\tremor
|
||||
SYSTEMINCLUDE \epoc32\include
|
||||
SYSTEMINCLUDE ..\src // for portdefs.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user