Commit 3ffe66f3 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add Machine.All32 to BBE export list

Detail:
  Makefile - Added Machine.All32 to BBE export list, since it's now unconditionally exported by HdrSrc
Admin:
  Untested!


Version 0.05. Tagged as 'Export-0_05'
parent 1d3697ba
......@@ -12,6 +12,7 @@ bbe-export: bbe-generic-resources-get-alias
BBE_Export_File_In_Dir ${APCS}.Hdr.Global Macros
BBE_Export_File_In_Dir ${APCS}.Hdr.Global Proc
BBE_Export_File_In_Dir ${APCS}.Hdr.Global.Machine <Machine>
BBE_Export_File_In_Dir ${APCS}.Hdr.Global.Machine All32
BBE_Export_File_In_Dir ${APCS}.Hdr.Global.Machine Machine
BBE_Export_File_In_Dir ${APCS}.Hdr.Interface ModHand
BBE_Export_File_In_Dir ${APCS}.C.Global.h AUN
......
/* (0.04)
/* (0.05)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.04
#define Module_MajorVersion_CMHG 0.05
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 17 Oct 2008
#define Module_Date_CMHG 21 Sep 2011
#define Module_MajorVersion "0.04"
#define Module_Version 4
#define Module_MajorVersion "0.05"
#define Module_Version 5
#define Module_MinorVersion ""
#define Module_Date "17 Oct 2008"
#define Module_Date "21 Sep 2011"
#define Module_ApplicationDate "17-Oct-08"
#define Module_ApplicationDate "21-Sep-11"
#define Module_ComponentName "Export"
#define Module_ComponentPath "castle/RiscOS/Export"
#define Module_FullVersion "0.04"
#define Module_HelpVersion "0.04 (17 Oct 2008)"
#define Module_LibraryVersionInfo "0:4"
#define Module_FullVersion "0.05"
#define Module_HelpVersion "0.05 (21 Sep 2011)"
#define Module_LibraryVersionInfo "0:5"
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