-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Perhaps it was different before. But modern wine versions install the .dll files in /usr/lib/wine/fakedlls/.
Index: dllwrapper/wine/Makefile.am
===================================================================
--- dllwrapper/wine/Makefile.am.orig
+++ dllwrapper/wine/Makefile.am
@@ -34,7 +34,7 @@ libloader_la_CCASFLAGS = $(ARCH_CCASFLAG
# -fno-omit-frame-pointer works around this gcc-3.0 bug. gcc-2.95.2 is OK.
AM_CPPFLAGS = \
-D__WINE__ \
- -DWIN32_PATH=\"/usr/lib/win32\" \
+ -DWIN32_PATH=\"/usr/lib/wine/fakedlls\" \
-DWIN32_LIB_PATH=\"$(libdir)/win32\" \
-fno-omit-frame-pointer \
-mno-omit-leaf-frame-pointer