]> code.delx.au - gnu-emacs/blob - src/sol2-2.h
entered into RCS
[gnu-emacs] / src / sol2-2.h
1 #include "sol2.h"
2
3 /* Take care of libucb.a as well as X Windows. */
4 #undef LD_SWITCH_SYSTEM
5 #ifndef __GNUC__
6 #define LD_SWITCH_SYSTEM -R/usr/openwin/lib:/usr/ucblib
7 #else /* GCC */
8 #define LD_SWITCH_SYSTEM -Xlinker -R/usr/openwin/lib:/usr/ucblib
9 #endif /* GCC */
10
11 /* Link with libucb.a. */
12 #ifdef LIB_STANDARD
13 #undef LIB_STANDARD
14 #define LIB_STANDARD -lc -L/usr/ucblib -lucb
15 #endif