From ec70a1a409167abda1284a38098ce649f0ab9709 Mon Sep 17 00:00:00 2001
From: Ben Avison <bavison@gitlab.riscosopen.org>
Date: Fri, 12 Nov 2004 16:42:54 +0000
Subject: [PATCH] BBE tidying.

Detail:
  Tightened up BBE resources export, to exclude in appropriate files (this
  component has a non-standard resources directory structure).
Admin:
  Tested in a Tungsten BBE build.

Retagged, since this won't affect any existing builds.
---
 Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Makefile b/Makefile
index 6da250c..c26d2f5 100644
--- a/Makefile
+++ b/Makefile
@@ -184,4 +184,11 @@ o.Global.h.HALDevice: hdr.HALDevice
 	perl Build:Hdr2H ^.hdr.HALDevice Global.h.HALDevice
 	back
 
+BBETYPE = kernel
+bbe-kernel: bbe-generic-resources-get-alias
+	BBE_Export_File_In_Dir Resources.${LOCALE} CmdHelp
+	BBE_Export_File_In_Dir Resources.${LOCALE} Messages
+	BBE_Export_Dir Resources.${LOCALE}.${USERIF}
+	BBE_Export_File VersionNum
+
 # Dynamic dependencies:
-- 
GitLab