[librsvg/fix-test-build-wo-pangoft: 3/4] NMake Makefiles: Fix linking the tests



commit 4d26cb86fec4ce4f5e0a5b05e2e96cd9b88b3d82
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]