![]() |
A little bug in svn/trunk/agent/wpthook/wpthook.vcxproj - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: A little bug in svn/trunk/agent/wpthook/wpthook.vcxproj (/showthread.php?tid=1303) |
A little bug in svn/trunk/agent/wpthook/wpthook.vcxproj - zhao - 08-03-2011 01:13 PM The following line should be added between line#79 and line#80 79 <BasicRuntimeChecks>Default</BasicRuntimeChecks> <AdditionalIncludeDirectories>nspr</AdditionalIncludeDirectories> 80 </ClCompile> Otherwise, when build wpthook.dll in release mode, some compile errors will happen. RE: A little bug in svn/trunk/agent/wpthook/wpthook.vcxproj - zhao - 08-05-2011 03:49 PM For r560 (http://code.google.com/p/webpagetest/source/detail?r=560), there is the same issue. The line#80 should be updated as following, <AdditionalIncludeDirectories>..\wptdriver\zlib;..\wptdriver\zlib\contrib;..\wptdriver\zlib\contrib\minizip;nspr</AdditionalIncludeDirectories> |