dtinfo/dtinfogen: make it build

Now, as to whether it all actually works, I guess we will see.
This commit is contained in:
Jon Trulson
2021-12-06 17:14:31 -07:00
parent 93a3d73ef7
commit e437a02e0b
11 changed files with 206 additions and 13 deletions

View File

@@ -0,0 +1,14 @@
MAINTAINERCLEANFILES = Makefile.in
# get our env variables
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
infolibdir = $(CDE_INSTALLATION_TOP)/infolib/etc
infolib_PROGRAMS = valBase
valBase_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
valBase_LDADD = $(MMDB_LIBS) $(DTCLIENTLIBS) $(XTOOLLIB)
valBase_SOURCES = valBase.C
infolib_SCRIPTS = DeInstallBase ChangeCaseTitle Librarian

View File

@@ -57,8 +57,9 @@ using namespace std;
#include "oliasdb/mmdb.h"
#include "oliasdb/asciiIn_filters.h"
// JET - don't need this - it (exit()) is defined in stdlib.h
// DDK header file
#include "olGlobal.h"
// #include "olGlobal.h"
// Debuggging macro
int dbgLevel;