From e7082d3e5b69490a055469c346a5c3963b0f825d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Jun 2020 08:03:05 +0200 Subject: [PATCH] Now that NVDA should dynamically lookup the DLL, linking against nvdaControllerClient64.dll should no longer be necessary --- Makefile.common | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.common b/Makefile.common index 6ff9d71cf5..2bb82263d0 100644 --- a/Makefile.common +++ b/Makefile.common @@ -19,10 +19,6 @@ ifeq ($(HAVE_CXX11), 1) CXXFLAGS += $(CXX11_CFLAGS) endif -ifeq ($(HAVE_NVDA), 1) - LIBS += nvdaControllerClient64.dll -endif - ifeq ($(HAVE_SAPI), 1) LIBS += sapi.dll endif