From e51749d33c4f28b6f4cb70856914008ae67305a9 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 15 Mar 2011 19:37:26 +0000 Subject: [PATCH] win32: mkdir -p win32 needed for out of tree builds if cross compiling clutter using mingw using an out of tree build directory then a pre-requisite for creating the resources.o file containing the transparent cursor is for the win32 directory itself to be created at $(top_builddir)/clutter/win32. --- clutter/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/clutter/Makefile.am b/clutter/Makefile.am index b8b432964..dc65387f2 100644 --- a/clutter/Makefile.am +++ b/clutter/Makefile.am @@ -412,6 +412,7 @@ if SUPPORT_WIN32 # won't let you link against the .o directly because it wants you to # link against libtool objects for dynamic libraries. .rc.o : + mkdir -p win32 $(WINDRES) -I$(srcdir)/win32 $< $@ win32/resources.o : $(srcdir)/win32/invisible-cursor.cur