winemaker

Francois Gouget fgouget at free.fr
Thu Oct 11 22:27:36 CDT 2001


Changelog:

 * tools/winemaker

   Fix the Wine tools search path
   Add /usr/local/lib to the default ntdll search path


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
     Linux, WinNT, MS-DOS - also known as the Good, the Bad and the Ugly.
-------------- next part --------------
Index: tools/winemaker
===================================================================
RCS file: /home/wine/wine/tools/winemaker,v
retrieving revision 1.34
diff -u -r1.34 winemaker
--- tools/winemaker	2001/10/11 20:47:26	1.34
+++ tools/winemaker	2001/10/12 02:05:01
@@ -2668,7 +2679,7 @@
 fi])
 if test -n "$WINE_TOOLS"
 then
-  WINE_TOOL_PATH="$WINE_TOOLS:$WINE_TOOLS/wrc:$WINE_TOOLS/winebuild"
+  WINE_TOOL_PATH="$WINE_TOOLS:$WINE_TOOLS/tools/wrc:$WINE_TOOLS/tools/winebuild"
 fi
 
 if test -z "$WINE_INCLUDE_ROOT"
@@ -2714,7 +2725,7 @@
   then
     WINE_DLL_ROOT="$WINE_LIBRARY_ROOT:$WINE_LIBRARY_ROOT/dlls"
   else
-    WINE_DLL_ROOT="/lib:/lib/dlls:/usr/lib:/usr/lib/dlls"
+    WINE_DLL_ROOT="/lib:/lib/dlls:/usr/lib:/usr/lib/dlls:/usr/local/lib:/usr/local/lib/dlls"
   fi
 fi
 AC_PATH_FILE(WINE_DLL_ROOT,[libntdll.so],[


More information about the wine-patches mailing list