Mercurial > hg > early-roguelike
comparison rogue4/Makefile @ 28:03c99f5ee38a
rogue4: move the lockfile to somewhere with write permission
| author | edwarj4 | 
|---|---|
| date | Thu, 26 Nov 2009 12:50:17 +0000 | 
| parents | ea7372f5d314 | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 27:c68598659da6 | 28:03c99f5ee38a | 
|---|---|
| 32 RM = rm -f | 32 RM = rm -f | 
| 33 TAR = tar | 33 TAR = tar | 
| 34 | 34 | 
| 35 SCOREFILE= | 35 SCOREFILE= | 
| 36 SF=-DSCOREFILE=\"/usr/local/games/roguelike/rogue4.scr\" \ | 36 SF=-DSCOREFILE=\"/usr/local/games/roguelike/rogue4.scr\" \ | 
| 37 -DLOCKFILE=\"/usr/local/games/roguelike/rogue4.lck\" | 37 -DLOCKFILE=\"/usr/local/games/roguelike/rogue4save/rogue4.lck\" | 
| 38 NAMELIST= | 38 NAMELIST= | 
| 39 NL= | 39 NL= | 
| 40 #MACHDEP= -DMAXLOAD=40 -DLOADAV -DCHECKTIME=4 | 40 #MACHDEP= -DMAXLOAD=40 -DLOADAV -DCHECKTIME=4 | 
| 41 MACHDEP= | 41 MACHDEP= | 
| 42 | 42 | 
