Commit 647c2386 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Build fix

Messages were ending up registered as Resources.Net.Messages.Net.Messages due to using the wrong makefile variable.

Version 6.26. Tagged as 'Net-6_26'
parent fdd1d490
......@@ -23,7 +23,7 @@ CINCLUDES = -ITCPIPLibs:,C:
HDRS =
CFLAGS = -wp
ROMCDEFINES = -DROM
RES_PATH = Resources.Net.Messages
RESFSDIR = ${RESDIR}${SEP}Net
CMHGDEPENDS = mns mnsg mnsi
ifeq ("${CMDHELP}","None")
CMHGDEFINES += -DNO_INTERNATIONAL_HELP
......
/* (6.25)
/* (6.26)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 6.25
#define Module_MajorVersion_CMHG 6.26
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 29 May 2015
#define Module_Date_CMHG 26 Jun 2016
#define Module_MajorVersion "6.25"
#define Module_Version 625
#define Module_MajorVersion "6.26"
#define Module_Version 626
#define Module_MinorVersion ""
#define Module_Date "29 May 2015"
#define Module_Date "26 Jun 2016"
#define Module_ApplicationDate "29-May-15"
#define Module_ApplicationDate "26-Jun-16"
#define Module_ComponentName "Net"
#define Module_ComponentPath "castle/RiscOS/Sources/Networking/AUN/Net"
#define Module_FullVersion "6.25"
#define Module_HelpVersion "6.25 (29 May 2015)"
#define Module_LibraryVersionInfo "6:25"
#define Module_FullVersion "6.26"
#define Module_HelpVersion "6.26 (26 Jun 2016)"
#define Module_LibraryVersionInfo "6:26"
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