Changeset 237
- Timestamp:
- Oct 16, 2009, 8:16:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r221 r237 51 51 "QT_NO_PRINTER QT_NO_PRINTDIALOG QT_NO_DRAGANDDROP" 52 52 53 G.QT_DEFAULT_BUILD_PARTS = "libs tools" /* examples demos docs translations */ 53 54 54 55 /* all globals to be exposed in procedures */ … … 231 232 G.CFG_LIBFREETYPE = "auto" 232 233 G.CFG_SQL_AVAILABLE = "" 233 G.QT_DEFAULT_BUILD_PARTS = "libs tools examples demos docs translations"234 234 G.CFG_BUILD_PARTS = "" 235 235 G.CFG_NOBUILD_PARTS = "" … … 1870 1870 end 1871 1871 do i = 1 to dirs.0 1872 call RemoveDir dirs.i, aMask1872 call DeleteDir dirs.i, aMask 1873 1873 end 1874 1874 if (aMask == '') then do
Note:
See TracChangeset
for help on using the changeset viewer.