1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Clean up UseInstalledX11 logic

This commit is contained in:
Matthew R. Trower 2018-10-25 05:38:28 -05:00 committed by Jon Trulson
parent 012862e8ee
commit a94c997e8f
6 changed files with 2 additions and 18 deletions

View file

@ -73,9 +73,6 @@ USE_GCC = UseGcc
# define HasGcc2 YES
#endif
/* Use installed X11 includes/libs */
#define UseInstalledX11 YES
/* For DtHelp TIFF processing routines. */
#ifdef AMD64Architecture
#define LSBBitOrder YES

View file

@ -106,9 +106,6 @@ XCOMM operating system: OSName
#define GccGasOption -DGCCUSESGAS
#define AsmDefines -DUSE_GAS
/* Use installed X11 includes/libs */
#define UseInstalledX11 YES
#ifdef i386Architecture
# ifndef OptimizedCDebugFlags
# define OptimizedCDebugFlags -O2 -fno-strict-aliasing

View file

@ -148,9 +148,6 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
# endif
#endif
/* Use installed X11 includes/libs */
# define UseInstalledX11 YES
/*
* Compiler Features
*/

View file

@ -72,8 +72,6 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
# endif
#endif
#define UseInstalledX11 YES
#define BuildLibPathVar LD_LIBRARY_PATH
#define HasGcc YES
#define HasGcc2 YES

View file

@ -21,10 +21,8 @@ XCOMM site: $TOG: site.def /main/23 1998/03/19 18:43:26 mgreess $
/* CDE uses a .C suffix for C++ source, not the default .cxx */
# define CCsuf C
/* We will import x11. */
# define ImportX11 YES
/* We will use installed Motif. */
/* We will use installed x11 and Motif. */
# define UseInstalledX11 YES
# define UseInstalledMotif YES
# ifndef TopLevelProject

View file

@ -376,9 +376,6 @@ man_keywords:: @@\
#define DependDefines -D__BUILTIN_VA_ARG_INCR
#endif
/* Use installed X11 includes/libs */
#define UseInstalledX11 YES
#define LdPreLib -L$(BUILDLIBDIR)
#define PamUnixDefines -DPAM_NIS
#define TtLargePICTable YES