Commit 11d8b9fe authored by ROOL's avatar ROOL :robot:
Browse files

Install Touch for DDE

Add a copy of Touch during Install_DDE as the shared makefiles now use it for reasons other than creating empty files in some situations.

Version 2.00. Tagged as 'Library-2_00'
......@@ -28,6 +28,7 @@ install_DDE: install_Dir
${CP} Build.FAppend ${INSTDIR}.FAppend ${CPFLAGS}
${CP} Build.InstRes ${INSTDIR}.Build.InstRes ${CPFLAGS}
${CP} Build.InstViaRG ${INSTDIR}.Build.InstViaRG ${CPFLAGS}
${CP} Build.Touch ${INSTDIR}.Build.Touch ${CPFLAGS}
install_STB: install_Dir
${CP} Unix.chmod ${INSTDIR}.chmod ${CPFLAGS}
......
/* (1.99)
/* (2.00)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 1.99
#define Module_MajorVersion_CMHG 2.00
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 30 Nov 2019
#define Module_Date_CMHG 07 Dec 2019
#define Module_MajorVersion "1.99"
#define Module_Version 199
#define Module_MajorVersion "2.00"
#define Module_Version 200
#define Module_MinorVersion ""
#define Module_Date "30 Nov 2019"
#define Module_Date "07 Dec 2019"
#define Module_ApplicationDate "30-Nov-19"
#define Module_ApplicationDate "07-Dec-19"
#define Module_ComponentName "Library"
#define Module_FullVersion "1.99"
#define Module_HelpVersion "1.99 (30 Nov 2019)"
#define Module_LibraryVersionInfo "1:99"
#define Module_FullVersion "2.00"
#define Module_HelpVersion "2.00 (07 Dec 2019)"
#define Module_LibraryVersionInfo "2:0"
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