Changeset 386


Ignore:
Timestamp:
Dec 5, 2009, 3:02:42 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Fixed: Didn't show the revision number in the WARNING message about the official build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r382 r386  
    170170    build = linein(G.RelPath"\official_build")
    171171    if (build \== "") then do
     172
    172173        G.QT_CONFIG = "official_build"
    173174        call SaySay
     
    184185            call Done 255
    185186    end
    186     else
     187    else
    187188        build = linein(G.RelPath"\build")
    188     if (build \== "") then
    189         G.QT_BUILD_VERSION = build
     189        if (build \== "") then
     190            G.QT_BUILD_VERSION = build
     191    end
    190192
    191193    /*--------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.