comparison src/=sol2-2.h @ 4311:aa8690059ff5

Initial revision
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Jul 1993 20:20:01 +0000
parents
children 4faf8d99ef4a
comparison
equal deleted inserted replaced
4310:52d82c1a3948 4311:aa8690059ff5
1 #include "s/sol2.h"
2
3 /* Take care of libucb 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 #ifdef LIB_STANDARD
12 #undef LIB_STANDARD
13 #define LIB_STANDARD -lc -L/usr/ucblib -lucb
14 #endif