[cairo-commit] boilerplate/Makefile.win32

Behdad Esfahbod behdad at kemper.freedesktop.org
Fri Oct 31 13:47:06 PDT 2008


 boilerplate/Makefile.win32 |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 81c3009c077ddab40df052bffaa646526e2b8dfc
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri Oct 31 16:45:58 2008 -0400

    [boilerplate/Makefile.win32] Only build source files, not headers

diff --git a/boilerplate/Makefile.win32 b/boilerplate/Makefile.win32
index a98b9fe..84075da 100644
--- a/boilerplate/Makefile.win32
+++ b/boilerplate/Makefile.win32
@@ -4,9 +4,12 @@ include Makefile.win32.features
 
 CFLAGS += -I../src
 
-SOURCES = \
+HEADERS = \
 	$(enabled_cairo_boilerplate_headers) \
 	$(enabled_cairo_boilerplate_private) \
+	$(NULL)
+
+SOURCES = \
 	$(enabled_cairo_boilerplate_sources) \
 	$(NULL)
 
@@ -15,5 +18,6 @@ OBJECTS = $(patsubst %.c, $(CFG)/%.obj, $(SOURCES))
 
 all: $(CFG)/boiler.lib
 
+
 $(CFG)/boiler.lib: $(OBJECTS)
 	lib -NOLOGO -OUT:$@ $(OBJECTS) $(WIN_LIBS)


More information about the cairo-commit mailing list