Changeset 391
- Timestamp:
- Dec 5, 2009, 3:35:12 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/configure.cmd (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r386 r391 559 559 G.QMAKE_EXEPACK_POST_FLAGS = "" 560 560 end 561 /* export EXEPACK variables for building qmake (used by Makefile.os2-g++) */562 call SetEnv "QMAKE_EXEPACK", G.QMAKE_EXEPACK563 call SetEnv "QMAKE_EXEPACK_FLAGS", G.QMAKE_EXEPACK_FLAGS564 call SetEnv "QMAKE_EXEPACK_POST_FLAGS", G.QMAKE_EXEPACK_POST_FLAGS565 561 566 562 /*-------------------------------------------------------------------------- … … 796 792 curdir = directory() 797 793 call directory G.RelPath"\qmake" 794 798 795 address "cmd" G.MAKE 796 797 799 798 call directory curdir 800 make_rc = rc801 799 802 800 /* put back original qconfig.h */ … … 1725 1723 1726 1724 /*-------------------------------------------------------------------------- 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1727 1750 build makefiles based on the configuration 1728 1751 --------------------------------------------------------------------------*/ … … 1736 1759 1737 1760 /* generate the root makefile */ 1738 address "cmd" G.OutPath"\bin\qmake " G.RelPath"\projects.pro -o" G.OutPath"\Makefile"1761 address "cmd" G.OutPath"\bin\qmake" G.RelPath"\projects.pro -o" G.OutPath"\Makefile" 1739 1762 make_rc = rc 1740 1763 /* exit on failure */
Note:
See TracChangeset
for help on using the changeset viewer.
