"Anthony Cummings" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am trying to compile a custom/streamline php dist using Visual Studio's
> nmake.  I downloaded the stable source and have built all my dependent
libs
> (hopefully).  But I keep getting an error looking for a "winres.h" file
for
> template.rc.  The exact error is as follows...
>
>         rc /fo Release_TS\php5ts.dll.res /d FILE_DESCRIPTION="\"PHP Script
> Interpreter\""  /d FILE_NAME="\"php5ts.dll\"" /d PRODUCT_NAME="\"PHP
Script
> Interpreter\""  win32\build\template.rc
> win32\build\template.rc(8) : fatal error RC1015: cannot open include file
> 'winres.h'.
> NMAKE : fatal error U1077: 'rc' : return code '0x1'
> Stop.
>
> I can't find that file anywhere in the php sources.  Does anyone have any
> ideas because I'm all out?

winres.h is a Windows library header and should be in your standard include
path unless you have a non-standard installation.

I tried a google before replying to your mail, it would have been nice if
you had tried to do the same:

http://www.realityfactory.ca/docs/g3d/programmersreference/Winres_8h-source.html

Mikey

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to