diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-24 17:16:15 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-24 17:23:28 -0400 |
commit | 5a06ca852c909f8225d7b6e7f29668b0ac79898f (patch) | |
tree | 171ba5f5dc7a32f3d71039bdbbebf10916d2d220 /src/Makefile.win32 | |
parent | a91101df319e11eb3d6e38b5cfa85d9ac9e7d815 (diff) |
[Makefile.win32] Also report installing cairo-version.h and cairo-features.h
Those two files needs special care and hence are not listed in
enabled_cairo_sources.
Diffstat (limited to 'src/Makefile.win32')
-rw-r--r-- | src/Makefile.win32 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.win32 b/src/Makefile.win32 index 9b4b3fb4..aa689897 100644 --- a/src/Makefile.win32 +++ b/src/Makefile.win32 @@ -22,6 +22,8 @@ all: inform $(CFG)/cairo.dll $(CFG)/cairo-static.lib @echo "Built successfully!" @echo "You should copy the following files to a proper place now:" @echo "" + @echo " cairo-version.h (NOTE: toplevel, not the src/cairo-version.h one!)" + @echo " src/cairo-features.h" + @for x in $(enabled_cairo_headers); do echo " src/$$x"; done @echo " src/$(CFG)/cairo.dll" @echo " src/$(CFG)/cairo-static.lib" - @for x in $(enabled_cairo_headers); do echo " src/$$x"; done |