2002-04-20 08:46:46 +02:00
|
|
|
--- Local.config.orig Thu Apr 18 17:45:52 2002
|
|
|
|
+++ Local.config Thu Apr 18 17:46:18 2002
|
2002-03-09 01:25:40 +01:00
|
|
|
@@ -36,12 +36,10 @@
|
2001-04-21 17:05:56 +02:00
|
|
|
#define LocalGuru xpilot@xpilot.org /* The one to contact for problems */
|
|
|
|
#endif /* LocalGuru */
|
|
|
|
|
2002-04-20 08:46:46 +02:00
|
|
|
-PREFIX = /usr/local
|
2002-03-09 01:25:40 +01:00
|
|
|
-
|
2001-04-21 17:05:56 +02:00
|
|
|
/* Manual pages for games usually go to section 6. */
|
|
|
|
MANSUFFIX = 6
|
|
|
|
INSTMANDIR = $(PREFIX)/man/man$(MANSUFFIX)
|
|
|
|
-INSTLIBDIR = $(PREFIX)/lib/xpilot
|
|
|
|
+INSTLIBDIR = $(PREFIX)/share/xpilot
|
|
|
|
INSTBINDIR = $(PREFIX)/bin
|
|
|
|
|
|
|
|
/* #define Log /* Try to log every server start to log file */
|
2002-03-09 01:25:40 +01:00
|
|
|
@@ -105,7 +103,7 @@
|
2001-04-21 17:05:56 +02:00
|
|
|
* Try not defining anything first. You probably want -O for speed.
|
|
|
|
*/
|
|
|
|
/* CDEBUGFLAGS = -g /* General debug flag */
|
|
|
|
-CDEBUGFLAGS = -O /* General optimize flag */
|
|
|
|
+/* CDEBUGFLAGS = -O /* General optimize flag */
|
|
|
|
/* CDEBUGFLAGS = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */
|
|
|
|
/* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */
|
|
|
|
/* CDEBUGFLAGS = -g2 -O2 /* SGI debug */
|