[librsvg/fix-test-build-wo-pangoft: 2/2] NMake Makefiles: Fix linking the tests
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/fix-test-build-wo-pangoft: 2/2] NMake Makefiles: Fix linking the tests
- Date: Wed, 25 Mar 2020 04:47:22 +0000 (UTC)
commit 6a6cb2e4c53d15943a8108b674969f1986482563
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Wed Mar 25 12:45:36 2020 +0800
NMake Makefiles: Fix linking the tests
Link to pango-1.0.lib, harfbuzz.lib and freetype.lib as we are directly using
items from these libraries in the test programs.
win32/config-msvc.mak.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/win32/config-msvc.mak.in b/win32/config-msvc.mak.in
index 53591c72..e5b3440b 100644
--- a/win32/config-msvc.mak.in
+++ b/win32/config-msvc.mak.in
@@ -75,7 +75,7 @@ LIBRSVG_INCLUDES = \
/I$(INCLUDEDIR)\libxml2
TEST_CFLAGS = $(BASE_CFLAGS)
-TEST_DEP_LIBS = $(TOOLS_DEP_LIBS)
+TEST_DEP_LIBS = pango-1.0.lib harfbuzz.lib freetype.lib $(TOOLS_DEP_LIBS)
# Use PangoFT2 (for tests only)
!ifdef USE_PANGOFT2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]