Changeset 242
- Timestamp:
- Oct 17, 2009, 2:02:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r237 r242 766 766 767 767 curdir = directory() 768 call directory G. OutPath"\qmake"768 call directory G.RelPath"\qmake" 769 769 address "cmd" G.MAKE 770 770 call directory curdir … … 1712 1712 --------------------------------------------------------------------------*/ 1713 1713 1714 call SaySay "Finding project files. Please wait..." 1715 1714 1716 /* @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 1715 1727 1716 1728 /*--------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.