diff options
Diffstat (limited to 'test/pdiff/Makefile.win32')
| -rw-r--r-- | test/pdiff/Makefile.win32 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/pdiff/Makefile.win32 b/test/pdiff/Makefile.win32 index 5e6680dd5..851d3af65 100644 --- a/test/pdiff/Makefile.win32 +++ b/test/pdiff/Makefile.win32 @@ -16,4 +16,4 @@ pdiff.lib: $(OBJECTS)  	lib -NOLOGO -OUT:$@ $(OBJECTS)  %.obj: %.c -	@$(CC) $(CFLAGS) -c -Fo"$@" $< +	@$(CC) $(CFLAGS) -DCAIRO_WIN32_STATIC_BUILD=1 -c -Fo"$@" $< | 
