From: Chun-wei Fan Date: Mon, 28 Aug 2017 08:28:18 +0000 (+0800) Subject: build: Fix last commit X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~301 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3d4b721e286ae96feaff24fad594f01826402e1d;p=gtk%2B3.0.git build: Fix last commit Another pango-1.0.lib was added accidently to the list of .lib files for the GTK+ to link to. Remove that, although it shouldn't really matter. --- diff --git a/build/win32/vs10/gtk3-build-defines.props b/build/win32/vs10/gtk3-build-defines.props index 091bb5589b..fb921277a5 100644 --- a/build/win32/vs10/gtk3-build-defines.props +++ b/build/win32/vs10/gtk3-build-defines.props @@ -13,7 +13,7 @@ imm32.lib winmm.lib;dwmapi.lib;setupapi.lib;$(GtkGdkCommonLibs) ws2_32.lib - atk-1.0.lib;pango-1.0.lib;pangowin32-1.0.lib;winspool.lib;comctl32.lib;$(GtkGdkCommonLibs) + atk-1.0.lib;pangowin32-1.0.lib;winspool.lib;comctl32.lib;$(GtkGdkCommonLibs) cd .. set VCInstallDir=$(VCInstallDir) nmake -f gtk-introspection-msvc.mak CFG=$(Configuration) PREFIX=$(GlibEtcInstallRoot)