From 510f0f391cf07a6357468493a3b9aacbd0069a8d Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Tue, 14 Jun 2011 16:15:57 +0200 Subject: [PATCH] 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. --- boilerplate/Makefile.win32 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boilerplate/Makefile.win32 b/boilerplate/Makefile.win32 index 286ea2b1b..46aa0b6fb 100644 --- a/boilerplate/Makefile.win32 +++ b/boilerplate/Makefile.win32 @@ -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