[Scummvm-git-logs] scummvm master -> 1aa1832b59105b94c107c7fe13f9bfead5d86c3b
lotharsm
mail at serra.me
Thu Jul 15 07:09:54 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:
1aa1832b59 TESTS: WIN32: Add missing object file
Commit: 1aa1832b59105b94c107c7fe13f9bfead5d86c3b
https://github.com/scummvm/scummvm/commit/1aa1832b59105b94c107c7fe13f9bfead5d86c3b
Author: Lothar Serra Mari (mail at serra.me)
Date: 2021-07-15T09:09:38+02:00
Commit Message:
TESTS: WIN32: Add missing object file
Changed paths:
test/module.mk
diff --git a/test/module.mk b/test/module.mk
index 5553e0aeae..a357445306 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -24,7 +24,8 @@ TEST_LIBS += test/null_osystem.o \
backends/fs/windows/windows-fs.o \
backends/fs/abstract-fs.o \
backends/fs/stdiostream.o \
- backends/modular-backend.o
+ backends/modular-backend.o \
+ backends/platform/sdl/win32/win32_wrapper.o
endif
TEST_LIBS += audio/libaudio.a math/libmath.a common/libcommon.a image/libimage.a graphics/libgraphics.a
More information about the Scummvm-git-logs
mailing list