From 5c7697a765601b09ea456493ee9c794aaa8dfc18 Mon Sep 17 00:00:00 2001 From: deepend Date: Fri, 13 Feb 2026 19:41:13 -0700 Subject: [PATCH] Reworked win32/zoitechat.props to follow the original GTK2-style dependency layout for GTK3 by setting DepsRoot back to $(YourDepsPath)\$(PlatformName)\release (removing the GtkPlatform indirection and direct-root auto-detection added previously). --- win32/zoitechat.props | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/win32/zoitechat.props b/win32/zoitechat.props index 0ec5a2e4..3fdf68e1 100644 --- a/win32/zoitechat.props +++ b/win32/zoitechat.props @@ -21,9 +21,7 @@ GTK_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;G_DISABLE_SINGLE_INCLUDES;GDK_PIXBUF_DISABLE_SINGLE_INCLUDES;GTK_DISABLE_SINGLE_INCLUDES;HAVE_X509_GET_SIGNATURE_NID;HAVE_SSL_CTX_GET_SSL_METHOD;DEFAULT_CERT_FILE="cert.pem";HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline;$(GtkDefines) - x86 - $(PlatformName) - $(YourDepsPath)\$(GtkPlatform)\release + $(YourDepsPath)\$(PlatformName)\release $(YourGendefPath) $(YourWinSparklePath)\$(PlatformName) $(YourPerlPath)\$(PlatformName) @@ -148,7 +146,7 @@ - +