Changeset 959
- Timestamp:
- Aug 10, 2011, 11:28:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r954 r959 1791 1791 if (G.CFG_DEBUG == "yes") then do 1792 1792 G.QTCONFIG_CONFIG = Join(G.QTCONFIG_CONFIG, "debug") 1793 G.QT_CONFIG = Join(G.QT_CONFIG, "debug")1794 1793 if (G.CFG_DEBUG_RELEASE == "yes") then do 1795 1794 G.QTCONFIG_CONFIG = Join(G.QTCONFIG_CONFIG, "debug_and_release") … … 1797 1796 G.QT_CONFIG = Join(G.QT_CONFIG, "release") 1798 1797 end 1798 G.QT_CONFIG = Join(G.QT_CONFIG, "debug") 1799 1799 end 1800 1800 else if (G.CFG_DEBUG == "no") then do 1801 1801 G.QTCONFIG_CONFIG = Join(G.QTCONFIG_CONFIG, "release") 1802 G.QT_CONFIG = Join(G.QT_CONFIG, "release")1803 1802 if (G.CFG_DEBUG_RELEASE == "yes") then do 1804 1803 G.QTCONFIG_CONFIG = Join(G.QTCONFIG_CONFIG, "debug_and_release") … … 1806 1805 G.QT_CONFIG = Join(G.QT_CONFIG, "debug") 1807 1806 end 1807 G.QT_CONFIG = Join(G.QT_CONFIG, "release") 1808 1808 end 1809 1809
Note:
See TracChangeset
for help on using the changeset viewer.