Commit 1a10551d authored by Ben Avison's avatar Ben Avison
Browse files

Added the CUtil shared makefile - was accidentally omitted from an earlier commit

Version 5.34. Tagged as 'BuildSys-5_34'
parent 480298f2
# Makefile fragment for C and assembler transient utilties
INCLUDED_CUTIL = YES
# This makefile provides the following phony targets:
#
# all install debug
#
# It inherits most of its properties from the CApp makefile.
CUSTOMLINK = custom
include CApp
# You can't currently use the shared C library from a transient
UTIL_LIBS := $(filter-out ${CLIB},${APP_LIBS}) ${ANSILIB}
CFLAGS += ${C_NO_ZI} ${C_NO_STKCHK}
LDFLAGS += -bin
${TARGET}: ${APP_OBJS} ${UTIL_LIBS} ${DIRS}
${LD} ${LDFLAGS} -o ${TARGET} ${APP_OBJS} ${UTIL_LIBS}
${SETTYPE} ${TARGET} Utility
# EOF
/* (5.33)
/* (5.34)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.33
#define Module_MajorVersion_CMHG 5.34
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 19 Dec 2011
#define Module_Date_CMHG 12 Jan 2012
#define Module_MajorVersion "5.33"
#define Module_Version 533
#define Module_MajorVersion "5.34"
#define Module_Version 534
#define Module_MinorVersion ""
#define Module_Date "19 Dec 2011"
#define Module_Date "12 Jan 2012"
#define Module_ApplicationDate "19-Dec-11"
#define Module_ApplicationDate "12-Jan-12"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.33"
#define Module_HelpVersion "5.33 (19 Dec 2011)"
#define Module_LibraryVersionInfo "5:33"
#define Module_FullVersion "5.34"
#define Module_HelpVersion "5.34 (12 Jan 2012)"
#define Module_LibraryVersionInfo "5:34"
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