1997-09-18 14:21:06 +00:00
|
|
|
--- config/crosssite.def.orig Sun Jan 5 19:59:48 1997
|
|
|
|
+++ config/crosssite.def Wed Sep 17 15:55:13 1997
|
|
|
|
@@ -36,10 +36,8 @@
|
|
|
|
* (mwedel@pyramid.com)
|
|
|
|
*/
|
1996-11-02 13:53:37 +00:00
|
|
|
|
1997-09-18 14:21:06 +00:00
|
|
|
-/*
|
1996-11-02 13:53:37 +00:00
|
|
|
#define XPM_PIX
|
|
|
|
-#define Xpm_LibDir /usr/local/lib/
|
1997-09-18 14:21:06 +00:00
|
|
|
-*/
|
1996-11-02 13:53:37 +00:00
|
|
|
+#define Xpm_LibDir /usr/X11R6/lib/
|
|
|
|
/* If your include files are someplace odd */
|
|
|
|
/*#define Xpm_Include /usr/local/include*/
|
1997-09-18 14:21:06 +00:00
|
|
|
|
|
|
|
@@ -70,13 +68,13 @@
|
1996-11-02 13:53:37 +00:00
|
|
|
* This is a top root directory of all game staff as in UNIX-style
|
|
|
|
* overall.
|
|
|
|
*/
|
|
|
|
-#define CTop /home/sleipner/a/crossfire/crossfire
|
|
|
|
+#define CTop /usr/local/crossfire
|
|
|
|
/* #define CTop /net/contrib/crossfire */
|
|
|
|
/*#define CTop /usr/local/games/crossfire*/
|
|
|
|
|
|
|
|
/* Binaries location If this is undefined, it default to the
|
|
|
|
standard location for X binaries on your machine. */
|
|
|
|
-#define CBinDir Concat(CTop,/bin)
|
|
|
|
+#define CBinDir /usr/local/bin
|
|
|
|
|
|
|
|
/* Libraries location If this is undefined it defaults to the
|
|
|
|
standard location for X lib files/crossfire on your machine */
|
1997-09-18 14:21:06 +00:00
|
|
|
@@ -95,7 +93,8 @@
|
1996-11-02 13:53:37 +00:00
|
|
|
/* Crossfire manual location If this is undefined it defaults to the
|
|
|
|
standard location for manual pages on your machine.*/
|
|
|
|
/* #define CManPath Concat(CTop,/man) */
|
|
|
|
-#define CManSuffix 6
|
|
|
|
+#define CManPath /usr/local/man
|
1997-01-25 12:27:16 +00:00
|
|
|
+/* #define CManSuffix 6 */
|
1996-11-02 13:53:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* Force CC to use the specified options instead of the default
|
1997-09-18 14:21:06 +00:00
|
|
|
@@ -104,7 +103,7 @@
|
1996-11-02 13:53:37 +00:00
|
|
|
* any of the default compiler options for your machine.
|
|
|
|
*/
|
|
|
|
/*define ForceCCOPTIONS -O -g -Wall */
|
|
|
|
-#undef ForceCCOPTIONS
|
1997-09-18 14:21:06 +00:00
|
|
|
+#define ForceCCOPTIONS -O -pipe -Wall -Werror
|
1996-11-02 13:53:37 +00:00
|
|
|
|
|
|
|
/* Extra_Flags are added onto the compilers default options. Can be
|
|
|
|
* quite useful if you just want to add another flag or two, and not
|
1997-09-18 14:21:06 +00:00
|
|
|
@@ -165,11 +164,9 @@
|
1996-11-02 13:53:37 +00:00
|
|
|
* Default: Sound support off.
|
|
|
|
*/
|
|
|
|
|
|
|
|
-/*
|
|
|
|
#define SoundEffects
|
|
|
|
#define RPlayLibDir /usr/local/lib
|
|
|
|
#define RPlayIncDir /usr/local/include
|
|
|
|
-*/
|
|
|
|
|
|
|
|
/* define this if using OpenWindows as your enviroment. This only
|
|
|
|
* needs to be set if the openwindows server you use is
|
1997-09-18 14:21:06 +00:00
|
|
|
@@ -207,7 +204,7 @@
|
1996-11-02 13:53:37 +00:00
|
|
|
* awk on most other systems will be OK.
|
|
|
|
*/
|
|
|
|
|
|
|
|
-AWK = gawk
|
|
|
|
+AWK = awk
|
|
|
|
|
|
|
|
/* Use debugged malloc? I don't know if this exists on all machines/OS's,
|
|
|
|
* but it does exist on SunOs 4.1.1.
|