[cairo-commit] cairo-demo/png ChangeLog,1.12,1.13 Makefile,1.6,1.7
Carl Worth
commit at pdx.freedesktop.org
Fri Sep 10 10:55:41 PDT 2004
Committed by: cworth
Update of /cvs/cairo/cairo-demo/png
In directory gabe:/tmp/cvs-serv5811
Modified Files:
ChangeLog Makefile
Log Message:
* Makefile (CFLAGS+): Fix typo.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** ChangeLog 11 May 2004 14:52:19 -0000 1.12
--- ChangeLog 10 Sep 2004 17:55:39 -0000 1.13
***************
*** 1,2 ****
--- 1,6 ----
+ 2004-09-10 Carl Worth <cworth at brudder.east.isi.edu>
+
+ * Makefile (CFLAGS+): Fix typo.
+
2004-05-11 Ãyvind KolÃ¥s <oeyvindk at hig.no>
* *.[ch] : replacing ct with cr
Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile 31 Aug 2004 19:39:32 -0000 1.6
--- Makefile 10 Sep 2004 17:55:39 -0000 1.7
***************
*** 1,5 ****
EXAMPLES=outline spiral hering caps_joins stars splines_tolerance text text-rotate
! CFLAGS=+-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo libpng`
LDFLAGS+=`pkg-config --libs cairo libpng`
--- 1,5 ----
EXAMPLES=outline spiral hering caps_joins stars splines_tolerance text text-rotate
! CFLAGS+=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo libpng`
LDFLAGS+=`pkg-config --libs cairo libpng`
More information about the cairo-commit
mailing list