Here are mine (used for webkit cairo. Many are likely not needed) : Bin $(VCInstallDir)bin $(VCInstallDir)PlatformSDK\bin $(VSInstallDir)Common7\Tools\bin $(VSInstallDir)Common7\tools $(VSInstallDir)Common7\ide $(FrameworkSDKDir)bin $(FrameworkDir)$(FrameworkVersion) C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin
Include $(VCInstallDir)include $(FrameworkSDKDir)include $(VCInstallDir)PlatformSDK\include C:\Program Files\Microsoft SDKs\Windows\v6.1\Include Lib $(VCInstallDir)lib $(VCInstallDir)PlatformSDK\lib $(FrameworkSDKDir)lib $(VSInstallDir)lib C:\Program Files\Microsoft SDKs\Windows\v6.1\Lib Also have a look at building with a modern OS/compiler: http://blog.ashodnakashian.com/2012/09/building-webkit-with-vs2012/ (there is also a vs2010 article, i got it working without too much trouble.) Chris On Mon, Sep 24, 2012 at 10:25 PM, 柳正来 <[email protected]> wrote: > http://www.webkit.org/building/tools.html said that "Install the Windows > Server 2003 R2 Platform > SDK<http://www.microsoft.com/downloads/details.aspx?familyid=0baf2b35-c656-4969-ace8-e4c0c0716adb&displaylang=en>, > then follow steps 2 and 3 of “How to: Use Visual C++ Express Edition with > the Microsoft Platform > SDK<http://msdn.microsoft.com/en-us/library/ms235626(VS.80).aspx> > .”" > after installing the sdk, i want to follow the instruction in How to. > > From the *Tools* menu in Visual Studio, select *Options*. The *Options* dialog > box appears. > > From the *Options* dialog box, expand the *Projects and Solutions* node > and select *VC++ Directories*. In that section, add the following paths > to the appropriate subsection: > > - > > Executable files: C:\Program Files\Microsoft SDK\Bin > - > > Include files: C:\Program Files\Microsoft SDK\include > - > > Library files: C:\Program Files\Microsoft SDK\lib > > > However, i couldn't find C:\Program Files\Microsoft SDK\. There are > C:\Program > Files\Microsoft Platform SDK for Windows Server 2003 R2\(for windows server > sdk mentioned above) and C:\Program Files\Microsoft Visual Studio 8\(for > vc++2005 express edition). > > How should i set the Executable, Include and Library Path? > Set it C:\Program Files\Microsoft Platform SDK for Windows Server 2003 > R2\Bin instead? > > > > _______________________________________________ > webkit-help mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo/webkit-help > >
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-help
