rogue3: move file locations from Makefile to machdep.h
This commit is contained in:
parent
bbec0d0514
commit
ce560d937c
2 changed files with 9 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue