From 55162445db4c8ea46be671c2abed4ad4e77e1dcd Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 31 Jan 2010 00:36:02 +0000 Subject: Add Windows frontend svn path=/trunk/netsurf/; revision=9940 --- Makefile.resources | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'Makefile.resources') diff --git a/Makefile.resources b/Makefile.resources index d44697fad..2a5493226 100644 --- a/Makefile.resources +++ b/Makefile.resources @@ -62,7 +62,16 @@ S_IMAGES := $(eval $(foreach V,$(filter FB_IMAGE_%,$(.VARIABLES)),$(call convert_image,$($(V)),$(OBJROOT)/$(patsubst FB_IMAGE_%,%,$(V)).c,$(patsubst FB_IMAGE_%,%,$(V))))) +# End of framebuffer resource definitions +endif +ifeq ($(TARGET),windows) -# End of framebuffer resource definitions -endif \ No newline at end of file +$(OBJROOT)/windows_resource.o: windows/res/resource.rc + $(VQ)echo " WINDRES: compiling windows resources" + ${Q}$(MINGW_PREFIX)windres $< -O coff -o $@ + +S_RESOURCES := windows_resource.o + +# End of windows resource definitions +endif -- cgit v1.2.3