mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 04:58:04 +02:00
[Makefile.win32] Add comments about where to edit for customization
This commit is contained in:
parent
afb32c7f07
commit
5a3f03623c
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# Do not edit this file.
|
||||
# Edit build/Makefile.win32.common for customization
|
||||
|
||||
top_srcdir = .
|
||||
include $(top_srcdir)/build/Makefile.win32.common
|
||||
include $(top_srcdir)/build/Makefile.win32.features-h
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
default: all
|
||||
|
||||
#
|
||||
# Edit build/Makefile.win32.features to enable features to build
|
||||
#
|
||||
include $(top_srcdir)/build/Makefile.win32.features
|
||||
|
||||
ifeq ($(top_builddir),)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue