Commit 9374e12b authored by Steve Revill's avatar Steve Revill
Browse files

Fixed so that it builds and installs. No runtime checking.

Version 2.14. Tagged as 'Browse-2_14'
......@@ -138,14 +138,14 @@
LIBDIR = C:
MKDIR = cdir
MKDIR = do mkdir -p
AS = objasm
CMHG = cmhg
CP = copy
LD = link
RM = remove
SQUEEZE = squeeze
WIPE = -wipe
WIPE = x wipe
SORTSYMS = SortSymTab
# Ensure AMU truncates the command line suitably
......
/* (2.13)
/* (2.14)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.2.
*
*/
#define Module_MajorVersion_CMHG 2.13
#define Module_MajorVersion_CMHG 2.14
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 16 Mar 2006
#define Module_Date_CMHG 19 Oct 2007
#define Module_MajorVersion "2.13"
#define Module_Version 213
#define Module_MajorVersion "2.14"
#define Module_Version 214
#define Module_MinorVersion ""
#define Module_Date "16 Mar 2006"
#define Module_Date "19 Oct 2007"
#define Module_ApplicationDate "16-Mar-06"
#define Module_ApplicationDate "19-Oct-07"
#define Module_ComponentName "Browse"
#define Module_ComponentPath "RiscOS/Sources/Apps/Browse"
#define Module_FullVersion "2.13"
#define Module_HelpVersion "2.13 (16 Mar 2006)"
#define Module_LibraryVersionInfo "2:13"
#define Module_FullVersion "2.14"
#define Module_HelpVersion "2.14 (19 Oct 2007)"
#define Module_LibraryVersionInfo "2:14"
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