Enable building against an arbitrary Motif installation
* Give MotifProjectRoot priority over system libs * Switch to UseInstalledMotif (but retain necessary imports)
This commit is contained in:
committed by
Jon Trulson
parent
aaa9305653
commit
a166c36592
@@ -376,7 +376,7 @@ man_keywords:: @@\
|
||||
#define DependDefines -D__BUILTIN_VA_ARG_INCR
|
||||
#endif
|
||||
|
||||
#define LdPreLib -L/usr/X11/lib -L$(BUILDLIBDIR)
|
||||
#define LdPreLib -L$(BUILDLIBDIR)
|
||||
#define PamUnixDefines -DPAM_NIS
|
||||
#define TtLargePICTable YES
|
||||
#define DtSvcDefines -DMULTIBYTE -DNO_REGCOMP
|
||||
@@ -406,7 +406,7 @@ man_keywords:: @@\
|
||||
#define TtClientExtraLibs ExtraLibraries -ldl -lintl
|
||||
|
||||
#ifndef TopMotifInclude
|
||||
# define TopMotifInclude /usr/X11/include
|
||||
# define TopMotifInclude $(MPROJECTROOT)/include
|
||||
#endif
|
||||
|
||||
#define ShlibExportListOpt(filename) -M filename
|
||||
|
||||
Reference in New Issue
Block a user