Changeset 411 for trunk


Ignore:
Timestamp:
Dec 10, 2009, 10:27:59 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Wrong order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r410 r411  
    17371737    call SaySay "Creating makefiles. Please wait..."
    17381738
     1739    if (pos("qmake", G.CFG_BUILD_PARTS) > 0) then
     1740        /* we need to delete the bootstrapped Makefile so that a proper one will
     1741         * be generated from qmake.pro when it's time for it */
     1742        call DeleteFile G.OutPath"\qmake\Makefile"
     1743
    17391744    /* generate the root makefile */
    17401745    str = G.OutPath"\bin\qmake.exe" G.RelPath"\projects.pro -o" G.OutPath"\Makefile"
     
    17451750    if (make_rc \= 0)  then
    17461751        call Done 2
    1747 
    1748     if (pos("qmake", G.CFG_BUILD_PARTS) > 0) then
    1749         /* we need to delete the bootstrapped Makefile so that a proper one will
    1750          * be generated from qmake.pro when it's time for it */
    1751         call DeleteFile G.OutPath"\qmake\Makefile"
    17521752
    17531753    /* generate the immediate child makefiles, otherwise 'make release|debug'
Note: See TracChangeset for help on using the changeset viewer.