Remove hpversion.h from repository
This patch removes hpversion.h from the repository, this also untangles a lot of ifdef mess. This closes bug CDExc19524.
This commit is contained in:
@@ -9,7 +9,7 @@ DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB)
|
||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
||||
SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
|
||||
|
||||
SRCS = Main.c ManPage.c Util.c version.c
|
||||
OBJS = Main.o ManPage.o Util.o version.o
|
||||
SRCS = Main.c ManPage.c Util.c
|
||||
OBJS = Main.o ManPage.o Util.o
|
||||
|
||||
ComplexProgramTarget($(PROGRAMS))
|
||||
|
||||
Reference in New Issue
Block a user