diff xrogue/mach_dep.h @ 156:3e1146666ae5

arogue7, xrogue: begin using autoconf. File locations can be customized via './configure'. 'make install' does not work yet. Options for wizard mode and load checks may not do what is intended. Fun fact: there's an enlightening epigraph in the introduction to the autoconf manual.
author John "Elwin" Edwards
date Thu, 04 Jun 2015 10:41:39 -0400
parents 7faf4568c295
children 44a0fce4b168
line wrap: on
line diff
--- a/xrogue/mach_dep.h	Fri May 29 17:34:04 2015 -0400
+++ b/xrogue/mach_dep.h	Thu Jun 04 10:41:39 2015 -0400
@@ -59,6 +59,6 @@
 #define FUDGE_TIME      200
 
 /* file locations */
-#define SCOREFILE "xrogue.scr"
-#define LOGFILE "xrogue.log"
-#define SAVEDIR "."
+/* uncomment if not using config.h */
+/*#define SCOREFILE "xrogue.scr"*/
+/*#define LOGFILE "xrogue.log"*/