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:
chase
2018-10-05 15:26:13 -05:00
committed by Jon Trulson
parent 90a2b2848a
commit dd68514e4f
92 changed files with 115 additions and 1576 deletions

View File

@@ -62,8 +62,7 @@ SRCS = \
fileio.c \
af_aux.c \
icon_selection_dialog.c \
parser.c \
version.c
parser.c
OBJS = \
main.o \
@@ -81,8 +80,7 @@ OBJS = \
fileio.o \
af_aux.o \
icon_selection_dialog.o \
parser.o \
version.o
parser.o
NormalLibraryObjectRule()
@@ -91,8 +89,7 @@ ComplexProgramTarget(dtcreate)
/***** For dtge make a client_OBJS.o using client_main.o ******/
/***** This implies the existence of client_main.c ******/
/***** dtge hidden symbols *******/
#ifdef BuildHugeObject
#ifdef HPArchitecture
#if defined(BuildHugeObject) && defined(HPArchitecture)
#ifdef __hp9000s300
HIDDEN_SYMBOLS = -h _main -h _HelpOnItemCB -h _CreateHelpDialog \
-h _DisplayHelpDialog -h _ChangeTitle
@@ -100,6 +97,5 @@ HIDDEN_SYMBOLS = -h _main -h _HelpOnItemCB -h _CreateHelpDialog \
HIDDEN_SYMBOLS = -h main -h HelpOnItemCB -h CreateHelpDialog \
-h DisplayHelpDialog -h ChangeTitle
#endif
#endif
SpecialRelocatableTarget(dtcreate,$(HIDDEN_SYMBOLS),$(OBJS))
#endif