changeset 387:ad2ec2685b50

Win: Installer should grab DW.DLL from the TARGET_CPU directory. Otherwise we might pick up a shared library for the wrong architecture.
author Brian Smith <brian@dbsoft.org>
date Fri, 06 Jan 2023 22:03:45 -0600
parents cd421821ee7f
children a1921acc9121
files makefile.vc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makefile.vc	Thu Jan 05 22:54:42 2023 -0600
+++ b/makefile.vc	Fri Jan 06 22:03:45 2023 -0600
@@ -105,7 +105,7 @@
 	-rd /s /q install\package
 	md install\package
 	copy dwib.exe install\package
-	copy $(DWINCDIR)\dw.dll install\package
+	copy $(DWLIBDIR)\$(TARGET_CPU)\dw.dll install\package
 	copy readme.txt install\package
 	copy install\scripts\license.txt install\package
 	copy dwib.h install\package