mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 02:38:07 +02:00
boilerplate: Add generation of constructors on win32
cairo-boilerplate-constructors.c is one of the sources required to build the boilerplate. This file is generated by a script, invoked by the appropriate make target during the build.
This commit is contained in:
parent
45665c0d48
commit
510f0f391c
1 changed files with 3 additions and 0 deletions
|
|
@ -11,10 +11,13 @@ HEADERS = \
|
|||
|
||||
SOURCES = \
|
||||
$(enabled_cairo_boilerplate_sources) \
|
||||
cairo-boilerplate-constructors.c \
|
||||
$(NULL)
|
||||
|
||||
OBJECTS = $(patsubst %.c, $(CFG)/%-static.obj, $(SOURCES))
|
||||
|
||||
cairo-boilerplate-constructors.c: Makefile.sources Makefile.win32 $(enabled_cairo_boilerplate_sources) make-cairo-boilerplate-constructors.sh
|
||||
sh ./make-cairo-boilerplate-constructors.sh $(enabled_cairo_boilerplate_sources) > $@
|
||||
|
||||
all: $(CFG)/boiler.lib
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue