solution for including itss.h in hhctrl.ocx

Alexandre Julliard julliard at winehq.org
Wed Aug 24 10:32:26 CDT 2005


James Hawkins <truiken at gmail.com> writes:

> I need to be able to include itss.h from dlls/itss in order to read
> CHM files.  Mike offered the solution that I add -I($SRCDIR)../itss to
> hhctrl's Makefile.in.  The next problem comes when I run make depend. 
> make depend looks for itss.h but can't find it because it hasn't been
> built yet.  Mike then suggested adding ../dlls/itss/itss.idl to
> IDL_SRCS in include/Makefile.in.

No, you can't do that sort of thing. You have to move the idl file to
the include directory (probably in include/wine).

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list