mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 17:18:42 +02:00
[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:
parent
a91101df31
commit
5a06ca852c
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue