Changeset 53
- Timestamp:
- Jun 25, 2009, 10:30:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r48 r53 446 446 /* detect build style */ 447 447 if (G.CFG_DEBUG == "auto") then do 448 if (G.CFG_DEV == "yes") then do 449 G.CFG_DEBUG_RELEASE = "no" 450 G.CFG_DEBUG = "yes" 451 end 452 else do 453 G.CFG_DEBUG_RELEASE = "no" 454 G.CFG_DEBUG = "no" 455 end 448 G.CFG_DEBUG_RELEASE = "yes" 449 G.CFG_DEBUG = "yes" 456 450 end 457 451 if (G.CFG_DEBUG_RELEASE == "yes") then … … 848 842 end 849 843 844 /* @todo later, when CFG_PRECOMPILE is implemented 850 845 call QMakeVar "set", "PRECOMPILED_DIR", "tmp\pch\"G.QMAKE_OUTDIR 846 */ 851 847 call QMakeVar "set", "OBJECTS_DIR", "tmp\obj\"G.QMAKE_OUTDIR 852 848 call QMakeVar "set", "MOC_DIR", "tmp\moc\"G.QMAKE_OUTDIR
Note:
See TracChangeset
for help on using the changeset viewer.