[Scummvm-git-logs] scummvm master -> 37e837bc8529784ac7acbe8041c99530dd8a1bb6

bluegr bluegr at gmail.com
Sat Aug 7 18:36:50 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
37e837bc85 SYMBIAN: Add a dependency static library


Commit: 37e837bc8529784ac7acbe8041c99530dd8a1bb6
    https://github.com/scummvm/scummvm/commit/37e837bc8529784ac7acbe8041c99530dd8a1bb6
Author: Fiodar Stryzhniou (fedor_qd at mail.ru)
Date: 2021-08-07T21:36:48+03:00

Commit Message:
SYMBIAN: Add a dependency static library

Add a dependency static library with libc functions missing in Symbian.

Changed paths:
    backends/platform/symbian/S60v3/build_app_config.mmh


diff --git a/backends/platform/symbian/S60v3/build_app_config.mmh b/backends/platform/symbian/S60v3/build_app_config.mmh
index fae468097c..fbf6663488 100644
--- a/backends/platform/symbian/S60v3/build_app_config.mmh
+++ b/backends/platform/symbian/S60v3/build_app_config.mmh
@@ -55,6 +55,7 @@ STATICLIBRARY	libtremor.lib
 STATICLIBRARY	zlib.lib
 STATICLIBRARY	esdl.lib
 STATICLIBRARY	openlibm.lib
+STATICLIBRARY	libc_missed.lib
 
 // *** SOURCE files
 




More information about the Scummvm-git-logs mailing list