summaryrefslogtreecommitdiff
path: root/beos/res.rdef
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2013-12-31 15:13:36 +0100
committerFrançois Revol <revol@free.fr>2014-01-04 19:43:58 +0100
commit3c5317cf54aebe40e8aaa2a6e107579c33184449 (patch)
treef01ab0e3333a98f97bbebb8756a6c4f478544e44 /beos/res.rdef
parente1e1b5c45b0f0e443fb7d64db5d5056c92426822 (diff)
downloadnetsurf-3c5317cf54aebe40e8aaa2a6e107579c33184449.tar.gz
netsurf-3c5317cf54aebe40e8aaa2a6e107579c33184449.tar.bz2
beos: Fix embedded files in resources
- drop the remaining hardcoded files in rdef file - add favicon.png - remove en/ symlink - add real folders with symlinks for translated files like GTK Note the Messages files are also included although the current code is not able to load them from the resources. - add symlinks for html files to the en/ version (TODO: try to remap automatically)
Diffstat (limited to 'beos/res.rdef')
-rw-r--r--beos/res.rdef5
1 files changed, 1 insertions, 4 deletions
diff --git a/beos/res.rdef b/beos/res.rdef
index 97dc59dd7..07012356c 100644
--- a/beos/res.rdef
+++ b/beos/res.rdef
@@ -18,10 +18,7 @@
#include "res.h"
-/* files exported as resource:// via rsrc:// mapping */
-resource(500, "credits.html") #'data' import "res/en/credits.html,faf";
-resource(501, "licence.html") #'data' import "res/en/licence.html,faf";
-resource(502, "welcome.html") #'data' import "res/en/welcome.html,faf";
+/* files exported as resource: via rsrc:// mapping are added by the makefile */
/* application flags (multiple launch) */
resource(1, "BEOS:APP_FLAGS") (#'APPF') $"01000000";