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.
This commit is contained in:
Robert Bragg 2011-03-15 19:37:26 +00:00
parent e4e318c9f8
commit e51749d33c

View File

@ -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