Commit 724309ef authored by Steve Revill's avatar Steve Revill
Browse files

Makefile tweaks

New sprites
As featured on disc image accompanying RISC OS 5.00

Version 0.09. Tagged as 'MousSetup-0_09'
parent a6d8e31b
......@@ -14,3 +14,4 @@
|
Dir <Obey$Dir>
amu_machine clean
stripdepnd
......@@ -14,4 +14,4 @@
|
Dir <Obey$Dir>
Remove Resources.!RunImage
amu_machine install INSTDIR=<Boot$Dir>.RO380Hook.Res.Configure LDFLAGS=-Debug
amu_machine install INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure LDFLAGS=-Debug
......@@ -14,4 +14,4 @@
|
Dir <Obey$Dir>
Remove Resources.!RunImage
amu_machine install INSTDIR=<Boot$Dir>.RO380Hook.Res.Configure
amu_machine install INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
......@@ -34,12 +34,12 @@ COMPONENT = MousSetup
APP = !${COMPONENT}
RDIR = Resources
LDIR = ${RDIR}.${LOCALE}
INSTDIR = ${INSTDIR}.${APP}
INSTAPP = ${INSTDIR}.${APP}
#
# Generic options:
#
MKDIR = cdir
MKDIR = do mkdir -p
CC = cc
ATTR = -attr
CP = copy
......@@ -92,19 +92,19 @@ all: ${FILES}
@echo ${COMPONENT}: All built (Disc)
install: ${FILES}
${MKDIR} ${INSTDIR}
${MKDIR} ${INSTAPP}
|
${CP} ${RDIR}.!Boot ${INSTDIR}.!Boot ${CPFLAGS}
${CP} ${LDIR}.!Help ${INSTDIR}.!Help ${CPFLAGS}
${CP} ${LDIR}.!Run ${INSTDIR}.!Run ${CPFLAGS}
${CP} ${RDIR}.!RunImage ${INSTDIR}.!RunImage ${CPFLAGS}
${CP} ${RDIR}.!Sprites22 ${INSTDIR}.!Sprites22 ${CPFLAGS}
${CP} ${RDIR}.CoSprite22 ${INSTDIR}.CoSprite22 ${CPFLAGS}
${CP} ${LDIR}.Messages ${INSTDIR}.Messages ${CPFLAGS}
${CP} ${LDIR}.Res ${INSTDIR}.Res ${CPFLAGS}
${CP} ${RDIR}.!Boot ${INSTAPP}.!Boot ${CPFLAGS}
${CP} ${LDIR}.!Help ${INSTAPP}.!Help ${CPFLAGS}
${CP} ${LDIR}.!Run ${INSTAPP}.!Run ${CPFLAGS}
${CP} ${RDIR}.!RunImage ${INSTAPP}.!RunImage ${CPFLAGS}
${CP} ${RDIR}.!Sprites22 ${INSTAPP}.!Sprites22 ${CPFLAGS}
${CP} ${RDIR}.CoSprite22 ${INSTAPP}.CoSprite22 ${CPFLAGS}
${CP} ${LDIR}.Messages ${INSTAPP}.Messages ${CPFLAGS}
${CP} ${LDIR}.Res ${INSTAPP}.Res ${CPFLAGS}
|
${ATTR} -directories +wr -ww ${INSTDIR}
${ATTR} -files +or +ow +wr -ww ${INSTDIR}
${ATTR} -directories +wr -ww ${INSTAPP}
${ATTR} -files +or +ow +wr -ww ${INSTAPP}
|
@echo ${COMPONENT}: All installed (Disc)
......
No preview for this file type
No preview for this file type
/* (0.08)
/* (0.09)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.68.
*
*/
#define Module_ApplicationDate "11-May-98"
#define Module_MajorVersion_CMHG 0.09
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 14 Dec 2002
#define Module_MajorVersion "0.09"
#define Module_Version 9
#define Module_MinorVersion ""
#define Module_Date "14 Dec 2002"
#define Module_ApplicationDate "14-Dec-02"
#define Module_ComponentName "MousSetup"
#define Module_ComponentPath "RiscOS/Sources/SystemRes/Configure2/PlugIns/MousSetup"
#define Module_FullVersion "0.09"
#define Module_HelpVersion "0.09 (14 Dec 2002)"
#define Module_LibraryVersionInfo "0:9"
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