Hi all,

I was trying to build webkit using command prompt, here's what i did:

_ cd qtwebkit\WebkitTools\Scripts
_ perl build-webkit

but i will always stops at wherever the makefile scripts need header files in Microsoft SDK, so I tried to manually changed the makefile files to include MSSDK include folders ( -I"C:\program files\microsoft SDK\windows\ver7.0\include") but then if the makefile is auto generated then all my modifications would be lost.

May I know how to set include path outside of the source code? I tried to make an INCLUDEPATH environment variable but that didn't help. Btw, I am using Windows 7.

Could anyone please advise me? I am going crazy with this

Thanks.