The FEATURE_DEFINES variables in *.xcconfig files are only used when building WebKit for Safari on Mac OS X. Unless you're working on that specific port, you need to enable/disable those flags elsewhere. Hint:
$ grep -l -r ENABLE_XSLT WebCore WebCore/Configurations/WebCore.xcconfig WebCore/GNUmakefile.am WebCore/webcore-base.bkl WebCore/WebCore.pro WebCore/WebCore.vcproj/WebCore.vcproj Dave ________________________________ From: jagadeesh k <[email protected]> To: [email protected] Sent: Wednesday, April 1, 2009 9:17:17 PM Subject: [webkit-dev] Customization of WebKit. Hi, I want to disable the SVG,XML,XPATH,XSLT features of WebKit. And i came to know that,disabling of above features can be achieved by using FEATURE_DEFINES Variable in JavaScriptCore.xcconfig, WebKit.xcconfig,WebCore.xcconfig files.I want to know whether the above method is enough or i should remove corresponding XML,SVG,XPATH specific files (.cpp,.h files)in WebKit for diasbling.If Yes,please mention which are all the files i should remove in WebKit? Thanks and Regards jagadeesh
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

