Allow winewrap to find all Wine dlls

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Changelog:
Allow winewrap to find the Wine libs at the location given to configure.

Vincent
Index: wine/tools/Makefile.in
===================================================================
RCS file: /home/wine/wine/tools/Makefile.in,v
retrieving revision 1.35
diff -u -r1.35 Makefile.in
--- wine/tools/Makefile.in	20 Aug 2003 04:15:19 -0000	1.35
+++ wine/tools/Makefile.in	1 Sep 2003 17:42:32 -0000
@@ -1,4 +1,4 @@
-DEFS      = -DLEX_OUTPUT_ROOT="\"@LEX_OUTPUT_ROOT@\"" -DINCLUDEDIR="\"$(includedir)\""
+DEFS      = -DLEX_OUTPUT_ROOT="\"@LEX_OUTPUT_ROOT@\"" -DINCLUDEDIR="\"$(includedir)\"" -DWINEDLLS="\"$(libdir)\""
 TOPSRCDIR = @top_srcdir@
 TOPOBJDIR = ..
 SRCDIR    = @srcdir@
Index: wine/tools/winewrap.c
===================================================================
RCS file: /home/wine/wine/tools/winewrap.c,v
retrieving revision 1.17
diff -u -r1.17 winewrap.c
--- wine/tools/winewrap.c	20 Aug 2003 03:49:40 -0000	1.17
+++ wine/tools/winewrap.c	1 Sep 2003 20:46:04 -0000
@@ -410,6 +410,7 @@
    
     /* include the standard DLL path first */
     add_lib_path(WINEDLLS);
+    add_lib_path(WINEDLLS"/wine");
 	
     for (i = 1; i < argc; i++)
     {

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux