Generate module version files with new RULES_EXPAND facilities

Also removes the separate *VersionNum.h@ templates
This commit is contained in:
Andrew Johnson
2020-03-20 11:42:44 -05:00
parent 5f1b3a5419
commit 5009f288ae
10 changed files with 48 additions and 109 deletions

View File

@@ -5,7 +5,7 @@
\*************************************************************************/
/* This test includes all public headers from libCom and database modules
* to ensure they are all syntaxtically correct in C and C++
* to ensure they are all syntaxtically correct in both C and C++
*/
#include <aaiRecord.h>
@@ -31,14 +31,12 @@
#include <cantProceed.h>
#include <caProto.h>
#include <caVersion.h>
#include <caVersionNum.h>
#include <chfPlugin.h>
#include <compilerDependencies.h>
#include <compressRecord.h>
#include <cvtFast.h>
#include <cvtTable.h>
#include <databaseVersion.h>
#include <databaseVersionNum.h>
#include <dbAccessDefs.h>
#include <dbAccess.h>
#include <dbAddr.h>
@@ -152,7 +150,6 @@
#endif
#include <libComRegister.h>
#include <libComVersion.h>
#include <libComVersionNum.h>
#include <link.h>
#ifdef __cplusplus
# include <locationException.h>