Changeset 242


Ignore:
Timestamp:
Oct 17, 2009, 2:02:15 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Generate the main Makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r237 r242  
    766766
    767767    curdir = directory()
    768     call directory G.OutPath"\qmake"
     768    call directory G.RelPath"\qmake"
    769769    address "cmd" G.MAKE
    770770    call directory curdir
     
    17121712    --------------------------------------------------------------------------*/
    17131713
     1714    call SaySay "Finding project files. Please wait..."
     1715
    17141716    /* @todo walk through the source tree and call qmake on .pro files */
     1717
     1718    call SaySay "Creating makefiles. Please wait..."
     1719
     1720    /* so far, we only create the main Makefile */
     1721    address "cmd" G.OutPath"\bin\qmake" G.RelPath"\projects.pro -o Makefile"
     1722    make_rc = rc
     1723
     1724    /* exit on failure */
     1725    if (make_rc \= 0)  then
     1726        call Done 2d
    17151727
    17161728    /*--------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.