Commit 75b9fa03 authored by Neil Bingham's avatar Neil Bingham
Browse files

BBE support.

Detail:
  Private bbe rule to deal with Ant putting files in the wrong place :-(
  Resource files should be in Resources/... and not in the component root.
Admin:
  Tested on Fun8JP Source & BBE builds.

Version 2.16. Tagged as 'LanManFS-2_16'
parent c0fd0009
......@@ -114,6 +114,11 @@ LanMan_MH.h: LanMan_MH.o
.cmhg.o:; ${CMHG} ${CMHGFLAGS} -o $@ $< -d $*.h
.s.o:; ${AS} ${AFLAGS} $< $@
# Binary Build Environment augmenting rules
BBETYPE = local
bbe-local: bbe-generic-resources-get-alias
BBE_Export_File Sprites
#
# Build target
#
......
/* (2.15)
/* (2.16)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 2.15
#define Module_MajorVersion_CMHG 2.16
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 25 Aug 2000
#define Module_Date_CMHG 14 Dec 2000
#define Module_MajorVersion "2.15"
#define Module_Version 215
#define Module_MajorVersion "2.16"
#define Module_Version 216
#define Module_MinorVersion ""
#define Module_Date "25 Aug 2000"
#define Module_Date "14 Dec 2000"
#define Module_ApplicationDate2 "25-Aug-00"
#define Module_ApplicationDate4 "25-Aug-2000"
#define Module_ApplicationDate2 "14-Dec-00"
#define Module_ApplicationDate4 "14-Dec-2000"
#define Module_FullVersion "2.15"
#define Module_ComponentName "LanManFS"
#define Module_ComponentPath "RiscOS/Sources/Networking/Omni/Protocols/LanManFS"
#define Module_FullVersion "2.16"
#define Module_HelpVersion "2.16 (14 Dec 2000)"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment