diff --git a/Makefiles/HostTools b/Makefiles/HostTools new file mode 100644 index 0000000000000000000000000000000000000000..dee299a951b625d9f9ff3e530f7a514ed27f0bc4 --- /dev/null +++ b/Makefiles/HostTools @@ -0,0 +1,43 @@ +# Copyright 2009 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. +# +# Makefile fragment for C applications that run on the build host but which +# are built during the main build +# +# +# These are the tool definitions for RISC OS hosted builds. +# +# + +# +# Tool definitions. +# +CC = %cc -apcs 3/32bit/fpe3 -cpu 3 -memaccess -L22-S22-L41 +DO = do +ECHO = echo +LD = link +MAKE = amu +MKDIR = ${DO} mkdir -p +SQZ = squeeze +TOUCH = create + +# +# Options. +# +STDTOOLOPTIONS = -depend !Depend ${THROWBACK} + +CFLAGS += -c ${STDTOOLOPTIONS} ${CDEFINES} ${CINCLUDES} + + +# EOF diff --git a/VersionNum b/VersionNum index f7979c814d6bbc51670c0973769fb1411d679374..e4d02228a3a7c6e964b896c55dbdc058f80c6f1c 100644 --- a/VersionNum +++ b/VersionNum @@ -1,23 +1,23 @@ -/* (4.74) +/* (4.75) * * This file is automatically maintained by srccommit, do not edit manually. * Last processed by srccommit version: 1.1. * */ -#define Module_MajorVersion_CMHG 4.74 +#define Module_MajorVersion_CMHG 4.75 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 09 Jun 2009 +#define Module_Date_CMHG 13 Jun 2009 -#define Module_MajorVersion "4.74" -#define Module_Version 474 +#define Module_MajorVersion "4.75" +#define Module_Version 475 #define Module_MinorVersion "" -#define Module_Date "09 Jun 2009" +#define Module_Date "13 Jun 2009" -#define Module_ApplicationDate "09-Jun-09" +#define Module_ApplicationDate "13-Jun-09" #define Module_ComponentName "BuildSys" #define Module_ComponentPath "castle/RiscOS/BuildSys" -#define Module_FullVersion "4.74" -#define Module_HelpVersion "4.74 (09 Jun 2009)" -#define Module_LibraryVersionInfo "4:74" +#define Module_FullVersion "4.75" +#define Module_HelpVersion "4.75 (13 Jun 2009)" +#define Module_LibraryVersionInfo "4:75"