[Kde-cygwin-cvs] CVS: qt-3/misc/configure main.cpp,1.1.2.6.2.36,1.1.2.6.2.37
Status: Inactive
Brought to you by:
habacker
From: Christian E. <che...@us...> - 2005-10-15 11:07:09
|
Update of /cvsroot/kde-cygwin/qt-3/misc/configure In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2116/misc/configure Modified Files: Tag: QT_WIN32_3_3_BRANCH main.cpp Log Message: small fix Index: main.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/misc/configure/Attic/main.cpp,v retrieving revision 1.1.2.6.2.36 retrieving revision 1.1.2.6.2.37 diff -u -r1.1.2.6.2.36 -r1.1.2.6.2.37 --- main.cpp 24 Apr 2005 15:34:55 -0000 1.1.2.6.2.36 +++ main.cpp 15 Oct 2005 11:06:58 -0000 1.1.2.6.2.37 @@ -532,6 +532,8 @@ options.verbose = true; } else if ( arg == "fast" ) { options.fast = true; + } else if ( arg == "make-files" ) { + options.makeFiles = true; } else if ( arg == "rebuild" ) { options.rebuild = true; } else if ( arg == "dryrun" || arg == "n" ) { |