Commit a6288111 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Makefile updated for BuildSys-6_20

Pointless !Help file removed

Version 0.15. Tagged as 'MousSetup-0_15'
parent 365c46d9
......@@ -16,32 +16,17 @@
#
COMPONENT = MousSetup
APP = !${COMPONENT}
TARGET = !RunImage
INSTAPP = ${INSTDIR}.${APP}
INSTTYPE = app
MSGVERSION = ${AWK} -f Build:AwkVers
LDIR = Resources.${LOCALE}
APP_OBJS = Main.o MouseType.o Settings.o ToolboxE.o WimpE.o WimpM.o
APP_OBJS = Main MouseType Settings ToolboxE WimpE WimpM
LIBS = ${CONLIB} ${EVENTLIB} ${TBOXLIB} ${WIMPLIB}
CINCLUDES = -Itbox:,C:,<Lib$Dir>.ConfigLib.
INSTALLAPPFILES = !Boot !Help !Run !RunImage Res \
INSTAPP_FILES = !Boot !Run !RunImage Res \
!Sprites !Sprites11 !Sprites22 CoSprite CoSprite11 CoSprite22
INSTALLAPP_DEPEND = GenMessage
INSTAPP_VERSION = Messages
include CApp
C_WARNINGS = -fa
#
# Patch the messages files with the version
#
GenMessage: ${LDIR}.Messages VersionNum
${MSGVERSION} ${LDIR}.Messages > GenMessage
${MKDIR} ${INSTAPP}
${CP} GenMessage ${INSTAPP}.Messages ${CPFLAGS}
clean::
${RM} GenMessage
# Dynamic dependencies:
Mouse Setup
===========
MousSetup is used to configure mouse-related behaviour. You should not need to
run it separately - it integrates into !Configure.
Interactive help is available - load !Help from Apps.
/* (0.14)
/* (0.15)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.14
#define Module_MajorVersion_CMHG 0.15
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 17 Jan 2013
#define Module_Date_CMHG 17 Jul 2013
#define Module_MajorVersion "0.14"
#define Module_Version 14
#define Module_MajorVersion "0.15"
#define Module_Version 15
#define Module_MinorVersion ""
#define Module_Date "17 Jan 2013"
#define Module_Date "17 Jul 2013"
#define Module_ApplicationDate "17-Jan-13"
#define Module_ApplicationDate "17-Jul-13"
#define Module_ComponentName "MousSetup"
#define Module_ComponentPath "castle/RiscOS/Sources/SystemRes/Configure2/PlugIns/MousSetup"
#define Module_FullVersion "0.14"
#define Module_HelpVersion "0.14 (17 Jan 2013)"
#define Module_LibraryVersionInfo "0:14"
#define Module_FullVersion "0.15"
#define Module_HelpVersion "0.15 (17 Jul 2013)"
#define Module_LibraryVersionInfo "0:15"
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