comparison 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
comparison
equal deleted inserted replaced
155:1af259ac4ed2 156:3e1146666ae5
57 */ 57 */
58 58
59 #define FUDGE_TIME 200 59 #define FUDGE_TIME 200
60 60
61 /* file locations */ 61 /* file locations */
62 #define SCOREFILE "xrogue.scr" 62 /* uncomment if not using config.h */
63 #define LOGFILE "xrogue.log" 63 /*#define SCOREFILE "xrogue.scr"*/
64 #define SAVEDIR "." 64 /*#define LOGFILE "xrogue.log"*/