[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.
This commit is contained in:
Behdad Esfahbod 2008-09-24 17:16:15 -04:00
parent a91101df31
commit 5a06ca852c

View file

@ -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