update Files attributes with priorities and %s substitution
This commit is contained in:
50
Files
50
Files
@@ -15,7 +15,7 @@ Developer.txt code_features.txt code_style.txt git_recipes.txt
|
||||
gitinfo.pl nhgitset.pl
|
||||
|
||||
DEVEL/DOTGIT:
|
||||
(files for people developing changes to NetHack)
|
||||
(file for people developing changes to NetHack)
|
||||
TARGET
|
||||
|
||||
DEVEL/hooksdir:
|
||||
@@ -52,15 +52,12 @@ makedefs.txt nethack.6 nethack.txt recover.6 recover.txt
|
||||
tmac.n window.doc
|
||||
|
||||
include:
|
||||
(file for GNOME versions)
|
||||
winGnome.h
|
||||
|
||||
(file for tty versions)
|
||||
wintty.h
|
||||
|
||||
(files for GEM versions)
|
||||
bitmfile.h gem_rsc.h load_img.h wingem.h
|
||||
|
||||
(file for GNOME versions)
|
||||
winGnome.h
|
||||
|
||||
(files for Qt versions)
|
||||
qt_clust.h qt_kde0.h qt_win.h qt_xpms.h qttableview.h
|
||||
|
||||
@@ -84,6 +81,9 @@ trampoli.h trap.h unixconf.h vision.h vmsconf.h
|
||||
wceconf.h winami.h winprocs.h wintype.h you.h
|
||||
youprop.h
|
||||
|
||||
(file for tty versions)
|
||||
wintty.h
|
||||
|
||||
(files for various Macintosh versions)
|
||||
mac-carbon.h mac-qt.h mac-term.h macconf.h macpopup.h
|
||||
mactty.h macwin.h mttypriv.h
|
||||
@@ -160,9 +160,6 @@ random.c
|
||||
(Berkeley uudecode file, which may be used in build process of any version)
|
||||
uudecode.c
|
||||
|
||||
(c++ regex code for versions that can build a C++ module and link it in)
|
||||
cppregex.cpp
|
||||
|
||||
(file for MSDOS, OS/2, NT, Amiga, and Atari versions - untested for 3.6.2)
|
||||
pcmain.c
|
||||
|
||||
@@ -190,21 +187,21 @@ ioctl.c unixtty.c
|
||||
(lex/yacc output for special level and dungeon compilers)
|
||||
dgn_comp.h dgn_lex.c dgn_yacc.c lev_comp.h lev_lex.c lev_yacc.c
|
||||
|
||||
(pmatch regex for other versions)
|
||||
pmatchregex.c
|
||||
|
||||
(posix regex for versions that include regex in their C library)
|
||||
posixregex.c
|
||||
|
||||
(c++ regex code for versions that can build a C++ module and link it in)
|
||||
cppregex.cpp
|
||||
|
||||
(pmatch regex for other versions)
|
||||
pmatchregex.c
|
||||
|
||||
sys/share/sounds:
|
||||
(files for Amiga and Macintosh versions)
|
||||
README bell.uu bugle.uu erthdrum.uu firehorn.uu frsthorn.uu
|
||||
lethdrum.uu mgcflute.uu mgcharp.uu toolhorn.uu wdnflute.uu wdnharp.uu
|
||||
|
||||
sys/unix:
|
||||
(file for sound driver for 386 UNIX)
|
||||
snd86unx.shr
|
||||
|
||||
(files for UNIX versions)
|
||||
Install.unx Makefile.dat Makefile.doc Makefile.src
|
||||
Makefile.top Makefile.utl NewInstall.unx README.linux
|
||||
@@ -215,6 +212,9 @@ unixunix.c
|
||||
(files for replacement cpp, only needed by some ancient UNIX systems)
|
||||
cpp1.shr cpp2.shr cpp3.shr
|
||||
|
||||
(file for sound driver for 386 UNIX)
|
||||
snd86unx.shr
|
||||
|
||||
sys/unix/hints:
|
||||
(files for configuring UNIX NetHack versions)
|
||||
linux linux-chroot linux-qt4 linux-x11 macosx
|
||||
@@ -398,7 +398,7 @@ include:
|
||||
(file for tiles support copied from win/share at compile time)
|
||||
tile.h
|
||||
|
||||
(files for win32 that are moved into include at compile time)
|
||||
(file for win32 that are moved into include at compile time)
|
||||
win32api.h
|
||||
|
||||
(files generated by makedefs at compile time)
|
||||
@@ -408,9 +408,6 @@ date.h onames.h pm.h vis_tab.h
|
||||
dgn_comp.h lev_comp.h
|
||||
|
||||
src:
|
||||
(file optionally generated by tilemap at compile time)
|
||||
tile.c
|
||||
|
||||
(files for win32 that are moved into src at compile time)
|
||||
Makefile Makefile.bcc Makefile.gcc
|
||||
|
||||
@@ -420,18 +417,21 @@ qt_kde0.moc qt_win.moc qttableview.moc
|
||||
(files generated by makedefs at compile time)
|
||||
monstr.c vis_tab.c
|
||||
|
||||
(file optionally generated by tilemap at compile time)
|
||||
tile.c
|
||||
|
||||
sys/winnt:
|
||||
(files generated by uudecode at compile time)
|
||||
(file generated by uudecode at compile time)
|
||||
nethack.ico
|
||||
|
||||
util:
|
||||
(file generated for unix at compile time if various tiles utilities are built)
|
||||
tiletxt.c
|
||||
|
||||
(files generated by lex and yacc (or copied from sys/share) at compile time)
|
||||
dgn_lex.c dgn_yacc.c lev_lex.c lev_yacc.c
|
||||
|
||||
(files generated for win32 at compile time)
|
||||
(file generated for unix at compile time if various tiles utilities are built)
|
||||
tiletxt.c
|
||||
|
||||
(file generated for win32 at compile time)
|
||||
uudecode.exe
|
||||
|
||||
NOTE: If your binaries were compiled with the data librarian (DLB) option,
|
||||
|
||||
Reference in New Issue
Block a user