From eab53a13f51bbb07b4e1549cbaf44a2f8a8d8985 Mon Sep 17 00:00:00 2001 From: Andreas Holzammer Date: Fri, 2 Mar 2012 11:02:03 +0100 Subject: Link against the precompiled header. This fixes the build for Visual Studio 2011. Change-Id: I8c43eef851d76f8cdde13a57ea3dcd9cf32df0ab Reviewed-by: Friedemann Kleint --- tools/configure/Makefile.win32 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/configure/Makefile.win32 b/tools/configure/Makefile.win32 index 92de55f137..d2193d7619 100644 --- a/tools/configure/Makefile.win32 +++ b/tools/configure/Makefile.win32 @@ -65,7 +65,8 @@ OBJECTS = \ qxmlutils.obj \ quuid.obj \ qcryptographichash.obj \ - registry.obj + registry.obj \ + configure_pch.obj $(TARGET): $(OBJECTS) $(LINK) $(LFLAGS) /OUT:$(TARGET) @<< -- cgit v1.2.3