update Files attributes with priorities and %s substitution

This commit is contained in:
keni
2018-05-31 21:42:06 -04:00
parent a1b19734e9
commit 0e51afc7cd
33 changed files with 85 additions and 85 deletions

4
.gitattributes vendored
View File

@@ -13,5 +13,5 @@ README NHSUBST
*.uu NH_header=no *.uu NH_header=no
*.xpm NH_header=no *.xpm NH_header=no
.git* NH_header=no .git* NH_header=no
* NH_filestag=(files_in_top_directory) * NH_filestag=(file%s_in_top_directory)
NetHack.dsw NH_filestag=(files_for_win32_that_are_moved_into_._at_compile_time) NetHack.dsw NH_filestag=(file%s_for_win32_that_are_moved_into_._at_compile_time)

View File

@@ -4,4 +4,4 @@ hooksdir/* NHSUBST
* text=auto * text=auto
DOTGIT/TARGET NH_header=no DOTGIT/TARGET NH_header=no
hooksdir/TARGET NH_header=no hooksdir/TARGET NH_header=no
* NH_filestag=(files_for_people_developing_changes_to_NetHack) * NH_filestag=(file%s_for_people_developing_changes_to_NetHack)

50
Files
View File

@@ -15,7 +15,7 @@ Developer.txt code_features.txt code_style.txt git_recipes.txt
gitinfo.pl nhgitset.pl gitinfo.pl nhgitset.pl
DEVEL/DOTGIT: DEVEL/DOTGIT:
(files for people developing changes to NetHack) (file for people developing changes to NetHack)
TARGET TARGET
DEVEL/hooksdir: DEVEL/hooksdir:
@@ -52,15 +52,12 @@ makedefs.txt nethack.6 nethack.txt recover.6 recover.txt
tmac.n window.doc tmac.n window.doc
include: include:
(file for GNOME versions)
winGnome.h
(file for tty versions)
wintty.h
(files for GEM versions) (files for GEM versions)
bitmfile.h gem_rsc.h load_img.h wingem.h bitmfile.h gem_rsc.h load_img.h wingem.h
(file for GNOME versions)
winGnome.h
(files for Qt versions) (files for Qt versions)
qt_clust.h qt_kde0.h qt_win.h qt_xpms.h qttableview.h 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 wceconf.h winami.h winprocs.h wintype.h you.h
youprop.h youprop.h
(file for tty versions)
wintty.h
(files for various Macintosh versions) (files for various Macintosh versions)
mac-carbon.h mac-qt.h mac-term.h macconf.h macpopup.h mac-carbon.h mac-qt.h mac-term.h macconf.h macpopup.h
mactty.h macwin.h mttypriv.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) (Berkeley uudecode file, which may be used in build process of any version)
uudecode.c 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) (file for MSDOS, OS/2, NT, Amiga, and Atari versions - untested for 3.6.2)
pcmain.c pcmain.c
@@ -190,21 +187,21 @@ ioctl.c unixtty.c
(lex/yacc output for special level and dungeon compilers) (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 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) (posix regex for versions that include regex in their C library)
posixregex.c 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: sys/share/sounds:
(files for Amiga and Macintosh versions) (files for Amiga and Macintosh versions)
README bell.uu bugle.uu erthdrum.uu firehorn.uu frsthorn.uu README bell.uu bugle.uu erthdrum.uu firehorn.uu frsthorn.uu
lethdrum.uu mgcflute.uu mgcharp.uu toolhorn.uu wdnflute.uu wdnharp.uu lethdrum.uu mgcflute.uu mgcharp.uu toolhorn.uu wdnflute.uu wdnharp.uu
sys/unix: sys/unix:
(file for sound driver for 386 UNIX)
snd86unx.shr
(files for UNIX versions) (files for UNIX versions)
Install.unx Makefile.dat Makefile.doc Makefile.src Install.unx Makefile.dat Makefile.doc Makefile.src
Makefile.top Makefile.utl NewInstall.unx README.linux 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) (files for replacement cpp, only needed by some ancient UNIX systems)
cpp1.shr cpp2.shr cpp3.shr cpp1.shr cpp2.shr cpp3.shr
(file for sound driver for 386 UNIX)
snd86unx.shr
sys/unix/hints: sys/unix/hints:
(files for configuring UNIX NetHack versions) (files for configuring UNIX NetHack versions)
linux linux-chroot linux-qt4 linux-x11 macosx linux linux-chroot linux-qt4 linux-x11 macosx
@@ -398,7 +398,7 @@ include:
(file for tiles support copied from win/share at compile time) (file for tiles support copied from win/share at compile time)
tile.h 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 win32api.h
(files generated by makedefs at compile time) (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 dgn_comp.h lev_comp.h
src: src:
(file optionally generated by tilemap at compile time)
tile.c
(files for win32 that are moved into src at compile time) (files for win32 that are moved into src at compile time)
Makefile Makefile.bcc Makefile.gcc Makefile Makefile.bcc Makefile.gcc
@@ -420,18 +417,21 @@ qt_kde0.moc qt_win.moc qttableview.moc
(files generated by makedefs at compile time) (files generated by makedefs at compile time)
monstr.c vis_tab.c monstr.c vis_tab.c
(file optionally generated by tilemap at compile time)
tile.c
sys/winnt: sys/winnt:
(files generated by uudecode at compile time) (file generated by uudecode at compile time)
nethack.ico nethack.ico
util: 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) (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 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 uudecode.exe
NOTE: If your binaries were compiled with the data librarian (DLB) option, NOTE: If your binaries were compiled with the data librarian (DLB) option,

2
dat/.gitattributes vendored
View File

@@ -4,5 +4,5 @@
data.base NHSUBST data.base NHSUBST
symbols NHSUBST symbols NHSUBST
tribute NHSUBST tribute NHSUBST
* NH_filestag=(files_for_all_versions) * NH_filestag=(file%s_for_all_versions)
..files NH_filegenprog ..files NH_filegenprog

2
doc/.gitattributes vendored
View File

@@ -7,4 +7,4 @@ Guidebook.txt NH_header=no
tmac.n NH_header=no tmac.n NH_header=no
fixes* NH_header=no fixes* NH_header=no
*.txt NH_header=no *.txt NH_header=no
* NH_filestag=(files_for_all_versions) * NH_filestag=(file%s_for_all_versions)

View File

@@ -1,39 +1,39 @@
* NH_filestag=(files_for_all_versions) * NH_filestag=(file%s_for_all_versions)
..files NH_filegenerated=win32api.h,tile.h,dgn_comp.h,lev_comp.h,date.h,onames.h,pm.h,vis_tab.h ..files NH_filegenerated=win32api.h,tile.h,dgn_comp.h,lev_comp.h,date.h,onames.h,pm.h,vis_tab.h
win32api.h NH_filesgentag=(files_for_win32_that_are_moved_into_include_at_compile_time) win32api.h NH_filesgentag=(file%s_for_win32_that_are_moved_into_include_at_compile_time)
tile.h NH_filesgentag=(file_for_tiles_support_copied_from_win/share_at_compile_time) tile.h NH_filesgentag=(file%s_for_tiles_support_copied_from_win/share_at_compile_time)
dgn_comp.h NH_filesgentag=(files_generated_by_yacc_(or_copied_from_sys/share)_at_compile_time) dgn_comp.h NH_filesgentag=(file%s_generated_by_yacc_(or_copied_from_sys/share)_at_compile_time)
lev_comp.h NH_filesgentag=>dgn_comp.h lev_comp.h NH_filesgentag=>dgn_comp.h
date.h NH_filesgentag=(files_generated_by_makedefs_at_compile_time) date.h NH_filesgentag=(file%s_generated_by_makedefs_at_compile_time)
onames.h NH_filesgentag=>date.h onames.h NH_filesgentag=>date.h
pm.h NH_filesgentag=>date.h pm.h NH_filesgentag=>date.h
vis_tab.h NH_filesgentag=>date.h vis_tab.h NH_filesgentag=>date.h
wintty.h NH_filestag=(file_for_tty_versions) wintty.h NH_filestag=(file%s_for_tty_versions)
tile2x11.h NH_filestag=(files_for_X_versions) tile2x11.h NH_filestag=(file%s_for_X_versions)
winX.h NH_filestag=>tile2x11.h winX.h NH_filestag=>tile2x11.h
xwindow.h NH_filestag=>tile2x11.h xwindow.h NH_filestag=>tile2x11.h
xwindowp.h NH_filestag=>tile2x11.h xwindowp.h NH_filestag=>tile2x11.h
qt_clust.h NH_filestag=(files_for_Qt_versions) qt_clust.h NH_filestag=(file%s_for_Qt_versions)
qt_kde0.h NH_filestag=>qt_clust.h qt_kde0.h NH_filestag=>qt_clust.h
qt_win.h NH_filestag=>qt_clust.h qt_win.h NH_filestag=>qt_clust.h
qt_xpms.h NH_filestag=>qt_clust.h qt_xpms.h NH_filestag=>qt_clust.h
qttableview.h NH_filestag=>qt_clust.h qttableview.h NH_filestag=>qt_clust.h
bitmfile.h NH_filestag=(files_for_GEM_versions) bitmfile.h NH_filestag=(file%s_for_GEM_versions)
gem_rsc.h NH_filestag=>bitmfile.h gem_rsc.h NH_filestag=>bitmfile.h
load_img.h NH_filestag=>bitmfile.h load_img.h NH_filestag=>bitmfile.h
wingem.h NH_filestag=>bitmfile.h wingem.h NH_filestag=>bitmfile.h
winGnome.h NH_filestag=(file_for_GNOME_versions) winGnome.h NH_filestag=(file%s_for_GNOME_versions)
mac-carbon.h NH_filestag=(files_for_various_Macintosh_versions) mac-carbon.h NH_filestag=(file%s_for_various_Macintosh_versions)
mac-qt.h NH_filestag=>mac-carbon.h mac-qt.h NH_filestag=>mac-carbon.h
mac-term.h NH_filestag=>mac-carbon.h mac-term.h NH_filestag=>mac-carbon.h
macconf.h NH_filestag=>mac-carbon.h macconf.h NH_filestag=>mac-carbon.h

10
src/.gitattributes vendored
View File

@@ -1,14 +1,14 @@
* NH_filestag=(files_for_all_versions) * NH_filestag=(file%s_for_all_versions)
..files NH_filegenerated=Makefile,Makefile.bcc,Makefile.gcc,qt_kde0.moc,qt_win.moc,qttableview.moc,tile.c,monstr.c,vis_tab.c ..files NH_filegenerated=Makefile,Makefile.bcc,Makefile.gcc,qt_kde0.moc,qt_win.moc,qttableview.moc,tile.c,monstr.c,vis_tab.c
Makefile.bcc NH_filesgentag=(files_for_win32_that_are_moved_into_src_at_compile_time) Makefile.bcc NH_filesgentag=(file%s_for_win32_that_are_moved_into_src_at_compile_time)
Makefile.gcc NH_filesgentag=>Makefile.bcc Makefile.gcc NH_filesgentag=>Makefile.bcc
Makefile NH_filesgentag=>Makefile.bcc Makefile NH_filesgentag=>Makefile.bcc
qt_kde0.moc NH_filesgentag=(files_generated_by_'moc'_for_Qt_interface_at_compile_time) qt_kde0.moc NH_filesgentag=(file%s_generated_by_'moc'_for_Qt_interface_at_compile_time)
qt_win.moc NH_filesgentag=>qt_kde0.moc qt_win.moc NH_filesgentag=>qt_kde0.moc
qttableview.moc NH_filesgentag=>qt_kde0.moc qttableview.moc NH_filesgentag=>qt_kde0.moc
tile.c NH_filesgentag=(file_optionally_generated_by_tilemap_at_compile_time) tile.c NH_filesgentag=(file%s_optionally_generated_by_tilemap_at_compile_time)
monstr.c NH_filesgentag=(files_generated_by_makedefs_at_compile_time) monstr.c NH_filesgentag=(file%s_generated_by_makedefs_at_compile_time)
vis_tab.c NH_filesgentag=>monstr.c vis_tab.c NH_filesgentag=>monstr.c

View File

@@ -1,2 +1,2 @@
*.p NHSUBST *.p NHSUBST
* NH_filestag=(files_for_Amiga_versions_-_untested_for_3.6.2) * NH_filestag=(file%s_for_Amiga_versions_-_untested_for_3.6.2)

View File

@@ -1 +1 @@
* NH_filestag=(files_for_Atari_version_-_untested_for_3.6.2) * NH_filestag=(file%s_for_Atari_version_-_untested_for_3.6.2)

View File

@@ -1 +1 @@
* NH_filestag=(files_for_BeOS_version_-_untested_for_3.6.2) * NH_filestag=(file%s_for_BeOS_version_-_untested_for_3.6.2)

View File

@@ -1,2 +1,2 @@
NHDeflts NHSUBST NHDeflts NHSUBST
* NH_filestag=(files_for_68K_Macintosh_versions) * NH_filestag=(file%s_for_68K_Macintosh_versions)

View File

@@ -4,6 +4,6 @@ Makefile.* NHSUBST
Install.* NHSUBST Install.* NHSUBST
moveinit.pat NH_header=no moveinit.pat NH_header=no
vesa.h NH_header=no vesa.h NH_header=no
* NH_filestag=(files_for_MSDOS_version_-_untested_for_3.6.2) * NH_filestag=(file%s_for_MSDOS_version_-_untested_for_3.6.2)
nhico.uu NH_filestag=(files_for_running_MSDOS_binary_under_Windows) nhico.uu NH_filestag=(file%s_for_running_MSDOS_binary_under_Windows)
nhpif.uu NH_filestag=>nhico.uu nhpif.uu NH_filestag=>nhico.uu

View File

@@ -1,2 +1,2 @@
Makefile.* NHSUBST Makefile.* NHSUBST
* NH_filestag=(files_for_OS/2_version_-_untested_for_3.6.2) * NH_filestag=(file%s_for_OS/2_version_-_untested_for_3.6.2)

View File

@@ -5,19 +5,19 @@ dgn_comp.h NH_header=no
lev_comp.h NH_header=no lev_comp.h NH_header=no
Makefile.lib NH_header=no Makefile.lib NH_header=no
Makefile.lib NH_filestag=(files_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.2) Makefile.lib NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.2)
#termcap.uu NH_filestag=(files_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.2) #termcap.uu NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.2)
termcap.uu NH_filestag=>Makefile.lib termcap.uu NH_filestag=>Makefile.lib
pcmain.c NH_filestag=(file_for_MSDOS,_OS/2,_NT,_Amiga,_and_Atari_versions_-_untested_for_3.6.2) pcmain.c NH_filestag=(file_for_MSDOS,_OS/2,_NT,_Amiga,_and_Atari_versions_-_untested_for_3.6.2)
pcsys.c NH_filestag=(files_for_MSDOS,_OS/2,_NT,_and_Atari_versions_-_untested_for_3.6.2) pcsys.c NH_filestag=(file%s_for_MSDOS,_OS/2,_NT,_and_Atari_versions_-_untested_for_3.6.2)
pcunix.c NH_filestag=>pcsys.c pcunix.c NH_filestag=>pcsys.c
NetHack.cnf NH_filestag=(file_for_MSDOS,_OS/2,_and_Atari_versions_-_untested_for_3.6.2) NetHack.cnf NH_filestag=(file_for_MSDOS,_OS/2,_and_Atari_versions_-_untested_for_3.6.2)
pctty.c NH_filestag=>NetHack.cnf pctty.c NH_filestag=>NetHack.cnf
ioctl.c NH_filestag=(files_for_UNIX_and_Be_versions) ioctl.c NH_filestag=(file%s_for_UNIX_and_Be_versions)
unixtty.c NH_filestag=>ioctl.c unixtty.c NH_filestag=>ioctl.c
nhlan.c NH_filestag=(file_for_NT_version) nhlan.c NH_filestag=(file_for_NT_version)
@@ -37,8 +37,8 @@ lev_comp.h NH_filestag=>dgn_comp.h
lev_lex.c NH_filestag=>dgn_comp.h lev_lex.c NH_filestag=>dgn_comp.h
lev_yacc.c NH_filestag=>dgn_comp.h lev_yacc.c NH_filestag=>dgn_comp.h
posixregex.c NH_filestag=(posix_regex_for_versions_that_include_regex_in_their_C_library) posixregex.c NH_filestag=60(posix_regex_for_versions_that_include_regex_in_their_C_library)
cppregex.cpp NH_filestag=(c++_regex_code_for_versions_that_can_build_a_C++_module_and_link_it_in) cppregex.cpp NH_filestag=61(c++_regex_code_for_versions_that_can_build_a_C++_module_and_link_it_in)
pmatchregex.c NH_filestag=(pmatch_regex_for_other_versions) pmatchregex.c NH_filestag=62(pmatch_regex_for_other_versions)

View File

@@ -1 +1 @@
* NH_filestag=(files_for_Amiga_and_Macintosh_versions) * NH_filestag=(file%s_for_Amiga_and_Macintosh_versions)

View File

@@ -5,6 +5,6 @@ README.linux NHSUBST
depend.awk NHSUBST depend.awk NHSUBST
sysconf NHSUBST sysconf NHSUBST
*shr NH_header=no *shr NH_header=no
* NH_filestag=(files_for_UNIX_versions) * NH_filestag=(file%s_for_UNIX_versions)
cpp?.shr NH_filestag=(files_for_replacement_cpp,_only_needed_by_some_ancient_UNIX_systems) cpp?.shr NH_filestag=(file%s_for_replacement_cpp,_only_needed_by_some_ancient_UNIX_systems)
snd86unx.shr NH_filestag=(file_for_sound_driver_for_386_UNIX) snd86unx.shr NH_filestag=(file%s_for_sound_driver_for_386_UNIX)

View File

@@ -1,2 +1,2 @@
* NHSUBST * NHSUBST
* NH_filestag=(files_for_configuring_UNIX_NetHack_versions) * NH_filestag=(file%s_for_configuring_UNIX_NetHack_versions)

View File

@@ -2,4 +2,4 @@ Makefile.* NHSUBST
*.com NHSUBST *.com NHSUBST
Install.vms NHSUBST Install.vms NHSUBST
sysconf NHSUBST sysconf NHSUBST
* NH_filestag=(files_for_VMS_version) * NH_filestag=(file%s_for_VMS_version)

View File

@@ -1,4 +1,4 @@
*.ce NHSUBST *.ce NHSUBST
*.mak NHSUBST *.mak NHSUBST
*.bat NHSUBST *.bat NHSUBST
* NH_filestag=(files_for_Windows_CE_and_PocketPC_-_untested_for_3.6.2) * NH_filestag=(file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.6.2)

View File

@@ -1 +1 @@
* NH_filestag=(header_files_for_Windows_CE_and_PocketPC_-_untested_for_3.6.2) * NH_filestag=(header_file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.6.2)

View File

@@ -5,6 +5,6 @@ sysconf NHSUBST
*.rc NHSUBST *.rc NHSUBST
*.bat NHSUBST *.bat NHSUBST
*.def NH_header=no *.def NH_header=no
* NH_filestag=(files_for_Windows_7/8.x/10_version) * NH_filestag=(file%s_for_Windows_7/8.x/10_version)
..files NH_filegenerated=nethack.ico ..files NH_filegenerated=nethack.ico
nethack.ico NH_filesgentag=(files_generated_by_uudecode_at_compile_time) nethack.ico NH_filesgentag=(file%s_generated_by_uudecode_at_compile_time)

8
util/.gitattributes vendored
View File

@@ -1,13 +1,13 @@
*.pl NHSUBST *.pl NHSUBST
*.[ly] NHSUBST *.[ly] NHSUBST
* NH_filestag=(files_for_all_versions) * NH_filestag=(file%s_for_all_versions)
*.[ly] NH_filestag=(lex/yacc_input_for_special_level_and_dungeon_compilers) *.[ly] NH_filestag=(lex/yacc_input_for_special_level_and_dungeon_compilers)
..files NH_filegenerated=uudecode.exe,tiletxt.c,dgn_lex.c,dgn_yacc.c,lev_lex.c,lev_yacc.c ..files NH_filegenerated=uudecode.exe,tiletxt.c,dgn_lex.c,dgn_yacc.c,lev_lex.c,lev_yacc.c
uudecode.exe NH_filesgentag=(files_generated_for_win32_at_compile_time) uudecode.exe NH_filesgentag=(file%s_generated_for_win32_at_compile_time)
tiletxt.c NH_filesgentag=(file_generated_for_unix_at_compile_time_if_various_tiles_utilities_are_built) tiletxt.c NH_filesgentag=(file%s_generated_for_unix_at_compile_time_if_various_tiles_utilities_are_built)
dgn_lex.c NH_filesgentag=(files_generated_by_lex_and_yacc_(or_copied_from_sys/share)_at_compile_time) dgn_lex.c NH_filesgentag=(file%s_generated_by_lex_and_yacc_(or_copied_from_sys/share)_at_compile_time)
dgn_yacc.c NH_filesgentag=>dgn_lex.c dgn_yacc.c NH_filesgentag=>dgn_lex.c
lev_lex.c NH_filesgentag=>dgn_lex.c lev_lex.c NH_filesgentag=>dgn_lex.c
lev_yacc.c NH_filesgentag=>dgn_lex.c lev_yacc.c NH_filesgentag=>dgn_lex.c

View File

@@ -1,4 +1,4 @@
Install.Qt NHSUBST Install.Qt NHSUBST
qpe-nethack.control NH_header=no qpe-nethack.control NH_header=no
knethack.lnk NH_header=no knethack.lnk NH_header=no
* NH_filestag=(files_for_the_Qt_3_widget_library_-_X11,_Windows,_Mac_OS_X,_or_Qtopia) * NH_filestag=(file%s_for_the_Qt_3_widget_library_-_X11,_Windows,_Mac_OS_X,_or_Qtopia)

View File

@@ -1 +1 @@
* NH_filestag=(files_for_the_Qt_4_widget_library_-_X11,_Windows,_Mac_OS_X) * NH_filestag=(file%s_for_the_Qt_4_widget_library_-_X11,_Windows,_Mac_OS_X)

View File

@@ -4,4 +4,4 @@ Install.X11 NHSUBST
nethack.rc NHSUBST nethack.rc NHSUBST
*.bdf NH_header=no *.bdf NH_header=no
*.xbm NH_header=no *.xbm NH_header=no
* NH_filestag=(files_for_X_versions) * NH_filestag=(file%s_for_X_versions)

View File

@@ -1 +1 @@
* NH_filestag=(files_for_stacking_window_systems) * NH_filestag=(file%s_for_stacking_window_systems)

View File

@@ -1 +1 @@
* NH_filestag=(files_for_GEM_versions_-_untested_for_3.6.2) * NH_filestag=(file%s_for_GEM_versions_-_untested_for_3.6.2)

View File

@@ -1 +1 @@
* NH_filestag=(files_for_GNOME_versions_-_untested_for_3.6.2) * NH_filestag=(file%s_for_GNOME_versions_-_untested_for_3.6.2)

View File

@@ -1,2 +1,2 @@
*.applescript NHSUBST *.applescript NHSUBST
* NH_filestag=(files_for_macosx_versions) * NH_filestag=(file%s_for_macosx_versions)

View File

@@ -1,2 +1,2 @@
tile.doc NHSUBST tile.doc NHSUBST
* NH_filestag=(files_for_versions_using_optional_tiles) * NH_filestag=(file%s_for_versions_using_optional_tiles)

View File

@@ -1 +1 @@
* NH_filestag=(files_for_tty_versions) * NH_filestag=(file%s_for_tty_versions)

View File

@@ -8,4 +8,4 @@
*.props NH_header=no *.props NH_header=no
resource.h NH_header=no resource.h NH_header=no
nhresource.h NH_header=no nhresource.h NH_header=no
* NH_filestag=(files_for_Windows_versions_-_tested_up_to_Windows_10) * NH_filestag=(file%s_for_Windows_versions_-_tested_up_to_Windows_10)

View File

@@ -1 +1 @@
* NH_filestag=(files_for_Visual_Studio_2017_Community_Edition_builds) * NH_filestag=(file%s_for_Visual_Studio_2017_Community_Edition_builds)