Update of /cvsroot/kde-cygwin/qt-3/qmake
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/qmake
Modified Files:
Makefile.win32-g++ meta.cpp meta.h property.cpp property.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: Makefile.win32-g++
===================================================================
RCS file: /cvsroot/kde-cygwin/qt-3/qmake/Makefile.win32-g++,v
retrieving revision 1.1.1.6
retrieving revision 1.2
diff -u -r1.1.1.6 -r1.2
--- Makefile.win32-g++ 22 Sep 2005 12:57:27 -0000 1.1.1.6
+++ Makefile.win32-g++ 23 Sep 2005 09:40:29 -0000 1.2
@@ -1,7 +1,7 @@
#
# specific stuff for mingw g++ make
#
-CXX = g++
+CXX = mingw32-g++
CFLAGS = -c -o$@ -O \
-I. -Igenerators -Igenerators\unix -Igenerators\win32 -Igenerators\mac -I..\include -I..\src\tools \
-I..\mkspecs\win32-g++ \
Index: meta.cpp
===================================================================
RCS file: /cvsroot/kde-cygwin/qt-3/qmake/meta.cpp,v
retrieving revision 1.1.1.3
retrieving revision 1.2
diff -u -r1.1.1.3 -r1.2
--- meta.cpp 22 Sep 2005 12:57:25 -0000 1.1.1.3
+++ meta.cpp 23 Sep 2005 09:40:29 -0000 1.2
@@ -1,9 +1,9 @@
/****************************************************************************
-** $Id$
+**
**
** Implementation of QMakeMetaInfo 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: meta.h
===================================================================
RCS file: /cvsroot/kde-cygwin/qt-3/qmake/meta.h,v
retrieving revision 1.1.1.3
retrieving revision 1.2
diff -u -r1.1.1.3 -r1.2
--- meta.h 22 Sep 2005 12:57:27 -0000 1.1.1.3
+++ meta.h 23 Sep 2005 09:40:29 -0000 1.2
@@ -1,9 +1,9 @@
/****************************************************************************
-** $Id$
+**
**
** Definition of QMakeMetaInfo 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: property.cpp
===================================================================
RCS file: /cvsroot/kde-cygwin/qt-3/qmake/property.cpp,v
retrieving revision 1.1.1.3
retrieving revision 1.2
diff -u -r1.1.1.3 -r1.2
--- property.cpp 22 Sep 2005 12:57:27 -0000 1.1.1.3
+++ property.cpp 23 Sep 2005 09:40:29 -0000 1.2
@@ -1,9 +1,9 @@
/****************************************************************************
-** $Id$
+**
**
** Implementation of QMakeProperty 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: property.h
===================================================================
RCS file: /cvsroot/kde-cygwin/qt-3/qmake/property.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -r1.1.1.2 -r1.2
--- property.h 22 Sep 2005 12:57:27 -0000 1.1.1.2
+++ property.h 23 Sep 2005 09:40:29 -0000 1.2
@@ -1,9 +1,9 @@
/****************************************************************************
-** $Id$
+**
**
** Definition of QMakeProperty 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.
**
|