[Kde-cygwin-cvs] CVS: qt-3/qmake/generators/win32 mingw_make.cpp,1.1.1.9,1.2 mingw_make.h,1.1.1.3,1.
Status: Inactive
Brought to you by:
habacker
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/qmake/generators/win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/qmake/generators/win32 Modified Files: mingw_make.cpp mingw_make.h msvc_objectmodel.cpp msvc_objectmodel.h msvc_vcproj.cpp msvc_vcproj.h Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: mingw_make.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/generators/win32/mingw_make.cpp,v retrieving revision 1.1.1.9 retrieving revision 1.2 diff -u -r1.1.1.9 -r1.2 --- mingw_make.cpp 22 Sep 2005 12:57:32 -0000 1.1.1.9 +++ mingw_make.cpp 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Implementation of MingwMakefileGenerator class. ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** Index: mingw_make.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/generators/win32/mingw_make.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- mingw_make.h 22 Sep 2005 12:57:34 -0000 1.1.1.3 +++ mingw_make.h 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of MingwMakefileGenerator class. ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** Index: msvc_objectmodel.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/generators/win32/msvc_objectmodel.cpp,v retrieving revision 1.1.1.10 retrieving revision 1.2 diff -u -r1.1.1.10 -r1.2 --- msvc_objectmodel.cpp 22 Sep 2005 12:57:32 -0000 1.1.1.10 +++ msvc_objectmodel.cpp 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Implementation of VCProject class. ** -** Copyright (C) 2002-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2002-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** Index: msvc_objectmodel.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/generators/win32/msvc_objectmodel.h,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- msvc_objectmodel.h 22 Sep 2005 12:57:31 -0000 1.1.1.6 +++ msvc_objectmodel.h 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of VCProject class. ** -** Copyright (C) 2002-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2002-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** Index: msvc_vcproj.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/generators/win32/msvc_vcproj.cpp,v retrieving revision 1.1.1.12 retrieving revision 1.2 diff -u -r1.1.1.12 -r1.2 --- msvc_vcproj.cpp 22 Sep 2005 12:57:32 -0000 1.1.1.12 +++ msvc_vcproj.cpp 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Implementation of VcprojGenerator class. ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** Index: msvc_vcproj.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/generators/win32/msvc_vcproj.h,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- msvc_vcproj.h 22 Sep 2005 12:57:32 -0000 1.1.1.6 +++ msvc_vcproj.h 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,10 +1,10 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of VcprojGenerator class. ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** |