dtfile: Add missing prototypes
Add missing prototypes and header files to the dtfile code in order to move closer towards 64-bit compatibility. Extract the following functions from Motif internal headers: _XmGetWidgetExtData _XmRecordEvent _XmStringUngenerate _XmTextFieldSetDestination _XmGetActiveTopLevelMenu Extract manually prototypes of the obsolete Motif interface: _XmHighlightBorder _XmUnhighlightBorder Remove XmPrivate.h if extractprototype.awk fails Make the following header files available via -I: codelibs/boolean.h codelibs/pathutils.h codelibs/shellutils.h and remove shellutils.h from dtwm directory.
This commit is contained in:
committed by
Jon Trulson
parent
f55dfc34c0
commit
1079b56422
@@ -37,6 +37,7 @@
|
||||
|
||||
#include <Dt/DtP.h>
|
||||
#include <bms/connect.h>
|
||||
#include <codelibs/pathutils.h>
|
||||
|
||||
#define DtGetShortHostname Xegetshorthostname
|
||||
#define DtGetHostname Xegethostname
|
||||
|
||||
@@ -2,7 +2,7 @@ XCOMM $TOG: Imakefile /main/3 1998/08/10 18:02:40 mgreess $
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = bms SPC
|
||||
SUBDIRS = bms codelibs SPC
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
||||
11
cde/lib/DtSvc/include/codelibs/Imakefile
Normal file
11
cde/lib/DtSvc/include/codelibs/Imakefile
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
HEADERS = pathutils.h boolean.h shellutils.h
|
||||
|
||||
all::
|
||||
|
||||
BuildIncludes($(HEADERS),codelibs,..)
|
||||
InstallMultipleFlags($(HEADERS),$(INCDIR)/codelibs,$(INSTINCFLAGS))
|
||||
|
||||
depend::
|
||||
|
||||
clean::
|
||||
Reference in New Issue
Block a user