[Scummvm-git-logs] scummvm master -> 3dd369e81f429d523dab3ba262b93c4f07142093

ccawley2011 ccawley2011 at gmail.com
Sun Nov 15 21:28:58 UTC 2020


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:
3dd369e81f TEST: Fix compiling with MinGW


Commit: 3dd369e81f429d523dab3ba262b93c4f07142093
    https://github.com/scummvm/scummvm/commit/3dd369e81f429d523dab3ba262b93c4f07142093
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-11-15T21:28:27Z

Commit Message:
TEST: Fix compiling with MinGW

Changed paths:
    test/module.mk


diff --git a/test/module.mk b/test/module.mk
index 6404790dd8..20c877865e 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -10,6 +10,7 @@ TEST_LIBS    := test/null_osystem.o \
 	backends/fs/posix/posix-fs-factory.o \
 	backends/fs/posix/posix-fs.o \
 	backends/fs/posix/posix-iostream.o \
+	backends/fs/abstract-fs.o \
 	backends/fs/stdiostream.o \
 	backends/modular-backend.o \
 	test/stubs.o \
@@ -33,6 +34,7 @@ TEST_CXXFLAGS := $(filter-out -Wglobal-constructors,$(CXXFLAGS))
 
 ifdef WIN32
 TEST_LDFLAGS := $(filter-out -mwindows,$(TEST_LDFLAGS))
+TEST_LIBS += backends/fs/windows/windows-fs-factory.o backends/fs/windows/windows-fs.o
 endif
 
 ifdef N64




More information about the Scummvm-git-logs mailing list