Mercurial > hg > xemacs-beta
comparison src/m/ibmrt-aix.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children | a86b2b5e0111 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
110 #define X_DEFAULT_FONT "Rom14.500" | 110 #define X_DEFAULT_FONT "Rom14.500" |
111 | 111 |
112 /* Here override various assumptions in ymakefile */ | 112 /* Here override various assumptions in ymakefile */ |
113 | 113 |
114 /* On AIX 2.2.1, use these definitions instead | 114 /* On AIX 2.2.1, use these definitions instead |
115 #define C_SWITCH_MACHINE -I/usr/include -Nn2000 | 115 #define C_SWITCH_MACHINE "-I/usr/include -Nn2000" |
116 #define LIBS_MACHINE -lX -lrts | 116 #define LIBS_MACHINE "-lX -lrts" |
117 */ | 117 */ |
118 | 118 |
119 #define C_SWITCH_MACHINE -I/usr/include -I/usr/include/bsd -Nn2000 | 119 #define C_SWITCH_MACHINE "-I/usr/include -I/usr/include/bsd -Nn2000" |
120 #define LIBS_MACHINE -lXMenu -lX -lsock -lbsd -lrts | 120 #define LIBS_MACHINE "-lXMenu -lX -lsock -lbsd -lrts" |
121 | 121 |
122 #define OBJECTS_MACHINE hftctl.o | 122 #define OBJECTS_MACHINE "hftctl.o" |
123 #define START_FILES /lib/crt0.o | 123 #define START_FILES "/lib/crt0.o" |
124 /* -lXMenu, -lX must precede -lsock, -lbsd */ | 124 /* -lXMenu, -lX must precede -lsock, -lbsd */ |
125 #define LD_SWITCH_MACHINE -n -T0x10000000 -K -e start | 125 #define LD_SWITCH_MACHINE "-n -T0x10000000 -K -e start" |
126 | 126 |
127 #if 0 /* I refuse to promulgate a recommendation that would make | 127 #if 0 /* I refuse to promulgate a recommendation that would make |
128 users unable to debug - RMS. */ | 128 users unable to debug - RMS. */ |
129 /* delete the following line to foil optimization, enable debugging */ | 129 /* delete the following line to foil optimization, enable debugging */ |
130 #define C_DEBUG_SWITCH -O | 130 #define C_DEBUG_SWITCH "-O" |
131 #endif | 131 #endif |
132 | 132 |
133 | 133 |
134 /* Setup to do some things BSD way - these won't work previous to AIX 2.1.2 */ | 134 /* Setup to do some things BSD way - these won't work previous to AIX 2.1.2 */ |
135 | 135 |