Hello, Kirill Smelkov <kirr@xxxxxxxxxxxxxxxxxxx> added mfc/Include and mfc/src as possible placese for includes and the library.
Index: tools/winemaker =================================================================== RCS file: /home/wine/wine/tools/winemaker,v retrieving revision 1.69 diff -u -u -r1.69 winemaker --- tools/winemaker 25 Nov 2003 03:31:26 -0000 1.69 +++ tools/winemaker 13 Dec 2003 08:38:25 -0000 @@ -2905,7 +2905,7 @@ then MFC_INCLUDE_ROOT=":$WINE_INCLUDE_ROOT/mfc:/usr/include/mfc:/usr/local/include/mfc:/opt/mfc/include/mfc:/opt/mfc/include" else - MFC_INCLUDE_ROOT="$MFC_INCLUDE_ROOT:$MFC_INCLUDE_ROOT/mfc:$MFC_INCLUDE_ROOT/mfc/include" + MFC_INCLUDE_ROOT="$MFC_INCLUDE_ROOT:$MFC_INCLUDE_ROOT/mfc:$MFC_INCLUDE_ROOT/mfc/include:$MFC_INCLUDE_ROOT/Include" fi AC_PATH_HEADER(MFC_INCLUDE_ROOT,afx.h,[ AC_MSG_ERROR([Could not find the MFC includes]) @@ -2920,7 +2920,7 @@ then MFC_LIBRARY_ROOT=":$WINE_LIBRARY_ROOT:/usr/lib/mfc:/usr/local/lib:/usr/local/lib/mfc:/opt/mfc/lib"; else - MFC_LIBRARY_ROOT="$MFC_LIBRARY_ROOT:$MFC_LIBRARY_ROOT/lib:$MFC_LIBRARY_ROOT/mfc/src"; + MFC_LIBRARY_ROOT="$MFC_LIBRARY_ROOT:$MFC_LIBRARY_ROOT/lib:$MFC_LIBRARY_ROOT/mfc/src:$MFC_LIBRARY_ROOT/src"; fi AC_PATH_LIBRARY(MFC_LIBRARY_ROOT,[-lmfc],[$WINE_LIBRARY_PATH -lwine -lwine_unicode],[ AC_MSG_ERROR([Could not find the MFC library])