Ivan Sinitsin wrote:
> --- /dev/null 2007-03-10 18:36:24 +0300
> +++ Makefile.in       2008-02-21 15:57:24 +0300
> @@ -0,0 +1,23 @@
> +TOPSRCDIR = @top_srcdir@
> +TOPOBJDIR = ../..
> +SRCDIR    = @srcdir@
> +VPATH     = @srcdir@
> +MODULE    = wbemprox.dll
> +IMPORTLIB = libwbemprox.$(IMPLIBEXT)
> +IMPORTS   = ole32 oleaut32 user32 advapi32 kernel32 shell32
> +EXTRALIBS = -luuid
> +
> +C_SRCS = \
> +       main.c \
> +       regsvr.c \
> +       i_numwbemclassobject.c \
> +       i_wbemservices.c \
> +       mainclass.c \
> +       factory.c
>   

The files i_numwbemclassobject.c and i_wbemservices.c aren't included 
with this patch, so Wine would not compile if this patch was applied. 
Please also reconsider the naming of these files - I presume i_ 
standards for interface, but you aren't declaring an interface in these 
files but implementing an object.

> +
> +
> +IDL_I_SRCS = wbemprox.idl
> +
> [EMAIL PROTECTED]@
> +
> [EMAIL PROTECTED]@  # everything below this line is overwritten by make depend
>   


-- 
Rob Shearman



Reply via email to