From 3c5317cf54aebe40e8aaa2a6e107579c33184449 Mon Sep 17 00:00:00 2001 From: François Revol Date: Tue, 31 Dec 2013 15:13:36 +0100 Subject: 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) --- beos/res.rdef | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'beos/res.rdef') 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"; -- cgit v1.2.3