PATCH: winemaker

Marcus Meissner marcus at jet.franken.de
Mon Jan 20 11:33:03 CST 2003


Hi,

No one is using winemaker apparently. This fixes vstserver compile to some degree.

Ciao, Marcus

Changelog:
	Include $prefix/include/wine/windows into the WINE include search path.
	wrc no longer understands -r (not needed).

Index: tools/winemaker
===================================================================
RCS file: /home/wine/wine/tools/winemaker,v
retrieving revision 1.61
diff -u -u -r1.61 winemaker
--- tools/winemaker	3 Jan 2003 22:36:39 -0000	1.61
+++ tools/winemaker	20 Jan 2003 17:32:10 -0000
@@ -2635,7 +2635,7 @@
 fi])
 if test -n "$WINE_ROOT"
 then
-  WINE_INCLUDE_ROOT="$WINE_ROOT/include:$WINE_ROOT/include/wine"
+  WINE_INCLUDE_ROOT="$WINE_ROOT/include:$WINE_ROOT/include/wine:$WINE_ROOT/include/wine/windows:$WINE_ROOT/include/windows"
   WINE_LIBRARY_ROOT="$WINE_ROOT:$WINE_ROOT/lib:$WINE_ROOT/library"
   WINE_UNICODE_ROOT="$WINE_ROOT:$WINE_ROOT/lib:$WINE_ROOT/unicode"
   WINE_UUID_ROOT="$WINE_ROOT:$WINE_ROOT/lib:$WINE_ROOT/ole"
@@ -2695,7 +2695,7 @@
 
 if test -z "$WINE_INCLUDE_ROOT"
 then
-  WINE_INCLUDE_ROOT=":/usr/include/wine:/usr/local/include/wine:/opt/wine/include:/opt/wine/include/wine";
+  WINE_INCLUDE_ROOT=":/usr/include/wine/windows:/usr/include/wine:/usr/local/include/wine/windows:/opt/wine/include/windows:/opt/wine/include/wine";
 else
   AC_PATH_FILE(WINE_INCLUDE_ROOT,[windef.h],[
     AC_MSG_ERROR([Could not find the Wine headers (windef.h)])
@@ -3080,7 +3080,7 @@
 	$(CXX) -c $(ALLCXXFLAGS) -o $@ $<
 
 .rc.res:
-	$(LDPATH) $(WRC) $(WRCFLAGS) $(DIVINCL) -o $@ -r $<
+	$(LDPATH) $(WRC) $(WRCFLAGS) $(DIVINCL) -o $@ $<
 
 .PHONY: all install uninstall clean distclean depend dummy
 



More information about the wine-patches mailing list