Commit 7bbd50b4 authored by Steve Revill's avatar Steve Revill
Browse files

Tweak InstallTools script so 'prepare' step works with latest DDE.

Version 1.75. Tagged as 'Library-1_75'
parent eb783989
......@@ -66,7 +66,10 @@ Echo Installing the pre-built C++ libraries...
CDir <Obey$Dir>.^.Export
CDir <Obey$Dir>.^.Export.APCS-32
CDir <Obey$Dir>.^.Export.APCS-32.Lib
Copy <SetPaths32$Dir>.^.Libraries.c++lib <Obey$Dir>.^.Export.APCS-32.Lib.c++lib A~C~D~FLN~P~QR~S~T~V
Set C++Lib$Dir <SetPaths32$Dir>.^.Libraries.c++lib
IfThere <C++Lib$Dir> Then Else Set C++Lib$Dir <SetPaths32$Dir>.^.Export.APCS-32.Lib
Copy <C++Lib$Dir> <Obey$Dir>.^.Export.APCS-32.Lib.c++lib A~C~D~FLN~P~QR~S~T~V
Unset C++Lib$Dir
Echo
Echo All tools installed.
......
/* (1.74)
/* (1.75)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.74
#define Module_MajorVersion_CMHG 1.75
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 12 Oct 2014
#define Module_Date_CMHG 19 Oct 2014
#define Module_MajorVersion "1.74"
#define Module_Version 174
#define Module_MajorVersion "1.75"
#define Module_Version 175
#define Module_MinorVersion ""
#define Module_Date "12 Oct 2014"
#define Module_Date "19 Oct 2014"
#define Module_ApplicationDate "12-Oct-14"
#define Module_ApplicationDate "19-Oct-14"
#define Module_ComponentName "Library"
#define Module_ComponentPath "mixed/RiscOS/Library"
#define Module_FullVersion "1.74"
#define Module_HelpVersion "1.74 (12 Oct 2014)"
#define Module_LibraryVersionInfo "1:74"
#define Module_FullVersion "1.75"
#define Module_HelpVersion "1.75 (19 Oct 2014)"
#define Module_LibraryVersionInfo "1:75"
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