head 1.4; access; symbols PSI_0_8_7:1.2; locks; strict; comment @# @; 1.4 date 2003.06.17.15.37.10; author swiergot; state Exp; branches; next 1.3; 1.3 date 2003.06.06.18.36.24; author swiergot; state dead; branches; next 1.2; 1.2 date 2003.02.02.13.21.07; author swiergot; state Exp; branches; next 1.1; 1.1 date 2002.12.25.22.13.28; author swiergot; state Exp; branches; next ; desc @@ 1.4 log @- Version 0.9. - Added optflags patch. @ text @--- Makefile.orig 2003-06-17 15:49:01.000000000 +0200 +++ Makefile 2003-06-17 15:49:35.000000000 +0200 @@@@ -12,8 +12,8 @@@@ CXX = g++ LEX = flex YACC = yacc -CFLAGS = -pipe -Wall -W -O2 -D_REENTRANT -DHAVE_DNOTIFY -DHAVE_CONFIG -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -CXXFLAGS = -pipe -Wall -W -O2 -D_REENTRANT -DHAVE_DNOTIFY -DHAVE_CONFIG -DQT_NO_DEBUG -DQT_THREAD_SUPPORT +CFLAGS = -pipe -Wall -W -O2 -D_REENTRANT -DHAVE_DNOTIFY -DHAVE_CONFIG -DQT_NO_DEBUG -DQT_THREAD_SUPPORT $(AM_CFLAGS) +CXXFLAGS = -pipe -Wall -W -O2 -D_REENTRANT -DHAVE_DNOTIFY -DHAVE_CONFIG -DQT_NO_DEBUG -DQT_THREAD_SUPPORT $(AM_CXXFLAGS) LEXFLAGS = YACCFLAGS= -d INCPATH = -I$(QTDIR)/mkspecs/default -I. -Icutestuff/util -Icutestuff/network -Icutestuff/trayicon -Icutestuff/idle -Icutestuff/zip -Icutestuff/ssl -Icutestuff/dirwatch -Icutestuff/openpgp -Ixmpp/src -I$(QTDIR)/include -I.ui/ -Isrc -I.moc/ @ 1.3 log @- Version 0.9-test1. - Added TODO to docs_source. - Changed source URL. - Removed optflags and install_menu patches. - Added kderes patch. This patch does the same what install_menu patch used to do. - Added colors patch. This patch introduces new color scheme created by IceRAM and published on psi-devel mailing list. - Don't run install_menu.sh. Not needed any more. @ text @d1 2 a2 2 --- src/Makefile.orig 2002-12-19 21:22:41.000000000 +0100 +++ src/Makefile 2002-12-19 21:27:34.000000000 +0100 d7 4 a10 4 -CFLAGS = -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -CXXFLAGS = -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT +CFLAGS = -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT $(AM_CFLAGS) +CXXFLAGS = -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT $(AM_CXXFLAGS) d13 1 a13 1 INCPATH = -Ikmp -I/usr/include -I/usr/X11R6/include -I$(QTDIR)/include -I$(QTDIR)/mkspecs/default @ 1.2 log @- Force building. @ text @@ 1.1 log @- Initial release. - Version 0.8.7. @ text @@ .