rogue3: move file locations from Makefile to machdep.h

This commit is contained in:
John "Elwin" Edwards 2009-11-11 12:28:25 +00:00
parent bbec0d0514
commit ce560d937c
2 changed files with 9 additions and 3 deletions

View file

@ -39,9 +39,7 @@ MISC = Makefile $(MISC_C) LICENSE.TXT $(PROGRAM).sln $(PROGRAM).vcproj $(DOCS)\
CC = gcc
ROPTS =
COPTS = -O3
CFLAGS= $(COPTS) $(ROPTS) -DSCOREFILE=\"/usr/local/games/roguelike/rogue3.scr\" \
-DSAVEDIR=\"/usr/local/games/roguelike/rogue3save/\" \
-DLOGFILE=\"/usr/local/games/roguelike/rogue3.log\"
CFLAGS= $(COPTS) $(ROPTS)
LIBS = -lcurses
RM = rm -f
LD = $(CC)