Commit 72e0f7de authored by Steve Revill's avatar Steve Revill
Browse files

Minor tweaks to build and install correctly.

Detail:
  Some changes were required in order for this component to build and install
  correctly. These changes are required for the ROOL 'Browse' build.
Admin:
  Tested in Iyonix 'Browse' build using ROOL 'BuildEnv' build environment

Version 0.90. Tagged as 'HTTP-0_90'
parent 77d2ff05
......@@ -14,3 +14,4 @@
|
Dir <Obey$Dir>
amu_machine clean
stripdepnd Makefile
| Copyright 2007 Castle Technology Ltd
|
| Licensed under the Apache License, Version 2.0 (the "License");
| you may not use this file except in compliance with the License.
| You may obtain a copy of the License at
|
| http://www.apache.org/licenses/LICENSE-2.0
|
| Unless required by applicable law or agreed to in writing, software
| distributed under the License is distributed on an "AS IS" BASIS,
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
| See the License for the specific language governing permissions and
| limitations under the License.
|
Dir <Obey$Dir>
amu_machine install INSTDIR=<Install$Dir>
......@@ -29,7 +29,8 @@ COMPONENT = HTTP
ROM_MODULE = aof.${COMPONENT}
RAM_MODULE = rm.${COMPONENT}
DBG_MODULE = rm.${COMPONENT}-tr
INSTDIR ?= <Install$Dir>
TARGET ?= ${COMPONENT}
RESFSDIR = Resources.URL.${COMPONENT}
......@@ -41,7 +42,7 @@ RESDIR = <resource$dir>.Resources2.URL
#
# Generic options:
#
MKDIR = cdir
MKDIR = do mkdir -p
CC = cc
CMHG = cmhg
CP = copy
......@@ -196,6 +197,11 @@ ramtrace: ${DBG_MODULE}
rom: ${ROM_MODULE}
@echo ${COMPONENT}: Module built (ROM)
install: ${RAM_MODULE}
${MKDIR} ${INSTDIR}
${CP} ${RAM_MODULE} ${INSTDIR}.${TARGET} ${CPFLAGS}
@echo ${COMPONENT}: Module install (disc)
mccabe: ${MCCABE_OBJS}
@echo ${COMPONENT}: McCabe sources build (Disc)
......
/* (0.89)
/* (0.90)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.2.
*
*/
#define Module_MajorVersion_CMHG 0.89
#define Module_MajorVersion_CMHG 0.90
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 07 Feb 2001
#define Module_Date_CMHG 26 Jan 2007
#define Module_MajorVersion "0.89"
#define Module_Version 89
#define Module_MajorVersion "0.90"
#define Module_Version 90
#define Module_MinorVersion ""
#define Module_Date "07 Feb 2001"
#define Module_Date "26 Jan 2007"
#define Module_ApplicationDate2 "07-Feb-01"
#define Module_ApplicationDate4 "07-Feb-2001"
#define Module_ApplicationDate "26-Jan-07"
#define Module_ComponentName "HTTP"
#define Module_ComponentPath "RiscOS/Sources/Networking/Fetchers/HTTP"
#define Module_FullVersion "0.89"
#define Module_HelpVersion "0.89 (07 Feb 2001)"
#define Module_FullVersion "0.90"
#define Module_HelpVersion "0.90 (26 Jan 2007)"
#define Module_LibraryVersionInfo "0:90"
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