Commit e2657a41 authored by Timothy E Baldwin's avatar Timothy E Baldwin Committed by ROOL
Browse files

Use CPP: path for C++ Library

In combination with RiscOS/Env!2 this allow building
without running `InstallTools` to install the DDE in
the source tree.


Version 0.06. Not tagged
parent c02451ac
No related merge requests found
......@@ -55,7 +55,7 @@ ROMCSTUBS = RISC_OSLib:o.romcstubs
ABSSYM = RISC_OSLib:o.c_abssym
WRAPPER = RISC_OSLib:s.ModuleWrap
C++LIB = $(LIBDIR).C++Lib.o.c++lib
C++LIB = CPP:o.c++lib
EVENTLIB = $(LIBDIR).tboxlibs.o.eventlib
TOOLBOXLIB = $(LIBDIR).tboxlibs.o.toolboxlib
......@@ -99,7 +99,7 @@ LIBSMC = \
# Include files
#
INCLUDES = tbox:,C:,<Lib$Dir>.C++Lib,<Lib$Dir>
INCLUDES = tbox:,C:,CPP:,<Lib$Dir>
# -----------------------------------------------------------------------------
......
......@@ -98,7 +98,7 @@ ROMCSTUBS = RISC_OSLib:o.romcstubs
ABSSYM = RISC_OSLib:o.c_abssym
WRAPPER = RISC_OSLib:s.ModuleWrap
C++LIB = $(LIBDIR).C++Lib.o.c++lib
C++LIB = CPP:o.c++lib
EVENTLIB = $(LIBDIR).tboxlibs.o.eventlib
TOOLBOXLIB = $(LIBDIR).tboxlibs.o.toolboxlib
......
/* (0.06)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.06
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 14 Jan 2012
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 19 Oct 2020
#define Module_MajorVersion "0.06"
#define Module_Version 6
#define Module_MinorVersion ""
#define Module_Date "14 Jan 2012"
#define Module_Date "19 Oct 2020"
#define Module_ApplicationDate "14-Jan-12"
#define Module_ApplicationDate "19-Oct-20"
#define Module_ComponentName "TarExtend"
#define Module_ComponentPath "castle/RiscOS/Tools/Sources/TarExtend"
#define Module_FullVersion "0.06"
#define Module_HelpVersion "0.06 (14 Jan 2012)"
#define Module_HelpVersion "0.06 (19 Oct 2020)"
#define Module_LibraryVersionInfo "0:6"
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