Changeset 590


Ignore:
Timestamp:
Feb 22, 2010, 4:02:27 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Disable the declarative module (it's not even in the source tree).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r588 r590  
    653653    G.CFG_LARGEFILE = "no"
    654654    G.CFG_PRECOMPILE = "no" /* GCC 4.4.2 crashes with PCH */
     655
    655656
    656657    /*--------------------------------------------------------------------------
     
    18131814    call SayLog "SVG module .......... "G.CFG_SVG
    18141815    call SayLog "WebKit module ....... "G.CFG_WEBKIT
     1816
    18151817    call SayLog "Declarative module .. "G.CFG_DECLARATIVE
     1818
    18161819    call SayLog "STL support ......... "G.CFG_STL
    18171820    call SayLog "PCH support ......... "G.CFG_PRECOMPILE
Note: See TracChangeset for help on using the changeset viewer.