summaryrefslogtreecommitdiff
path: root/Makefile.resources
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-21 14:19:14 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-21 14:19:14 +0100
commit7ffe9c2b5d85057876252896219f712663f9a6fc (patch)
treebcce4c8da9e9d8a35608ad8b2f2d5b0779c08a84 /Makefile.resources
parent1086fc5246d0bec95228437cf2a2eabf84a3f5b3 (diff)
downloadnetsurf-7ffe9c2b5d85057876252896219f712663f9a6fc.tar.gz
netsurf-7ffe9c2b5d85057876252896219f712663f9a6fc.tar.bz2
Remove Makefile.resources.
Diffstat (limited to 'Makefile.resources')
-rw-r--r--Makefile.resources19
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.resources b/Makefile.resources
deleted file mode 100644
index 519499d19..000000000
--- a/Makefile.resources
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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