Changeset 393


Ignore:
Timestamp:
Dec 5, 2009, 4:27:30 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Exit if rebuilding qmake fails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r391 r393  
    17471747    call directory curdir
    17481748
     1749    /* exit on failure */
     1750    if (make_rc \= 0)  then
     1751        call Done 2
     1752
    17491753    /*--------------------------------------------------------------------------
    17501754     build makefiles based on the configuration
Note: See TracChangeset for help on using the changeset viewer.