Merge branch 'keni-wincw2' into NetHack-3.7

Lots of manually resolved conflicts.
This commit is contained in:
nhkeni
2024-02-15 16:25:12 -05:00
36 changed files with 1035 additions and 348 deletions

View File

@@ -329,10 +329,12 @@ endif #?WANT_SOURCE_INSTALL
INSTDIR=$(HACKDIR)
VARDIR = $(HACKDIR)
POSTINSTALL+= ( util/makedefs --grep-defined CRASHREPORT && \
( cp win/share/nhcrashreport.lua $(INSTDIR) ; \
chmod 555 $(INSTDIR)/nhcrashreport.lua ; \
cp $(LUATOP)/lua $(INSTDIR)/nhlua); true );
#======= XXX can this go away?
#POSTINSTALL+= cp -n sys/unix/sysconf $(INSTDIR)/sysconf; \
# $(CHOWN) $(GAMEUID) $(INSTDIR)/sysconf; \
# $(CHGRP) $(GAMEGRP) $(INSTDIR)/sysconf; \
# chmod $(VARFILEPERM) $(INSTDIR)/sysconf;
#>>>>>>> keni-wincw2
ifneq "$(CCISCLANG)" ""
# gdb may not be installed if clang is chosen compiler so the game