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
@@ -653,7 +653,7 @@ clean:: @@\
|
||||
|
||||
/* Search the Motif ProjectRoot too if it is different. */
|
||||
#ifdef MotifProjectRoot
|
||||
# define MUsrLibDirPath Concat(XUsrLibDirPath,:$(MPROJECTROOT)/lib)
|
||||
# define MUsrLibDirPath Concat($(MPROJECTROOT)/lib,:XUsrLibDirPath)
|
||||
#else
|
||||
# define MUsrLibDirPath XUsrLibDirPath
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user