Changeset 70


Ignore:
Timestamp:
Jul 5, 2009, 11:00:09 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Temporarily disabled QSystemSemaphore and QSharedMemory (#11, #10).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r53 r70  
    302302    G.CFG_PREFIX_INSTALL = "yes"
    303303    G.CFG_SDK = ""
    304     G.D_FLAGS = ""
     304    /* @todo until the relevant classes are implemented */
     305    G.D_FLAGS = "QT_NO_SYSTEMSEMAPHORE QT_NO_SHAREDMEMORY"
    305306    G.I_FLAGS = ""
    306307    G.L_FLAGS = ""
     
    11251126    DEFS = ""
    11261127    do i = 1 to words(G.D_FLAGS)
    1127         opt = substr(strip(word(G.D_FLAGS, i)), 2) /* remove "-D" */
     1128        opt = s
    11281129        if (StartsWith(opt, "QT_NO")) then do
    11291130            /* maintan sort order and unicity (helps ensure that changes in this
Note: See TracChangeset for help on using the changeset viewer.