netsurf/Makefile.resources
Vincent Sanders 802f58f10d Futher simplification of the makefile
Use target makefiles to set build sources

svn path=/trunk/netsurf/; revision=10916
2010-10-29 00:54:27 +00:00

20 lines
358 B
Makefile

# Makefile for NetSurf's resources
#
# Copyright 2009 Daniel Silverstone <dsilvers@netsurf-browser.org>
#
#
# This file provides the rules and setup for built-in resources for
# the NetSurf browser binary.
ifeq ($(TARGET),framebuffer)
# End of framebuffer resource definitions
endif
ifeq ($(TARGET),windows)
# End of windows resource definitions
endif