Changeset 237


Ignore:
Timestamp:
Oct 16, 2009, 8:16:56 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Removed examples, demos, docs and translations from the modules built by default (with libs and tools left).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r221 r237  
    5151    "QT_NO_PRINTER QT_NO_PRINTDIALOG QT_NO_DRAGANDDROP"
    5252
     53G.QT_DEFAULT_BUILD_PARTS = "libs tools" /* examples demos docs translations */
    5354
    5455/* all globals to be exposed in procedures */
     
    231232    G.CFG_LIBFREETYPE = "auto"
    232233    G.CFG_SQL_AVAILABLE = ""
    233     G.QT_DEFAULT_BUILD_PARTS = "libs tools examples demos docs translations"
    234234    G.CFG_BUILD_PARTS = ""
    235235    G.CFG_NOBUILD_PARTS = ""
     
    18701870    end
    18711871    do i = 1 to dirs.0
    1872         call RemoveDir dirs.i, aMask
     1872        call DeleteDir dirs.i, aMask
    18731873    end
    18741874    if (aMask == '') then do
Note: See TracChangeset for help on using the changeset viewer.