Changeset 30053 in webkit


Ignore:
Timestamp:
Feb 6, 2008 2:23:25 PM (16 years ago)
Author:
oliver@apple.com
Message:

Update build flags to fix windows build

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r30052 r30053  
     12008-02-06  Oliver Hunt  <oliver@apple.com>
     2
     3        Reviewed by NOBODY (Build fix).
     4
     5        Fix windows build
     6
     7        * WebCore.vcproj/build-generated-files.sh:
     8
    192008-02-06  Kevin McCullough  <kmccullough@apple.com>
    210
  • trunk/WebCore/WebCore.vcproj/build-generated-files.sh

    r29286 r30053  
    6666
    6767export WebCore="${XSRCROOT}"
    68 export FEATURE_DEFINES="ENABLE_DATABASE ENABLE_ICONDATABASE ENABLE_XPATH ENABLE_SVG ENABLE_SVG_FONTS ENABLE_SVG_AS_IMAGE ENABLE_SVG_USE ENABLE_VIDEO"
     68export FEATURE_DEFINES="ENABLE_DATABASE ENABLE_ICONDATABASE ENABLE_XPATH ENABLE_SVG ENABLE_SVG_FONTS ENABLE_SVG_FOREIGN_OBJECT ENABLE_SVG_AS_IMAGE ENABLE_SVG_USE ENABLE_VIDEO"
    6969make -f "$WebCore/DerivedSources.make" -j ${NUMCPUS} || exit 1
Note: See TracChangeset for help on using the changeset viewer.