- Timestamp:
- Dec 10, 2009, 10:27:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r410 r411 1737 1737 call SaySay "Creating makefiles. Please wait..." 1738 1738 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 1739 1744 /* generate the root makefile */ 1740 1745 str = G.OutPath"\bin\qmake.exe" G.RelPath"\projects.pro -o" G.OutPath"\Makefile" … … 1745 1750 if (make_rc \= 0) then 1746 1751 call Done 2 1747 1748 if (pos("qmake", G.CFG_BUILD_PARTS) > 0) then1749 /* we need to delete the bootstrapped Makefile so that a proper one will1750 * be generated from qmake.pro when it's time for it */1751 call DeleteFile G.OutPath"\qmake\Makefile"1752 1752 1753 1753 /* generate the immediate child makefiles, otherwise 'make release|debug'
Note:
See TracChangeset
for help on using the changeset viewer.