[PATCH 3/6] loader: On Mac, embed Info.plist in (__TEXT, __info_plist) section. [try 2]

Alexandre Julliard julliard at winehq.org
Mon Jan 7 13:05:18 CST 2013


Ken Thomases <ken at codeweavers.com> writes:

> @@ -731,11 +731,13 @@ case $host_os in
>      AC_SUBST(IOKITLIB,"-framework IOKit -framework CoreFoundation")
>      AC_SUBST(APPLICATIONSERVICESLIB,"-framework ApplicationServices")
>      AC_SUBST(CORESERVICESLIB,"-framework CoreServices")
> +    AC_SUBST(WINE_INFO_PLIST,"wine_info.plist")
> +    AC_CONFIG_FILES(loader/$WINE_INFO_PLIST)

This should be generated from the Makefile. The convention is that
configure generates makefiles, and makefiles generate the rest.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list