From: <ma...@us...> - 2003-12-12 10:36:14
|
Update of /cvsroot/sharedaemon/ui-wx/src In directory sc8-pr-cvs1:/tmp/cvs-serv22770/src Modified Files: Makefile.am Log Message: --disable-colours switch and wxGTK2 check+warning Index: Makefile.am =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/src/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 12 Dec 2003 08:37:48 -0000 1.1 +++ Makefile.am 12 Dec 2003 10:36:10 -0000 1.2 @@ -1,17 +1,5 @@ PROGRAM = wxInterface -# Colours -DEFAULTCOLOR =\33[0;22m -ACTIONCOLOR = \33[0;2m -ATTENTIONCOLOR=\33[31;22m -FAILEDCOLOR = -WARNINGCOLOR =\33[33;22m -NOTICEGCOLOR =\33[33;2m -WELLCOLOR =\33[32;22m -OUTPUTCOLOR =\33[35;1m -INPUTCOLOR =\33[34;1m -FLAGCOLOR =\33[37;1m - WXINTERFACE_OBJECTS = ColorFrameCtrl.o \ DownloadListCtrl.o \ GUISettingsDlg.o \ |