diff options
author | marha <marha@users.sourceforge.net> | 2012-08-01 08:05:10 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-08-01 08:05:10 +0200 |
commit | 0009081c420a7549d5d124d2497b0d8d7f0820f9 (patch) | |
tree | 12308713db832f50e74390ecf8ca2b05a60bcb6e /pixman | |
parent | 949282a6e80256ab56a1e95e484886873c7c0e4a (diff) | |
download | vcxsrv-0009081c420a7549d5d124d2497b0d8d7f0820f9.tar.gz vcxsrv-0009081c420a7549d5d124d2497b0d8d7f0820f9.tar.bz2 vcxsrv-0009081c420a7549d5d124d2497b0d8d7f0820f9.zip |
Solved compile errors
Diffstat (limited to 'pixman')
-rw-r--r-- | pixman/pixman/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pixman/pixman/makefile b/pixman/pixman/makefile index 1ec9b8e16..bcb47221b 100644 --- a/pixman/pixman/makefile +++ b/pixman/pixman/makefile @@ -29,6 +29,7 @@ CSRCS = \ pixman-region16.c \ pixman-region32.c \ pixman-solid-fill.c \ + pixman-srgb.c \ pixman-timer.c \ pixman-trap.c \ pixman-utils.c \ @@ -41,6 +42,9 @@ BUILT_SOURCES = \ pixman-combine64.h \ $(NULL) +$(OBJDIR)\pixman-srgb.c: make-srgb.pl + perl make-srgb.pl > $@ + $(OBJDIR)\pixman-combine32.c : pixman-combine.c.template $(OBJDIR)\pixman-combine32.h make-combine.pl perl make-combine.pl 8 < pixman-combine.c.template > $@ $(OBJDIR)\pixman-combine32.h : pixman-combine.h.template make-combine.pl |