cairo/test/pdiff/Makefile.win32
Andrea Canciani b6d593dc71 build: Clean up environment variables and flags for the win32 build
Avoid ovverriding LINK, as it has a special meaning for the MSVC build
tools.
2011-06-20 10:24:21 +02:00

14 lines
273 B
Text

top_srcdir = ../..
include $(top_srcdir)/build/Makefile.win32.common
SOURCES = \
lpyramid.c \
pdiff.c \
$(NULL)
OBJECTS = $(patsubst %.c, $(CFG)/%-static.obj, $(SOURCES))
all: $(CFG)/pdiff.lib
$(CFG)/pdiff.lib: $(OBJECTS)
@$(AR) $(CAIRO_ARFLAGS) -OUT:$@ $(OBJECTS)