|
From: <chi...@us...> - 2003-04-26 13:19:48
|
Update of /cvsroot/log4cocoa/log4cocoa In directory sc8-pr-cvs1:/tmp/cvs-serv2111 Modified Files: Log4Cocoa.h Log Message: added OPTIMIZATION_CFLAGS = -O3 for deployment build style Index: Log4Cocoa.h =================================================================== RCS file: /cvsroot/log4cocoa/log4cocoa/Log4Cocoa.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- Log4Cocoa.h 7 Oct 2002 07:52:14 -0000 1.1.1.1 +++ Log4Cocoa.h 26 Apr 2003 13:19:44 -0000 1.2 @@ -25,3 +25,5 @@ #import "L4RootLogger.h" #import "L4SimpleLayout.h" #import "L4WriterAppender.h" + + |