mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 22:48:07 +02:00
[boilerplate/Makefile.win32] Only build source files, not headers
This commit is contained in:
parent
d5f88c2802
commit
81c3009c07
1 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue