summaryrefslogtreecommitdiff
path: root/test/pdiff
diff options
context:
space:
mode:
authorAzar@.(none) <Azar@.(none)>2008-02-01 18:45:59 -0800
committerBehdad Esfahbod <behdad@behdad.org>2008-02-06 21:45:24 -0500
commit95db215cc15d228fcb38bc43d2d918fccec0a9cd (patch)
tree6a9bc2002216a279331df421d0267e0e2dcac1e3 /test/pdiff
parent7800cfd7de347bb8c54fc36ed886018a2d9ec503 (diff)
downloadcairo-95db215cc15d228fcb38bc43d2d918fccec0a9cd.tar.gz
Some fixes and improvements to the Win32 build
Diffstat (limited to 'test/pdiff')
-rw-r--r--test/pdiff/Makefile.win323
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pdiff/Makefile.win32 b/test/pdiff/Makefile.win32
index c5d3f6bb0..fccd7e944 100644
--- a/test/pdiff/Makefile.win32
+++ b/test/pdiff/Makefile.win32
@@ -16,3 +16,6 @@ all: pdiff.lib
pdiff.lib: $(OBJECTS)
lib -NOLOGO -OUT:$@ $(OBJECTS)
+
+%.obj: %.c
+ @$(CC) $(CFLAGS) -c -Fo"$@" $<