Re: solution for including itss.h in hhctrl.ocx

2005-08-24 Thread Alexandre Julliard
James Hawkins <[EMAIL PROTECTED]> 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

solution for including itss.h in hhctrl.ocx

2005-08-23 Thread James Hawkins
Hey Alexandre, 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 bui