mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
move menu.dat to its new home :)
This commit is contained in:
parent
3ab4eb6545
commit
137b56892f
2 changed files with 5 additions and 1 deletions
|
@ -139,7 +139,11 @@ static plitem_t *qfs_gd_plist;
|
|||
static const char *qfs_game = "";
|
||||
static const char *qfs_default_dirconf =
|
||||
"{"
|
||||
" QF = {"
|
||||
" Path = \"QF\";"
|
||||
" };"
|
||||
" Quake = {"
|
||||
" Inherit = QF;"
|
||||
" Path = \"id1\";"
|
||||
" GameCode = \"progs.dat\";"
|
||||
" };"
|
||||
|
|
|
@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS= foreign
|
|||
|
||||
#FIXME should qf data be installed somewhere other than id1 that gets
|
||||
#searched after everything else?
|
||||
pkgdatadir=@sharepath@/id1
|
||||
pkgdatadir=@sharepath@/QF
|
||||
|
||||
QFCC_DEP=$(top_builddir)/tools/qfcc/source/qfcc$(EXEEXT)
|
||||
QFCC=$(QFCC_DEP)
|
||||
|
|
Loading…
Reference in a new issue