summaryrefslogtreecommitdiff
path: root/Makefile.resources
blob: 519499d190a0b9ea81b45d6597f0e8f9520f7bfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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